summaryrefslogtreecommitdiff
path: root/avr/cmd_run.c
Commit message (Collapse)AuthorAge
* 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
* Rename getenv_char() --> getenv_str()Leo C2016-06-17
|
* new command: source - run commands from a fileLeo C2016-05-25