aboutsummaryrefslogtreecommitdiff
path: root/stmhal/modutime.c
AgeCommit message (Expand)Author
2016-09-22all: Remove 'name' member from mp_obj_module_t struct.Damien George
2015-11-23stmhal: Implement delayed RTC initialization with LSI fallback.T S
2015-10-19stmhal: Add sleep_{ms,us} and ticks_{ms,us,cpu,diff} to time module.Damien George
2015-07-30stmhal: Replace #include "stm32f4xx_hal.h" with #include STM32_HAL_H.Dave Hylands
2015-05-13lib: Move time utility functions to common library.Josef Gajdusek
2015-01-01stmhal: Prefix includes with py/; remove need for -I../py.Damien George
2014-11-29Use MP_DEFINE_CONST_DICT macro to define module dicts.Damien George
2014-10-12stmhal: Rename module files to keep consistency with module name.Damien George