summaryrefslogtreecommitdiff
path: root/avr/cli.c
Commit message (Collapse)AuthorAge
* clean up includesLeo C.3 days
|
* cli.c: The real bugfix for Comment only lines.Leo C2018-07-29
|
* Remove xmalloc.c, fix potential 0-pointer derefenrence in cli.c.Leo C2018-07-21
| | | | | # Conflicts: # avr/cli.c
* commandtable, flags: int --> uint8_t/uint_fast8_t. Macro UNUSED for ↵Leo C2018-07-21
| | | | | | | Parameters/Variables # Conflicts: # avr/cmd_fat.c
* cli_run_command(): Move local copy of command from heap to stack.Leo C2018-07-21
| | | | verbose,xtrace: bool vars --> flag bits
* 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
| | | | 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