| Age | Commit message (Expand) | Author |
| 2017-09-06 | ports: Make new ports/ sub-directory and move all ports there. | Damien George |
| 2017-09-05 | stmhal/timer: Remove unnecessary include of USB header files. | Damien George |
| 2017-09-04 | stmhal: Fix clock initialisation of L4 MCUs. | Tobias Badertscher |
| 2017-08-30 | all: Convert remaining "mp_uint_t n_args" to "size_t n_args". | Damien George |
| 2017-08-29 | stmhal: Update to new STM Cube HAL library. | Damien George |
| 2017-08-29 | stmhal/Makefile: Automatically fetch stm32lib submodule if needed. | Damien George |
| 2017-08-29 | stmhal: Remove cmsis and hal files, they are now a submodule. | Damien George |
| 2017-08-29 | stmhal/Makefile: Use lib/stm32lib instead of local cmsis and hal files. | Damien George |
| 2017-08-29 | drivers/memory/spiflash: Change from hard-coded soft SPI to generic SPI. | Damien George |
| 2017-08-24 | stmhal/boards/pllvalues.py: Make script work with both Python 2 and 3. | Damien George |
| 2017-08-24 | stmhal/Makefile: Use GEN_PINS_HDR var instead of writing it explicitly. | Damien George |
| 2017-08-24 | stmhal/modmachine: For F7 MCU, save power by reducing internal volt reg. | Damien George |
| 2017-08-24 | stmhal: Compute PLL freq table during build instead of at run time. | Damien George |
| 2017-08-23 | stmhal/modmachine: Improve support for sleep/deepsleep on F7 MCUs. | Damien George |
| 2017-08-23 | stmhal/modmachine: Make machine.bootloader() work when MPU is enabled. | Damien George |
| 2017-08-21 | all: Make static dicts use mp_rom_map_elem_t type and MP_ROM_xxx macros. | Damien George |
| 2017-08-13 | all: Raise exceptions via mp_raise_XXX | Javier Candeira |
| 2017-08-11 | all: Make use of $(TOP) variable in Makefiles, instead of "..". | Damien George |
| 2017-08-02 | py,extmod,stmhal: Use "static inline" for funcs that should be inline. | Damien George |
| 2017-07-31 | all: Use the name MicroPython consistently in comments | Alexander Steffen |
| 2017-07-19 | all: Remove trailing spaces, per coding conventions. | Damien George |
| 2017-07-19 | stmhal: Clean up USB CDC/MSC files and remove commented-out code. | Damien George |
| 2017-07-18 | all: Unify header guard usage. | Alexander Steffen |
| 2017-07-14 | stmhal/servo: Don't compile servo code when it's not enabled. | Damien George |
| 2017-07-14 | stmhal/pin_named_pins: Remove unreachable print function. | Damien George |
| 2017-07-14 | stmhal/servo: Make pyb.Servo(n) map to Pin('Xn') on all MCUs. | Damien George |
| 2017-07-12 | stmhal: Reduce size of ESPRUINO_PICO build so it fits in flash. | Damien George |
| 2017-07-04 | stmhal/boards/NUCLEO_F429ZI: Change USB config from HS to FS peripheral. | Damien George |
| 2017-07-03 | stmhal: Clean up some header includes. | Damien George |
| 2017-07-03 | stmhal/boards: Add configuration files for NUCLEO_F429ZI. | Alberto Petrucci |
| 2017-06-28 | stmhal/mpconfigport.h: Allow MICROPY_PY_THREAD to be overridden. | Damien George |
| 2017-06-28 | stmhal/Makefile: Add CFLAGS_EXTRA to CFLAGS so cmdline can add options. | Damien George |
| 2017-06-28 | stmhal/Makefile: Rename FLOAT_IMPL to MICROPY_FLOAT_IMPL to match C name | Damien George |
| 2017-06-28 | stmhal/Makefile: Use hardware double-prec FP for MCUs that support it. | Damien George |
| 2017-06-28 | stmhal/boards: Enable double-prec FP on F76x boards. | Damien George |
| 2017-06-28 | stmhal: Add possibility to build with double-precision floating point. | Damien George |
| 2017-06-27 | stmhal/sdcard: Allow a board to customise the SDIO pins. | Benjamin Weps |
| 2017-06-26 | stmhal/boards/stm32f405.ld: Increase FLASH_TEXT to end of 1MiB flash. | Damien George |
| 2017-06-22 | stmhal/modules: Provide sym-link to onewire.py driver. | Damien George |
| 2017-06-22 | stmhal: Make available the _onewire module, for low-level bus control. | Damien George |
| 2017-06-22 | stmhal: Add "quiet timing" enter/exit functions. | Damien George |
| 2017-06-15 | stmhal: Move pybstdio.c to lib/utils/sys_stdio_mphal.c for common use. | Damien George |
| 2017-06-15 | stmhal: Add .value() method to Switch object, to mirror Pin and Signal. | Damien George |
| 2017-06-15 | stmhal: Add initial implementation of Pin.irq() method. | Damien George |
| 2017-06-15 | stmhal: Make error messages more consistent across peripherals. | Damien George |
| 2017-06-15 | all: Make more use of mp_raise_{msg,TypeError,ValueError} helpers. | Damien George |
| 2017-06-14 | stmhal/mpconfigport.h: Remove config of PY_THREAD_GIL to use default. | Damien George |
| 2017-06-08 | stmhal/usbdev: For MSC implement SCSI SYNCHRONIZE_CACHE command. | Damien George |
| 2017-06-07 | stmhal/usb: Make state for USB device private to top-level USB driver. | Damien George |
| 2017-06-07 | stmhal/usb: Use local USB handler variable in Start-of-Frame handler. | Sylvain Pelissier |