Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | unix: Add option to use uPy readline, and enable by default. | Damien George | 2015-05-27 |
| | | | | | | This gets uPy readline working with unix port, with tab completion and history. GNU readline is still supported, configure using MICROPY_USE_READLINE variable. | ||
* | unix: Factor out stdio and ctrl-C code to unix_mphal.c file. | Damien George | 2015-05-27 |