summaryrefslogtreecommitdiff
path: root/include/command.h
Commit message (Collapse)AuthorAge
* error handling: improved cmd_error() - print fatfs error stringsLeo C2018-08-31
|
* error handling (WIP)Leo C2018-08-28
|
* Print prefix of subcommandsLeo C2018-07-29
|
* Enable execution of individual sub commands on top levelLeo C2018-07-28
|
* Recursive cmd_find(), new command table flag: CTBL_RPTLeo C2018-07-21
| | | | | # Conflicts: # avr/cmd_fat.c
* Find subcommands without prefixLeo C2018-07-21
|
* Remove extern declarations from command_tbl.c, create .h files for that.Leo C2018-07-21
| | | | | # Conflicts: # avr/env.c
* Global helpLeo C2018-07-21
|
* Call subcommands from main command processorLeo C2018-07-21
|
* commandtable, flags: int --> uint8_t/uint_fast8_t. Macro UNUSED for ↵Leo C2018-07-21
| | | | | | | Parameters/Variables # Conflicts: # avr/cmd_fat.c
* Enable expression evaluation for numeric command line argsLeo C2016-06-21
|
* new command: source - run commands from a fileLeo C2016-05-25
|
* Add copyright noticeLeo C2014-12-16
|
* include cleanupLeo C2014-10-23
|
* Create include directoryLeo C2014-08-21