circuitpython/esp8266/scripts
Damien George db80c0ed46 esp8266: Enable frozen bytecode, with scripts in modules/ subdir.
To start with, the critical scripts _boot.py and flashbdev.py are frozen
to improve performance and reduce RAM consumption.

Saves about 1000 bytes of heap RAM for a bare boot with filesystem.
2016-06-29 13:59:19 +01:00
..
apa102.py esp8266: Add APA102 serial individually controllable LEDs support. 2016-05-19 22:29:11 +03:00
dht.py esp8266: Add dht.py script for high-level control of DHT11/DHT22 sensor. 2016-05-26 17:13:03 +01:00
inisetup.py esp8266/scripts/inisetup: Don't start WebREPL on boot in master branch. 2016-05-07 20:04:45 +03:00
neopixel.py esp8266/scripts/: Add fill() to NeoPixel 2016-05-07 21:15:33 +03:00
ntptime.py esp8266/scripts/ntptime: Allow to override NTP server. 2016-05-30 19:16:05 +03:00
onewire.py esp8266/scripts/: Remove use of pin.PULL_NONE. 2016-05-05 23:47:37 +03:00
port_diag.py esp8266/scripts/port_diag: Dump network interface IP settings. 2016-05-24 01:27:16 +03:00
webrepl_setup.py esp8266/scripts/webrepl_setup: Add max password length check. 2016-05-17 02:21:45 +03:00
webrepl.py esp8266/scripts/webrepl: Add start_foreground() method. 2016-05-08 20:01:15 +03:00
websocket_helper.py esp8266/scripts/websocket_helper: Disable debug output. 2016-04-22 18:19:54 +03:00