summaryrefslogtreecommitdiff
path: root/avr/cli.c
Commit message (Collapse)AuthorAge
* Allow comments on command lines. Comment token is '#' .Leo C2016-05-25
|
* 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
|
* Rename getenv() to getenv_char()Leo C2016-03-21
| | | | getenv() is declared in some avr-libc versions.
* cli.c: bugfix in cli_parse_line(): correct nargsLeo C2015-10-23
|
* connect command 'esc \' enhancement, new 'esc :' subcommandLeo C2015-06-06
|
* fatfs f_mount now allways done globally at start upLeo C2015-05-15
|
* Add copyright noticeLeo C2014-12-16
|
* Improved command line quotingLeo C2014-11-29
|
* process_macros: reduce heap usage and fragmentationLeo C2014-09-02
|
* $() expansion deleted (only ${}). setenv_ulong(), setenv_hex()Leo C2014-08-31
|
* env in ramLeo C2014-08-30
|
* printf() --> printf_P(PSTR())Leo C2014-08-21
|
* enum command_ret_t --> typedefLeo C2014-08-20
|
* Add memory commands (cmp, cp, md, mm, mw, nm)Leo C2014-08-13
| | | | Add kind of scheduler for background tasks
* 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