Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lib: add mktime64() for linux compatibility | AKASHI Takahiro | 2019-12-06 | 1 | -0/+20 |
| | | | | | | | 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> | ||||
* | rtc: move date.c from drivers/rtc/ to lib/ | AKASHI Takahiro | 2019-12-06 | 1 | -0/+99 |
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> |