index
:
suspect-devices/circuitpython
1.x
2.x
3.x
4.0.x
4.1.x
4.x
5.0.x
5.1.x
5.3.x
6.0.x
6.1.x
6.2.x
audiocore-rawsample-sinewave
azure
azure-pipelines
cross
dm-mixer
dynamic-native-modules
encoding
esp-extra-scripts
fix_typo_spanish
iabdalkader-cc3k-update
jepler-try-ubuntu-20.04
main
master
parse-bytecode
reentrant-gc
stable
travis-clang
travis-esp8266
travis-stackless
travis-testing
type_hints
CircuitPython - a Python implementation for teaching coding with microcontrollers
feurig
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
stmhal
/
readline.c
Age
Commit message (
Expand
)
Author
2015-01-12
stmhal: Move readline code to lib/mp-readline/.
Paul Sokolovsky
2015-01-07
stmhal: Collect all root pointers together in 1 place.
Damien George
2015-01-01
stmhal: Prefix includes with py/; remove need for -I../py.
Damien George
2014-11-27
stmhal: Remove unnecessary HAL_Delay in readline loop.
Damien George
2014-11-27
stmhal: Reduce coupling between USB driver and readline.
Damien George
2014-10-26
stmhal: Improve REPL control codes; improve pyboard.py script.
Damien George
2014-08-04
stmhal: Clean up reset/soft-reset code; fix bug init'ing VCP exc.
Damien George
2014-07-20
stmhal: Fix REPL printing by cooking output sent to stdout_obj.
Damien George
2014-07-02
Merge branch 'teensy-new' of github.com:dhylands/micropython into dhylands-te...
Damien George
2014-06-28
stmhal: Include mpconfig.h before all other includes.
Paul Sokolovsky
2014-06-15
Updated teensy to build.
Dave Hylands
2014-05-10
stmhal: Improve handling of out-of-memory in REPL.
Damien George
2014-05-03
Add license header to (almost) all files.
Damien George
2014-04-05
stmhal: Add more escape seqs; add debugging output for escape seq.
Damien George
2014-04-05
stmhal readline: Parse XTERM Home/End key codes.
Paul Sokolovsky
2014-04-03
stmhal: Add home/end cursor support in readline.
Damien George
2014-04-02
stmhal: Add backspace key to readline (along with delete key).
Damien George
2014-03-29
stmhal: Factor out stdio and readline to separate files.
Damien George