aboutsummaryrefslogtreecommitdiff
path: root/stmhal/modutime.c
AgeCommit message (Expand)Author
2017-09-06ports: Make new ports/ sub-directory and move all ports there.Damien George
2017-08-30all: Convert remaining "mp_uint_t n_args" to "size_t n_args".Damien George
2017-07-31all: Use the name MicroPython consistently in commentsAlexander Steffen
2017-07-03stmhal: Clean up some header includes.Damien George
2017-03-31all: Use full path name when including mp-readline/timeutils/netutils.Damien George
2017-03-29stmhal: Update to use size_t for tuple/list accessors.Damien George
2016-10-29stmhal/modutime: Consistently convert to MP_ROM_QSTR/MP_ROM_PTR.Paul Sokolovsky
2016-10-29extmod/utime_mphal: Implement ticks_add(), add to all maintained ports.Paul Sokolovsky
2016-10-18stmhal/modutime: Refactor to use extmod's version of ticks_cpu.Damien George
2016-10-14stmhal/modutime: Refactor to use extmod/utime_mphal.c.Paul Sokolovsky
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