summaryrefslogtreecommitdiff
path: root/avr/cli.c
Commit message (Expand)AuthorAge
* cli.c bugfix: Comment only lines are not an error.Leo C2018-06-27
* PromptLeo C2016-08-29
* Add verbose and xtrace options to cliLeo C2016-06-21
* Rename getenv_char() --> getenv_str()Leo C2016-06-17
* 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
* 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
* New U-Boot like AVR main program.Leo C2014-08-12