summaryrefslogtreecommitdiff
path: root/avr/cmd_boot.c
Commit message (Collapse)AuthorAge
* clean up includesLeo C.14 hours
|
* -Wimplicit-fallthrough=1Leo C.5 days
|
* rewrite of cmd_cpu/do_cpu_freqLeo C.7 days
|
* Remove compiler warningsLeo C2019-05-30
|
* reset optind before executing commandLeo 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
* z80_bus_request_or_exit()Leo C2018-09-05
|
* cmd_attach.c, cmd_boot.c, cmd_loadcpm3.c: use cmd_error()Leo C2018-09-04
|
* Remove extern declarations from command_tbl.c, create .h files for that.Leo C2018-07-21
| | | | | # Conflicts: # avr/env.c
* commandtable, flags: int --> uint8_t/uint_fast8_t. Macro UNUSED for ↵Leo C2018-07-21
| | | | | | | Parameters/Variables # Conflicts: # avr/cmd_fat.c
* aval_arg() for all commandsLeo C2016-06-21
|
* bootcf fixesLeo C2016-06-11
|
* 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
|
* Store only command line input in history buffer, but not data (i.e mm command)Leo C2016-04-22
|
* Bufix mstep command: take the right arg for parameter count.Leo C2016-04-15
|
* connect command 'esc \' enhancement, new 'esc :' subcommandLeo C2015-06-06
|
* esc_char environment variableLeo C2015-06-06
|
* connect command: check serial input, even if Z180 sends really fast.Leo C2015-05-08
|
* Add copyright noticeLeo C2014-12-16
|
* Timeout for Z180 bus accessLeo C2014-11-25
|
* working connect command, new sleep commandLeo C2014-10-26
|
* include cleanupLeo C2014-10-23
|
* working host communication, new command: connectLeo C2014-10-23
|
* Code reorg and cleanupLeo C2014-10-15
|
* Add pin_aliasLeo C2014-10-15
|
* 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
|
* enum command_ret_t --> typedefLeo C2014-08-20
|
* Rework z80 bus controlLeo C2014-08-19
|
* Command 'go <startaddr>' works nowLeo C2014-08-18
| | | | Add debug command to display AVR RAM
* Add commands: loadf, go, reset restarthexrel-1Leo C2014-08-14