aboutsummaryrefslogtreecommitdiff
path: root/ports/esp8266/main.c
AgeCommit message (Expand)Author
2020-04-23all: Format code to add space after C++-style comment start.stijn
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
2019-05-17various: Add and update my copyright line based on git history.Paul Sokolovsky
2019-04-26ports: Convert to use pyexec_file_if_exists() to execute boot/main.py.Damien George
2019-02-12all: Change PYB message prefix to MPY.Mike Causer
2019-01-16esp8266/main: Activate UART(0) on dupterm for REPL before boot.py runs.Damien George
2018-12-01esp8266/modnetwork: Automatically do radio sleep if no interface active.Damien George
2018-09-08esp8266/main: Increase heap by 2kb, now that axtls rodata is in ROM.Damien George
2018-08-02py/mpconfig.h: Introduce MICROPY_DEBUG_PRINTER for debugging output.Damien George
2018-07-17esp8266,esp32: Implement high-res timers using new tick_hz argument.Nicko van Someren
2018-06-12ports: Call gc_sweep_all() when doing a soft reset.Damien George
2018-05-21esp8266: Change UART(0) to attach to REPL via uos.dupterm interface.Damien George
2018-05-02esp8266: Disable DEBUG_PRINTERS for 512k build.Damien George
2017-10-13extmod/uos_dupterm: Update uos.dupterm() and helper funcs to have index.Damien George
2017-10-04all: Remove inclusion of internal py header files.Damien George
2017-09-06ports: Make new ports/ sub-directory and move all ports there.Damien George