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