| Age | Commit message (Expand) | Author |
| 2015-08-29 | stmhal: Add support for STM32F411 Discovery Board (STM32F411E-DISCO). | Bob Clough |
| 2015-08-30 | tests: Split byteorder-dependent tests to *_endian.py's. | Paul Sokolovsky |
| 2015-08-30 | run-tests: Allow to skip byteorder-dependent tests. | Paul Sokolovsky |
| 2015-08-29 | py: Treat -m32 flag as part of CC, LD, etc. | Paul Sokolovsky |
| 2015-08-29 | tests/ffi_float: Split tgammaf() testcase to a separate test. | Paul Sokolovsky |
| 2015-08-29 | esp8266: Added wifi_mode() to read and set WiFi operating mode. | Bill Owens |
| 2015-08-28 | tests: Add test on set/frozenset equality. | Paul Sokolovsky |
| 2015-08-28 | objset: frozensets are hashable. | Paul Sokolovsky |
| 2015-08-25 | tests: For unix ffi float test, add libm.so.6 to library search list. | Damien George |
| 2015-08-22 | README: Add hint about "micropython --help". | Paul Sokolovsky |
| 2015-08-22 | unix: Bump default heap size to 1MB (2MB on 64-bit systems). | Paul Sokolovsky |
| 2015-08-21 | tests: Add more tests to improve coverage, mostly testing exceptions. | Damien George |
| 2015-08-21 | tests: Make io test cleanup after itself by removing 'testfile'. | Damien George |
| 2015-08-20 | py: Add MICROPY_PY_BUILTINS_FILTER, disable for minimal ports. | Paul Sokolovsky |
| 2015-08-17 | py: Remove unused compile scope flags, and irrelevant flag compute code. | Damien George |
| 2015-08-18 | extmod/modmachine: Avoid conflicts with system PAGE_SIZE define, if any. | Paul Sokolovsky |
| 2015-08-17 | stmhal: Fixed some typos in stm32f411_af.csv. | tobbad |
| 2015-08-17 | unix-cpy: Remove unix-cpy. It's no longer needed. | Damien George |
| 2015-08-16 | cc3200: Correct smoke test expected result. | Daniel Campora |
| 2015-08-16 | cc3200: Correct WLAN constructor argument checking. | Daniel Campora |
| 2015-08-16 | cc3200: Don't clear the WDT special bit in the bootloader. | Daniel Campora |
| 2015-08-16 | cc3200: Change HeartBeat period from 5 to 4 seconds. | Daniel Campora |
| 2015-08-16 | cc3200: Fix typo in modpyb. | Daniel Campora |
| 2015-08-16 | cc3200: Remove unneeded loops in the FreeRTOS hooks. | Daniel Campora |
| 2015-08-16 | cc3200: Make sure to update sleep objects when registered. | Daniel Campora |
| 2015-08-16 | cc3200: Small renaming in wdt functions for the sake of consistency. | Daniel Campora |
| 2015-08-16 | cc3200: Rework SD API. Increase heap to avoid malloc failures. | Daniel Campora |
| 2015-08-16 | cc3200: Rename SPI nss param to cs. | Daniel Campora |
| 2015-08-16 | cc3200: Improve callback API. | Daniel Campora |
| 2015-08-16 | cc3200: Server side SSL socket requires both certfile and keyfile. | Daniel Campora |
| 2015-08-15 | stmhal: Enable I & D caches for M7 | Dave Hylands |
| 2015-08-14 | windows: Make unistd.h more posix compatible | stijn |
| 2015-08-13 | py: Add stream_tell method, and use for unix and stmhal file tell. | blmorris |
| 2015-08-12 | py: In native ARM emitter, load r7 with table earlier in func prelude. | Damien George |
| 2015-08-12 | py/makeversionhdr.py: Use returncode attr to be Python2.7 compat. | Damien George |
| 2015-08-11 | tools: Make gen-changelog.sh print more lines from the tag annotation. | Damien George |
| 2015-08-11 | docs: Bump version to 1.4.5. | Damien George |
| 2015-08-11 | py/makeversionhdr.py: Fallback to using docs version if no git repo. | Damien George |
| 2015-08-10 | cc3200: Make ADC API compatible with the pyboard. | Daniel Campora |
| 2015-08-09 | cc3200: On the first boot, always make AP ssid='wipy-wlan'. | Daniel Campora |
| 2015-08-09 | cc3200: Refactor PRCM special user bits implementation. | Daniel Campora |
| 2015-08-09 | cc3200: Speed up file system checking during start-up. | Daniel Campora |
| 2015-08-09 | cc3200: Add factory smoke test as part of the tools. | Daniel Campora |
| 2015-08-09 | cc3200: Add script to program the WiPy via UniFlash (windows only...). | Daniel Campora |
| 2015-08-09 | cc3200: Fix bug in ffconf regarding '/flash' string length. | Daniel Campora |
| 2015-08-09 | cc3200: Enable bootloader safe boot on latest firmware. | Daniel Campora |
| 2015-08-09 | cc3200: Improve support for WEP security. | Daniel Campora |
| 2015-08-09 | docs: Add i2c keywork arguments only indication. | Daniel Campora |
| 2015-08-09 | cc3200: Add nic.iwconfig() to set/get WLAN configuration. | Daniel Campora |
| 2015-08-08 | tools: Make pyboard.py Python2 compatible. | Damien George |