aboutsummaryrefslogtreecommitdiff
path: root/ports/esp8266/modules
AgeCommit message (Expand)Author
2021-02-09esp8266/modules: Fix fs_corrupted() to use start_sec not START_SEC.Damien George
2021-01-30esp8266/modules/neopixel.py: Add timing param to NeoPixel constructor.Christopher Tse
2020-11-18esp32,esp8266: Remove "FAT" from warning message in inisetup.py.robert
2020-09-18ports: Add utime.gmtime() function.Damien George
2020-04-04esp8266: Change from FAT to littlefs v2 as default filesystem.Damien George
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
2020-01-31esp8266/modules/ntptime.py: Add comment about configuring NTP host.Damien George
2020-01-14esp8266/modules: Fix AttributeError in _boot.py if flash not formatted.JensDiemer
2019-12-20extmod/webrepl: Move webrepl scripts to common place and use manifest.Jim Mussared
2019-11-07esp8266/modules/flashbdev.py: Support extended block protocol.Damien George
2019-10-29extmod/vfs: Rename BP_IOCTL_xxx constants to MP_BLOCKDEV_IOCTL_xxx.Damien George
2019-10-15esp8266: Convert to use FROZEN_MANIFEST to specify frozen code.Damien George
2019-10-10esp8266/modules/ntptime.py: Always close socket, and set day-of-week.Damien George
2019-02-14extmod/moduwebsocket: Refactor `websocket` to `uwebsocket`.Yonatan Goldschmidt
2019-01-16esp8266/main: Activate UART(0) on dupterm for REPL before boot.py runs.Damien George
2018-06-05esp8266/modules/ntptime.py: Remove print of newly-set time.Damien George
2018-05-21esp8266: Change UART(0) to attach to REPL via uos.dupterm interface.Damien George
2018-01-31esp8266/modules: Move dht.py driver to drivers/dht directory.Damien George
2017-11-30esp8266/modules/webrepl_setup: Fix first-time enable of WebREPL.Damien George
2017-10-13extmod/uos_dupterm: Update uos.dupterm() and helper funcs to have index.Damien George
2017-10-11esp8266/modules/webrepl_setup: Add info about allowed password length.Vitor Massaru Iha
2017-09-06all: Update Makefiles and others to build with new ports/ dir layout.Damien George
2017-09-06ports: Make new ports/ sub-directory and move all ports there.Damien George