summaryrefslogtreecommitdiff
path: root/avr/command.c
Commit message (Collapse)AuthorAge
* error handling: improved cmd_error() - print fatfs error stringsLeo C2018-08-31
|
* error handling (WIP)Leo C2018-08-28
|
* Fix 'help [-a] command ...' command.Leo C2018-08-19
|
* Revised help command. Options -a -f -kLeo C2018-07-30
|
* Print prefix of subcommandsLeo C2018-07-29
|
* Remove cruftLeo C2018-07-29
|
* Find (top level) subcommands without recursion.Leo C2018-07-28
|
* Fix help, env subcommandsLeo C2018-07-28
|
* Enable execution of individual sub commands on top levelLeo C2018-07-28
|
* move *cmd_array[] from stack to heapLeo C2018-07-21
|
* 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
|
* Enable monitor debugging commands only, if env var 'cmd' is set to 'debug'.Leo C2016-06-21
|
* Add verbose and xtrace options to cliLeo C2016-06-21
|
* command 'help <topic>' should return successLeo C2015-05-08
|
* New memory test commands, loadi updates. Needs testingLeo C2015-04-22
| | | | | | | | - rename loop to mloop - + mloopw - + mtest - + mdc - + mwc
* Add copyright noticeLeo C2014-12-16
|
* Enable pullups on all gpio pins. cleanupLeo C2014-11-25
|
* include cleanupLeo C2014-10-23
|
* Code reorg and cleanupLeo C2014-10-15
|
* help cmd: fix column alignmentLeo C2014-08-30
|
* Autocomplete, long way to go...Leo C2014-08-21
|
* enum command_ret_t --> typedefLeo C2014-08-20
|
* Command 'go <startaddr>' works nowLeo C2014-08-18
| | | | Add debug command to display AVR RAM
* Add command saveenvLeo C2014-08-16
| | | | Add debug commands for EEPROM display and copy
* 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