Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-15 | stmhal: Move pybstdio.c to lib/utils/sys_stdio_mphal.c for common use. | Damien George | |
It provides sys.stdin, sys.stdout, sys.stderr for bare-metal targets based on mp_hal functions. | |||
2017-05-12 | esp8266/modesp: flash_user_start: Use value from linker script. | Paul Sokolovsky | |
Make esp8266_common.ld export size reserved to all code segments, and use that in esp.flash_user_start() implementation. | |||
2017-03-20 | esp8266: Enable micropython.schedule() with locking in pin callback. | Damien George | |
2017-01-27 | esp8266: Switch to use OO version of FatFs library. | Damien George | |
2017-01-25 | esp8266: Factor out common linker code to esp8266_common.ld. | Damien George | |