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
/
esp8266
/
modules
Age
Commit message (
Expand
)
Author
2016-10-24
esp8266/modesp: Add flash_user_start() function.
Paul Sokolovsky
2016-10-20
esp8266/modules/webrepl: Enforce only one concurrent WebREPL connection.
Paul Sokolovsky
2016-08-29
esp8266/modules/ds18x20.py: Add support for DS18S20 devices.
Damien George
2016-08-29
esp8266/modules/onewire: Change onewire.read() to onewire.readinto().
Damien George
2016-08-29
esp8266/modules: Split onewire.py into OneWire and DS18X20 driver.
Damien George
2016-08-09
esp8266/modules/flashbdev: Start filesystem at 0x90000.
Paul Sokolovsky
2016-08-06
esp8266/flashbdev: Reserve extra sysparam sector for SDK 2.0.0 compatibility.
Paul Sokolovsky
2016-07-23
esp8266/_boot.py: Decrease GC alloc threshold to quarter of heap size.
Paul Sokolovsky
2016-07-23
esp8266/_boot.py: Set GC alloc threshold to half of heap size.
Paul Sokolovsky
2016-07-02
esp8266: Switch webrepl to use frozen bytecode.
Paul Sokolovsky
2016-07-02
esp8266: Switch webrepl_setup to use frozen bytecode.
Paul Sokolovsky
2016-07-02
esp8266: Explicitly collect garbage in bootstrap scripts.
Paul Sokolovsky
2016-06-29
esp8266: Enable frozen bytecode, with scripts in modules/ subdir.
Damien George