aboutsummaryrefslogtreecommitdiff
path: root/stmhal/readline.c
AgeCommit message (Expand)Author
2014-08-04stmhal: Clean up reset/soft-reset code; fix bug init'ing VCP exc.Damien George
2014-07-20stmhal: Fix REPL printing by cooking output sent to stdout_obj.Damien George
2014-07-02Merge branch 'teensy-new' of github.com:dhylands/micropython into dhylands-te...Damien George
2014-06-28stmhal: Include mpconfig.h before all other includes.Paul Sokolovsky
2014-06-15Updated teensy to build.Dave Hylands
2014-05-10stmhal: Improve handling of out-of-memory in REPL.Damien George
2014-05-03Add license header to (almost) all files.Damien George
2014-04-05stmhal: Add more escape seqs; add debugging output for escape seq.Damien George
2014-04-05stmhal readline: Parse XTERM Home/End key codes.Paul Sokolovsky
2014-04-03stmhal: Add home/end cursor support in readline.Damien George
2014-04-02stmhal: Add backspace key to readline (along with delete key).Damien George
2014-03-29stmhal: Factor out stdio and readline to separate files.Damien George