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