-
- Downloads
unix: Add option to use uPy readline, and enable by default.
This gets uPy readline working with unix port, with tab completion and history. GNU readline is still supported, configure using MICROPY_USE_READLINE variable.
Showing
- tests/cmdline/repl_basic.py 1 addition, 1 deletiontests/cmdline/repl_basic.py
- unix/Makefile 11 additions, 1 deletionunix/Makefile
- unix/input.c 79 additions, 7 deletionsunix/input.c
- unix/main.c 2 additions, 3 deletionsunix/main.c
- unix/mpconfigport.h 5 additions, 0 deletionsunix/mpconfigport.h
- unix/mpconfigport.mk 4 additions, 1 deletionunix/mpconfigport.mk
- unix/unix_mphal.c 31 additions, 5 deletionsunix/unix_mphal.c
- unix/unix_mphal.h 3 additions, 0 deletionsunix/unix_mphal.h
Loading
Please register or sign in to comment