| Age | Commit message (Expand) | Author |
| 2016-03-07 | py/emitglue: Get persistent bytecode working on Linux ARM platform. | Markus Fix |
| 2016-03-07 | stmhal: Fix some typos in stm32f411 files, regarding FS layout and CSV. | Dave Hylands |
| 2016-03-07 | stmhal: Fix typo in stm32f401.ld file, regarding flash size. | Dave Hylands |
| 2016-03-07 | stmhal: Make spi use mp_hal_gpio_set_af | Dave Hylands |
| 2016-03-07 | tests/run-tests: Fix logic when selecting test-dirs for a given target. | Damien George |
| 2016-03-07 | stmhal: Unify comments in stm32f4xx_hal_conf.h across all boards. | Pavol Rusnak |
| 2016-03-07 | tests/recursive_iternext.py: Make low-heap friendly. | Paul Sokolovsky |
| 2016-03-07 | esp8266: Enable stack overflow checking. | Paul Sokolovsky |
| 2016-03-07 | py/stackctrl: Add mp_stack_set_top() to explicitly set stack top value. | Paul Sokolovsky |
| 2016-03-07 | tests/print_exception: Use exception which prints the same regardless of config. | Paul Sokolovsky |
| 2016-03-06 | test/string_format_fp30: Variant of string_format for 30-bit stuffed float. | Paul Sokolovsky |
| 2016-03-06 | test/float2int_fp30: Variant of float2int for 30-bit stuffed float. | Paul Sokolovsky |
| 2016-03-06 | tests: Remove commented out tests so test script is not too big. | Damien George |
| 2016-03-06 | tests: Reduce large object allocations so tests can run with small heap. | Damien George |
| 2016-03-06 | esp8266: Allow Makefile's BAUD variable to be overridden. | Damien George |
| 2016-03-05 | esp8266/uart: Add uart_flush() function. | Paul Sokolovsky |
| 2016-03-05 | esp8266: Support raising KeyboardInterrupt on Ctrl+C. | Paul Sokolovsky |
| 2016-03-05 | esp8266/etshal.h: More prototypes of ESP8266 SDK/BootROM functions. | Damien George |
| 2016-03-05 | esp8266/modmachine: Add Pin class from modpyb. | Paul Sokolovsky |
| 2016-03-05 | esp8266/modpybpin: Add support for GPIO16. | Paul Sokolovsky |
| 2016-03-05 | esp8266: Expose simple pin API at C level. | Damien George |
| 2016-03-05 | esp8266: Implement Pin.__call__() and Pin.OPEN_DRAIN mode. | Damien George |
| 2016-03-05 | esp8266: Add custom _assert() function. | Paul Sokolovsky |
| 2016-03-04 | esp8266/modmachine: Timer: Add ONE_SHOT and PERIODIC symbolic constants. | Paul Sokolovsky |
| 2016-03-04 | esp8266/modmachine: Use etshal.h. | Paul Sokolovsky |
| 2016-03-04 | esp8266/etshal.h: Add timer functions prototypes. | Paul Sokolovsky |
| 2016-03-04 | esp8266/modmachine: Changing params of a timer requires disarming it first. | Paul Sokolovsky |
| 2016-03-04 | esp8266/modmachine: Basic implementation of Timer for OS virtual timers. | Paul Sokolovsky |
| 2016-03-04 | esp8266: Enable modmachine. | Paul Sokolovsky |
| 2016-03-04 | esp8266: Add modmachine with mem* arrays. | Paul Sokolovsky |
| 2016-03-04 | esp8266/modutime: Support float argument to time.sleep(). | Paul Sokolovsky |
| 2016-03-04 | esp8266: Reset "virtual RTC" on power on. | Paul Sokolovsky |
| 2016-03-04 | esp8266: Add time.{sleep_ms,sleep_us,ticks_ms,ticks_us,ticks_diff}. | Damien George |
| 2016-03-04 | esp8266: Add mp_hal_delay_us function. | Damien George |
| 2016-03-03 | esp8266: Enable more features in mpconfigport.h. | Damien George |
| 2016-03-03 | esp8266: Enable uhashlib module. | Paul Sokolovsky |
| 2016-03-03 | esp8266: Enable config settings helpful for debugging. | Paul Sokolovsky |
| 2016-03-03 | tests/run-tests: Skips for esp8266. | Paul Sokolovsky |
| 2016-03-03 | esp8266/esp8266.ld: Link in SDK version section. | Paul Sokolovsky |
| 2016-03-03 | esp8266: Enable ujson, ubinascii, and uctypes modules. | Paul Sokolovsky |
| 2016-03-03 | extmod/vfs_fat_lexer: Add func prototype for pedantic warnings. | Paul Sokolovsky |
| 2016-03-03 | extmod/vfs_fat_lexer: Make conditional on FatFs support enabled. | Paul Sokolovsky |
| 2016-03-03 | extmod/vfs_fat: Add lexer, move from stmhal port for reuse. | Paul Sokolovsky |
| 2016-03-03 | tarvis: Unbreak build by ignoring lack of i386 arch in some repos. | Paul Sokolovsky |
| 2016-03-02 | esp8266: Add network.ifconfig(). | Damien George |
| 2016-03-02 | esp8266: Change "soft reboot" message to work with pyboard.py. | Damien George |
| 2016-03-02 | esp8266: Allow Makefile's PORT variable to be overridden. | Damien George |
| 2016-03-02 | esp8266: Enable math module. | Damien George |
| 2016-03-02 | esp8266: Enable float support, using 30-bit stuffed floats. | Damien George |
| 2016-03-02 | esp8266: Switch bignum implementation from long-long to mpz. | Damien George |