-
- Downloads
st3m,mpy: show last bits of python errors on display
This is implemented with a tiny terminal emulator which the stdout of micropython is passed through. This allows us to detect what state the interepreter connection of micropython might be in, and show a REPL splash or text accordingly.
Showing
- components/micropython/vendor/ports/esp32/main.c 10 additions, 2 deletionscomponents/micropython/vendor/ports/esp32/main.c
- components/micropython/vendor/ports/esp32/mphalport.c 3 additions, 0 deletionscomponents/micropython/vendor/ports/esp32/mphalport.c
- components/st3m/CMakeLists.txt 1 addition, 0 deletionscomponents/st3m/CMakeLists.txt
- components/st3m/st3m_mode.c 15 additions, 4 deletionscomponents/st3m/st3m_mode.c
- components/st3m/st3m_mode.h 3 additions, 1 deletioncomponents/st3m/st3m_mode.h
- components/st3m/st3m_term.c 83 additions, 0 deletionscomponents/st3m/st3m_term.c
- components/st3m/st3m_term.h 11 additions, 0 deletionscomponents/st3m/st3m_term.h
components/st3m/st3m_term.c
0 → 100644
components/st3m/st3m_term.h
0 → 100644
Please register or sign in to comment