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