summaryrefslogtreecommitdiff
path: root/avr/command_tbl.c
Commit message (Collapse)AuthorAge
* new command: timeLeo C2018-10-01
|
* command go: new option -hLeo C2018-09-10
|
* new debug command: xx test. get freq command from single step branch.Leo C2018-09-08
|
* New command cpuchkLeo C2018-09-08
| | | | move z80_load_mem() to z80-if.c
* new command: memsize. new function z80_memsize_detect().Leo C2018-09-06
|
* cmd_attach.c, cmd_boot.c, cmd_loadcpm3.c: use cmd_error()Leo C2018-09-04
|
* new command: boot - boot default, i.e., run 'bootcmd'Leo C2018-08-30
|
* Revised help command. Options -a -f -kLeo C2018-07-30
|
* Fix help, env subcommandsLeo C2018-07-28
|
* 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
* 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
| | | | | # 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
* Set __malloc_margin, Print free heap commandLeo C2018-07-21
| | | | | # Conflicts: # include/config.h
* fat commands are now subcommands of a single fat command. Added 'fat cd' and ↵Leo C2018-07-21
| | | | 'fat pwd'.
* 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
| | | | | | | | Arg 1 of function setenv() is a __MEMX pointer on AVR.
* | 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
| | | | | | | | | | | | | | | | - rename loop to mloop - + mloopw - + mtest - + mdc - + mwc
* | 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
|