| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-09-06 | ports: Make new ports/ sub-directory and move all ports there. | Damien George | |
| This is to keep the top-level directory clean, to make it clear what is core and what is a port, and to allow the repository to grow with new ports in a sustainable way. | |||
| 2017-08-30 | all: Convert remaining "mp_uint_t n_args" to "size_t n_args". | Damien George | |
| This is to have consistency across the whole repository. | |||
| 2017-07-31 | all: Use the name MicroPython consistently in comments | Alexander Steffen | |
| There were several different spellings of MicroPython present in comments, when there should be only one. | |||
| 2017-07-03 | stmhal: Clean up some header includes. | Damien George | |
| 2017-03-31 | all: Use full path name when including mp-readline/timeutils/netutils. | Damien George | |
| This follows the pattern of how all other headers are now included, and makes it explicit where the header file comes from. This patch also removes -I options from Makefile's that specify the mp-readline/timeutils/ netutils directories, which are no longer needed. | |||
| 2017-03-29 | stmhal: Update to use size_t for tuple/list accessors. | Damien George | |
| 2016-10-29 | stmhal/modutime: Consistently convert to MP_ROM_QSTR/MP_ROM_PTR. | Paul Sokolovsky | |
| 2016-10-29 | extmod/utime_mphal: Implement ticks_add(), add to all maintained ports. | Paul Sokolovsky | |
| 2016-10-18 | stmhal/modutime: Refactor to use extmod's version of ticks_cpu. | Damien George | |
| 2016-10-14 | stmhal/modutime: Refactor to use extmod/utime_mphal.c. | Paul Sokolovsky | |
| This includes making sure that utime_mphal's sleep_ms() and sleep_us() don't sleep on negative arguments. | |||
| 2016-09-22 | all: Remove 'name' member from mp_obj_module_t struct. | Damien George | |
| One can instead lookup __name__ in the modules dict to get the value. | |||
| 2015-11-23 | stmhal: Implement delayed RTC initialization with LSI fallback. | T S | |
| If RTC is already running at boot then it's left alone. Otherwise, RTC is started at boot but startup function returns straight away. RTC startup is then finished the first time it is used. Fallback to LSI if LSE fails to start in a certain time. Also included: MICROPY_HW_CLK_LAST_FREQ hold pyb.freq() parameters in RTC backup reg MICROPY_HW_RTC_USE_US option to present datetime sub-seconds in microseconds MICROPY_HW_RTC_USE_CALOUT option to enable RTC calibration output CLK_LAST_FREQ and RTC_USE_CALOUT are enabled for PYBv1.0. | |||
| 2015-10-19 | stmhal: Add sleep_{ms,us} and ticks_{ms,us,cpu,diff} to time module. | Damien George | |
| pyb module still has pyb.delay and pyb.udelay, but these now point to time.sleep_ms and time.sleep_us respectively. | |||
| 2015-07-30 | stmhal: Replace #include "stm32f4xx_hal.h" with #include STM32_HAL_H. | Dave Hylands | |
| 2015-05-13 | lib: Move time utility functions to common library. | Josef Gajdusek | |
| 2015-01-01 | stmhal: Prefix includes with py/; remove need for -I../py. | Damien George | |
| 2014-11-29 | Use MP_DEFINE_CONST_DICT macro to define module dicts. | Damien George | |
| This is just a clean-up of the code. Generated code is exactly the same. | |||
| 2014-10-12 | stmhal: Rename module files to keep consistency with module name. | Damien George | |
