Damien George
|
4f9858e86d
|
stmhal: Move pybstdio.c to lib/utils/sys_stdio_mphal.c for common use.
It provides sys.stdin, sys.stdout, sys.stderr for bare-metal targets based
on mp_hal functions.
|
2017-06-15 18:55:34 +10:00 |
Paul Sokolovsky
|
3e05df7fd1
|
esp8266/modesp: flash_user_start: Use value from linker script.
Make esp8266_common.ld export size reserved to all code segments, and use
that in esp.flash_user_start() implementation.
|
2017-05-12 16:00:05 +03:00 |
Damien George
|
1b7d67266d
|
esp8266: Enable micropython.schedule() with locking in pin callback.
|
2017-03-20 15:20:26 +11:00 |
Damien George
|
8d5c6332c0
|
esp8266: Switch to use OO version of FatFs library.
|
2017-01-27 13:19:11 +11:00 |
Damien George
|
b32a38e373
|
esp8266: Factor out common linker code to esp8266_common.ld.
|
2017-01-25 09:49:55 +11:00 |