micropython/esp8266/scripts
Paul Sokolovsky cc1ef76f88 esp8266/scripts/flashbdev: Correct bootloader flash size to match real size.
Flash size as seen by vendor SDK doesn't depend on real size, but rather on
a particular value in firmware header, as put there by flash tool. That means
it's user responsibility to know what flash size a particular device has, and
specify correct parameters during flashing. That's not end user friendly
however, so we try to make it "flash and play" by detecting real size vs
from-header size mismatch, and correct the header accordingly.
2016-04-20 18:07:34 +03:00
..
_boot.py esp8266/scripts/_boot: Print notice when initial setup is executed. 2016-04-20 18:01:09 +03:00
flashbdev.py esp8266/scripts/flashbdev: Correct bootloader flash size to match real size. 2016-04-20 18:07:34 +03:00
inisetup.py esp8266/scripts/inisetup.py: Use "-" in AP ESSID instead of space. 2016-04-12 00:47:21 +03:00
port_diag.py esp8266/scripts/port_diag.py: Module to collect diagnostic info. 2016-04-14 18:54:11 +03:00