summaryrefslogtreecommitdiff
path: root/avr/cmd_loadihex.c
Commit message (Collapse)AuthorAge
* clean up includesLeo C.2024-06-28
|
* new command: memsize. new function z80_memsize_detect().Leo C2018-09-06
|
* z80_bus_request_or_exit()Leo C2018-09-05
|
* cmd_loadihex.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
* loadi cosmetic changesLeo C2015-05-05
|
* intel hex: flush input buffer after loadingLeo C2015-04-28
|
* loadi seems to work now.hexrel-5Leo C2015-04-23
|
* Rename ihex.c to cmd_loadihex.cLeo C2015-04-22