| Age | Commit message (Expand) | Author |
| 2017-09-06 | ports: Make new ports/ sub-directory and move all ports there. | Damien George |
| 2017-08-29 | stmhal/Makefile: Automatically fetch stm32lib submodule if needed. | Damien George |
| 2017-08-29 | stmhal/Makefile: Use lib/stm32lib instead of local cmsis and hal files. | Damien George |
| 2017-08-24 | stmhal/Makefile: Use GEN_PINS_HDR var instead of writing it explicitly. | Damien George |
| 2017-08-24 | stmhal: Compute PLL freq table during build instead of at run time. | Damien George |
| 2017-08-11 | all: Make use of $(TOP) variable in Makefiles, instead of "..". | 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: Add possibility to build with double-precision floating point. | Damien George |
| 2017-06-22 | stmhal: Make available the _onewire module, for low-level bus control. | Damien George |
| 2017-06-15 | stmhal: Move pybstdio.c to lib/utils/sys_stdio_mphal.c for common use. | Damien George |
| 2017-06-01 | ports: Convert from using stmhal's input() to core provided version. | Damien George |
| 2017-03-31 | all: Use full path name when including mp-readline/timeutils/netutils. | Damien George |
| 2017-03-24 | py/modbuiltins: For round() builtin use nearbyint instead of round. | Damien George |
| 2017-03-23 | all/Makefile: Remove -ansi from GCC flags, its ignored anyway. | Krzysztof Blazewicz |
| 2017-02-15 | stmhal: Use generic interrupt char code. | Damien George |
| 2017-02-08 | stmhal/Makefile: Drop use of -mabi=aapcs-linux; link libgcc by default. | Damien George |
| 2017-01-31 | stmhal: Initial implementation of multithreading, currently disabled. | Damien George |
| 2017-01-27 | stmhal: Convert to use VFS sub-system and new ooFatFs component. | Damien George |
| 2017-01-24 | stmhal: Add ability to have filesystem stored on external SPI flash. | Damien George |
| 2017-01-23 | stmhal: Add default frozen-bytecode directory and link lcd160cr driver. | Damien George |
| 2017-01-22 | stmhal: Convert to use builtin help function. | Damien George |
| 2017-01-12 | stmhal: fix wrong usage of gcc -print-libgcc-file-name | Pavol Rusnak |
| 2016-11-28 | stmhal: Add address parameters to openocd config files. | Nicholas Graumann |
| 2016-11-24 | stmhal: Add beginnings of port-specific machine.I2C implementation. | Damien George |
| 2016-11-21 | stmhal/moduselect: Move to extmod/ for reuse by other ports. | Paul Sokolovsky |
| 2016-11-16 | py/lexer: Provide generic mp_lexer_new_from_file based on mp_reader. | Damien George |
| 2016-11-08 | py: Move frozen bytecode Makefile rules from ports to common mk files. | Damien George |
| 2016-11-03 | lib/libm: Move Thumb-specific sqrtf function to separate file. | Damien George |
| 2016-10-21 | stmhal/Makefile: Use standard rules for frozen module generation. | Paul Sokolovsky |
| 2016-10-16 | esp8266, stmhal, unix: MAKE_FROZEN is consistently defined in mkenv.mk. | Paul Sokolovsky |
| 2016-10-05 | stmhal: Fix ESPRUINO_PICO by adding ld scripts with correct flash size. | Dave Hylands |
| 2016-10-04 | stmhal/usb: Add support to receive USB HID messages from host. | Philip Potter |
| 2016-10-04 | stmhal: Fix linker map for STM32L476 chips. | Dave Hylands |
| 2016-09-30 | lib/cmsis: move CMSIS headers to lib/ | Krzysztof Blazewicz |
| 2016-09-22 | stmhal: Put common definitions from linker files to common.ld. | Krzysztof Blazewicz |
| 2016-09-05 | unix,stmhal,esp8266: When find'ing frozen files follow symbolic links. | Damien George |
| 2016-09-05 | py: Add MICROPY_USE_INTERNAL_PRINTF option, defaults to enabled. | Delio Brignoli |
| 2016-09-04 | stmhal: Add machine.WDT class. | Damien George |
| 2016-08-31 | unix,stmhal,esp8266: When find'ing frozen files don't use extra slash. | Damien George |
| 2016-05-23 | stmhal: Support frozen packages using .mpy files. | Damien George |
| 2016-04-25 | cc3200, stmhal, teensy: Use pyhelp_print_obj function. | Colin Hogben |
| 2016-04-19 | stmhal: Update Makefile dependencies. | Paul Sokolovsky |
| 2016-04-16 | stmhal: L4: Add line to Makefile for building L4 series. | Tobias Badertscher |
| 2016-04-16 | stmhal: For frozen bytecode generation, add dependency of qstr file. | Damien George |
| 2016-04-16 | py: Add rules for automated extraction of qstrs from sources. | Jan Čapek |
| 2016-04-13 | stmhal: Add Makefile option FROZEN_MPY_DIR to support frozen bytecode. | Damien George |
| 2016-04-13 | py: Add ability to have frozen persistent bytecode from .mpy files. | Damien George |
| 2016-03-09 | stmhal: Add makefile target and configuration to deploy via OpenOCD. | Christopher Arndt |