Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-06 | lib: add mktime64() for linux compatibility | AKASHI Takahiro | |
This function will be used in lib/crypto/x509_cert_parser.c, which will also be imported from linux code in a later commit. Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org> | |||
2019-12-06 | rtc: move date.c from drivers/rtc/ to lib/ | AKASHI Takahiro | |
In the next commit, rtc_mktime(), for compatibility with linux, will be implemented using rtc_mktime(), which is no longer drivers/rtc specific. So move this file under lib/. Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org> |