circuitpython/ports/esp8266/boards
Damien George 8d0421c3cf esp8266: Put mp_keyboard_interrupt in IRAM.
It was originally in IRAM due to the linker script specification, but
since the function moved from lib/utils/interrupt_char.c to py/scheduler.c
it needs to be put back in IRAM.
2020-02-07 16:08:31 +11:00
..
GENERIC extmod: Consolidate FAT FS config to MICROPY_VFS_FAT across all ports. 2019-11-11 11:37:38 +11:00
GENERIC_512K extmod: Consolidate FAT FS config to MICROPY_VFS_FAT across all ports. 2019-11-11 11:37:38 +11:00
eagle.rom.addr.v6.ld esp8266: Add per-board configs, following other ports. 2019-10-10 16:32:25 +11:00
esp8266.ld esp8266: Add per-board configs, following other ports. 2019-10-10 16:32:25 +11:00
esp8266_512k.ld esp8266: Add per-board configs, following other ports. 2019-10-10 16:32:25 +11:00
esp8266_common.ld esp8266: Put mp_keyboard_interrupt in IRAM. 2020-02-07 16:08:31 +11:00
esp8266_ota.ld esp8266: Add per-board configs, following other ports. 2019-10-10 16:32:25 +11:00
manifest.py extmod/webrepl: Move webrepl scripts to common place and use manifest. 2019-12-20 12:59:13 +11:00
manifest_release.py esp8266/boards: Add manifest_release.py with files for a release. 2019-10-22 00:23:22 +11:00