micropython/ports/esp8266/modules
Damien George 36808d4e6a esp8266/main: Activate UART(0) on dupterm for REPL before boot.py runs.
So that the user can explicitly deactivate UART(0) if needed.  See
issue #4314.

This introduces some risk to "brick" the device, if the user disables the
REPL without providing an alternative REPL (eg WebREPL), or any way to
reenable it.  In such a case the device needs to be erased and
reprogrammed.  This seems unavoidable, given the desire to have the option
to use the UART for something other than the REPL.
2019-01-16 17:24:23 +11:00
..
_boot.py
apa102.py
dht.py esp8266/modules: Move dht.py driver to drivers/dht directory. 2018-01-31 18:11:06 +11:00
ds18x20.py
flashbdev.py
inisetup.py esp8266/main: Activate UART(0) on dupterm for REPL before boot.py runs. 2019-01-16 17:24:23 +11:00
neopixel.py
ntptime.py esp8266/modules/ntptime.py: Remove print of newly-set time. 2018-06-05 14:30:35 +10:00
onewire.py
port_diag.py
upip.py
upip_utarfile.py
webrepl.py extmod/uos_dupterm: Update uos.dupterm() and helper funcs to have index. 2017-10-13 20:01:57 +11:00
webrepl_setup.py esp8266/modules/webrepl_setup: Fix first-time enable of WebREPL. 2017-11-30 10:54:33 +11:00
websocket_helper.py