summaryrefslogtreecommitdiff
path: root/avr/cli_readline.c
Commit message (Collapse)AuthorAge
* new command: source - run commands from a fileLeo C2016-05-25
|
* Store only command line input in history buffer, but not data (i.e mm command)Leo C2016-04-22
|
* Enable commandline editing with history buffer parmanently, and remove macro ↵Leo C2016-04-22
| | | | CONFIG_CMDLINE_EDITING and the non-history-buffer code.
* Remove redundant hist_init()Leo C2016-04-22
|
* Add END key to cread_line()hexrel-6.5Leo C2015-09-04
|
* command line historyLeo C2015-06-13
|
* Merge branch 'master' into cmdline_editLeo C2015-06-11
|\
| * cli_readline_into_buffer: remove unneeded buf[]Leo C2015-01-21
| |
| * Add copyright noticeLeo C2014-12-16
| |
* | VT100/ANSI parserLeo C2015-06-11
| |
* | command line editing generally worksLeo C2014-11-26
| |
* | Enable command line editing and history (CONFIG_CMDLINE_EDITING)Leo C2014-11-26
|/
* include cleanupLeo C2014-10-23
|
* my_getchar() parameter: allow return without new characterLeo C2014-10-23
|
* New U-Boot like AVR main program.Leo C2014-08-12
Uses U-Boot source code taken from: git://git.denx.de/u-boot.git