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