aboutsummaryrefslogtreecommitdiff
path: root/ports/esp8266/boards
AgeCommit message (Expand)Author
2020-09-18esp8266: Remove release-specific manifest, disable osdebug by default.Damien George
2020-05-14esp8266/boards: Allow configuring btree/FAT/LFS2 support when building.Rafael Römhild
2020-05-08esp8266/esp_mphal: Move most functions in esp_mphal.c from iRAM to iROM.Damien George
2020-05-08esp8266/boards: Move py/pairheap.c code from iRAM to iROM.Damien George
2020-04-04esp8266: Change from FAT to littlefs v2 as default filesystem.Damien George
2020-03-26esp8266: Enable and freeze uasyncio.Damien George
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
2020-02-07esp8266: Put mp_keyboard_interrupt in IRAM.Damien George
2019-12-20extmod/webrepl: Move webrepl scripts to common place and use manifest.Jim Mussared
2019-11-11extmod: Consolidate FAT FS config to MICROPY_VFS_FAT across all ports.Damien George
2019-11-07esp8266/moduos: Add optional support for VfsLfs1 and VfsLfs2.Damien George
2019-10-22esp8266/boards: Add manifest_release.py with files for a release.Damien George
2019-10-21tools/makemanifest.py: Eval relative paths w.r.t. current manifest file.Jim Mussared
2019-10-15esp8266: Convert to use FROZEN_MANIFEST to specify frozen code.Damien George
2019-10-10esp8266: Add per-board configs, following other ports.Mike Causer