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