mirror of https://github.com/ARMmbed/mbed-os.git
The use of mktime was causing a fault when called in interrupt handler because on GCC it lock the mutex protecting the environment, To overcome this issue, this patch add dedicated routine to convert a time_t into a tm and vice versa. In the process mktime has been optimized and is now an order of magnitude faster than the routines present in the C library. |
||
---|---|---|
.. | ||
TARGET_M451 | ||
TARGET_NUC472 | ||
mbed_rtx.h | ||
nu_bitutil.h | ||
nu_miscutil.c | ||
nu_miscutil.h | ||
nu_modutil.c | ||
nu_modutil.h |