| Age | Commit message (Expand) | Author |
| 2018-07-05 | windows: Make printing of debugging info work out of the box. | stijn |
| 2018-07-05 | lib/utils/printf: Make DEBUG_printf implementation more accessible. | stijn |
| 2018-07-05 | drivers/sdcard: Do not release CS during the middle of read operations. | Mateusz Kijowski |
| 2018-07-04 | esp32: Reduce latency for handling of scheduled Python callbacks. | Nicko van Someren |
| 2018-07-03 | esp8266: Let machine.WDT trigger the software WDT if obj is not fed. | Damien George |
| 2018-07-03 | esp8266/modesp: Run ets_loop_iter before/after doing flash erase/write. | Damien George |
| 2018-07-03 | extmod/vfs: Support opening a file descriptor (int) with VfsPosix. | Damien George |
| 2018-07-03 | esp32: Allow to build with uPy floats disabled. | Damien George |
| 2018-07-03 | py/obj.h: Fix broken build for object repr C when float disabled. | Nicko van Someren |
| 2018-07-02 | py/objgenerator: Eliminate need for mp_obj_gen_wrap wrapper instances. | Damien George |
| 2018-07-02 | ports: Enable ure.sub() on stm32, esp8266 (not 512k) and esp32. | Damien George |
| 2018-07-02 | docs/ure: Document some more supported regex operators. | Damien George |
| 2018-07-02 | docs/ure: Document sub(), groups(), span(), start() and end(). | Damien George |
| 2018-07-02 | unix/mpconfigport_coverage: Enable ure groups, span, start, end and sub. | Damien George |
| 2018-07-02 | extmod/modure: Add ure.sub() function and method, and tests. | Damien George |
| 2018-07-02 | extmod/modure: Add match.span(), start() and end() methods, and tests. | Damien George |
| 2018-07-02 | extmod/modure: Add match.groups() method, and tests. | Damien George |
| 2018-06-28 | docs/uos: Make it clear that block device block_num param is an index. | Damien George |
| 2018-06-28 | esp8266/esp8266_common.ld: Put mp_keyboard_interrupt in iRAM. | Damien George |
| 2018-06-27 | py/compile: Handle return/break/continue correctly in async with. | Damien George |
| 2018-06-27 | tests: Move non-filesystem io tests to basics dir with io_ prefix. | Damien George |
| 2018-06-27 | esp8266/mpconfigport.h: Enable ucryptolib module for standard build. | Damien George |
| 2018-06-27 | extmod/moducryptolib: Don't include arpa/inet.h, it's not needed. | Damien George |
| 2018-06-27 | esp32/mpconfigport.h: Enable ucryptolib module. | Damien George |
| 2018-06-27 | extmod/moducryptolib: Shorten exception messages to reduce code size. | Yonatan Goldschmidt |
| 2018-06-27 | extmod/moducryptolib: Prefix all Python methods/objects with ucryptolib. | Yonatan Goldschmidt |
| 2018-06-27 | extmod/moducryptolib: Add an mbedTLS implementation for this module. | Yonatan Goldschmidt |
| 2018-06-27 | extmod/moducryptolib: Refactor functions for clean interface with axTLS. | Yonatan Goldschmidt |
| 2018-06-27 | extmod/moducryptolib: Optionally export MODE_* constants to Python. | Yonatan Goldschmidt |
| 2018-06-27 | zephyr: Rename CONFIG_CONSOLE_PULL to CONFIG_CONSOLE_SUBSYS. | Damien George |
| 2018-06-27 | docs/usocket: Minor fixes to grammar of getaddrinfo. | Damien George |
| 2018-06-27 | zephyr/prj_qemu_x86.conf: Remove outdated CONFIG_RAM_SIZE. | Paul Sokolovsky |
| 2018-06-27 | zephyr/prj_base.conf: Remove outdated CONFIG_NET_NBUF_RX_COUNT option. | Paul Sokolovsky |
| 2018-06-27 | tests/basics/namedtuple*: Import ucollections first. | Paul Sokolovsky |
| 2018-06-27 | docs/usocket: getaddrinfo: Describe af/type/proto optional params. | Paul Sokolovsky |
| 2018-06-27 | docs/ucryptolib: Add docs for new ucryptolib module. | Paul Sokolovsky |
| 2018-06-27 | unix/mpconfigport.h: Enable MICROPY_PY_UCRYPTOLIB. | Paul Sokolovsky |
| 2018-06-27 | tests/extmod/ucryptolib*: Add into and inplace tests for ucryptolib. | Paul Sokolovsky |
| 2018-06-27 | tests/extmod/ucryptolib*: Add tests for ucryptolib module. | Paul Sokolovsky |
| 2018-06-27 | extmod/moducryptolib: Add ucryptolib module with crypto functions. | Paul Sokolovsky |
| 2018-06-26 | docs/library: Add documentation for ucollections.deque. | Damien George |
| 2018-06-26 | stm32/mboot: Always use a flash latency of 1WS to match 48MHz HCLK. | Damien George |
| 2018-06-26 | stm32/mboot: Only compile in code for the USB periph that is being used. | Damien George |
| 2018-06-25 | stm32/mboot: Fix bug with invalid memory access of USB state. | Damien George |
| 2018-06-25 | docs/esp8266: Fix minor typo in "certificates". | jcea |
| 2018-06-23 | stm32/modnetwork: Fix query of DNS IP address in ifconfig(). | Damien George |
| 2018-06-22 | py/compile: Combine expr, xor_expr and and_expr into one function. | Damien George |
| 2018-06-22 | py/compile: Combine or_test and and_test compile functions. | Damien George |
| 2018-06-22 | py/compile: Combine global and nonlocal statement compile functions. | Damien George |
| 2018-06-22 | py/compile: Combine subscript_2 and subscript_3 into one function. | Damien George |