28 Commits (6c67fbc280625c59fff7cdf93f16d5e2ad0bad8a)

Author SHA1 Message Date
Ian Davies fbe9417b90 extmod/ntptime: Factor out ntptime module from esp8266 port. 2 years ago
Damien George 9f8087b448 esp8266/boards: Enable reverse-special-methods on GENERIC board. 2 years ago
Damien George ad7b98c829 esp8266/mpconfigport: Switch to ROM feature level configuration. 2 years ago
Damien George eef7eae6b2 esp8266/modesp: Remove esp.info() function. 3 years ago
Damien George a29c70c9b4 esp8266: Allow building a board to any dest directory. 3 years ago
Damien George ff4f1f3ab3 esp8266/boards/GENERIC: Enable f-strings. 3 years ago
Mike Causer 7f14344428 ports: Add images, features and urls to board.json. 3 years ago
Jim Mussared e359b077dd ports: Add board.json for all boards. 3 years ago
Jim Mussared 62fd450e62 drivers/neopixel: Add common machine.bitstream-based neopixel module. 3 years ago
Damien George 136369d72f all: Update to point to files in new shared/ directory. 3 years ago
Damien George eb7ae538f9 esp8266/boards/GENERIC_512K: Add custom minimal _boot.py. 3 years ago
Damien George db8704ecbd esp8266,esp32: Update manifest to point to new dirs in micropython-lib. 4 years ago
Damien George 0abf6f830c esp8266/boards/GENERIC_512K: Add custom manifest without FS modules. 4 years ago
Damien George b28758054b esp8266: Remove release-specific manifest, disable osdebug by default. 4 years ago
Rafael Römhild 8f3167a962 esp8266/boards: Allow configuring btree/FAT/LFS2 support when building. 5 years ago
Damien George f2218c2fbd esp8266/esp_mphal: Move most functions in esp_mphal.c from iRAM to iROM. 5 years ago
Damien George caa7725642 esp8266/boards: Move py/pairheap.c code from iRAM to iROM. 5 years ago
Damien George e0905e85a7 esp8266: Change from FAT to littlefs v2 as default filesystem. 5 years ago
Damien George 1d4d688b3b esp8266: Enable and freeze uasyncio. 5 years ago
Damien George 69661f3343 all: Reformat C and Python source code with tools/codeformat.py. 5 years ago
Damien George 8d0421c3cf esp8266: Put mp_keyboard_interrupt in IRAM. 5 years ago
Jim Mussared 7ce1e0b1dc extmod/webrepl: Move webrepl scripts to common place and use manifest. 5 years ago
Damien George 799b6d1e0c extmod: Consolidate FAT FS config to MICROPY_VFS_FAT across all ports. 5 years ago
Damien George cea9209e0f esp8266/moduos: Add optional support for VfsLfs1 and VfsLfs2. 5 years ago
Damien George f1d91908fa esp8266/boards: Add manifest_release.py with files for a release. 5 years ago
Jim Mussared 8ba963cfa3 tools/makemanifest.py: Eval relative paths w.r.t. current manifest file. 5 years ago
Damien George 2fd3f2520d esp8266: Convert to use FROZEN_MANIFEST to specify frozen code. 5 years ago
Mike Causer 53a9b45da1 esp8266: Add per-board configs, following other ports. 5 years ago