summaryrefslogtreecommitdiff
path: root/avr/command_tbl.c
Commit message (Expand)AuthorAge
* Enable execution of individual sub commands on top levelLeo C2018-07-28
* Recursive cmd_find(), new command table flag: CTBL_RPTLeo C2018-07-21
* New debug command: dump heapLeo C2018-07-21
* Find subcommands without prefixLeo C2018-07-21
* Remove extern declarations from command_tbl.c, create .h files for that.Leo C2018-07-21
* 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 Parameter...Leo C2018-07-21
* Set __malloc_margin, Print free heap commandLeo C2018-07-21
* fat commands are now subcommands of a single fat command. Added 'fat cd' and ...Leo C2018-07-21
* command printenv: new option -s: Print env variables in setenv commands.Leo C2018-06-27
* Enable expression evaluation for numeric command line argsLeo C2016-06-21
* clean upLeo C2016-06-17
* Update attach help textLeo C2016-06-10
* New command: cfboot - boot from cf card.Leo C2016-06-09
* New command(s): attach (and detach) - not fully working.Leo C2016-05-30
* new command: source - run commands from a fileLeo C2016-05-25
* mw command: add word and longword optionsLeo C2016-05-23
* correct fatwrite docuMarcel2016-05-23
* Get common_base from cpm3.sys file. Update default environment (BOOTCMD)hexrel-6.6Leo C2016-05-17
* RTC: Handle turn of the year correctly, detect uninitialized RTC (loss of VBAT)Leo C2016-01-26
* edit loadcpm3 help textLeo C2015-06-12
* change common base from C000 to F000. loadcpm3 bugfixesLeo C2015-06-12
* loadcpm3 for new memory mapLeo C2015-06-09
* switch fifos conin,conouthexrel-6.2Leo C2015-06-01
* f_sync only, when timout (currently 1s) after last write operation.hexrel-6Leo C2015-05-21
* Merge branch 'test-fboot-support'Leo C2015-05-18
|\
| * Support for Peter Danneggers fboot.Leo C2015-01-21
* | fatfs f_mount now allways done globally at start upLeo C2015-05-15
* | New command 'loadcpm3' - load 'CPM3.SYS' file. setenv() bugfixLeo C2015-05-06
* | loadi cosmetic changesLeo C2015-05-05
* | Add polling driver for ASCI0/1Leo C2015-05-01
* | New memory test commands, loadi updates. Needs testingLeo C2015-04-22
* | Add command loadi (load intel hex file)Leo C2015-04-18
|/
* Correct command date help. command has no reset argument.Leo C2014-12-23
* Remove obsolete debug codehexrel-4Leo C2014-12-18
* Add copyright noticeLeo C2014-12-16
* merge do_fat_read() and do_fat_write() to do_fat_rw()Leo C2014-12-01
* Add fat commands: fatstat, fatls, fatload, fatwriteLeo C2014-11-26
* Enable pullups on all gpio pins. cleanupLeo C2014-11-25
* Integrate fatfs. Add some sd card test commands.Leo C2014-11-22
* Rename pin.. to gpio..Leo C2014-11-21
* working connect command, new sleep commandLeo C2014-10-26
* working host communication, new command: connectLeo C2014-10-23
* pin command: pin groups work nowhexrel-3Leo C2014-10-14
* pin command, add user configurable i/o pinsLeo C2014-10-14
* Programmable Z180 clock, clock commandhexrel-2Leo C2014-09-08
* defaultenv (doesn't work)Leo C2014-08-30
* Add date rtc i2cLeo C2014-08-23
* enum command_ret_t --> typedefLeo C2014-08-20