summaryrefslogtreecommitdiff
path: root/avr/cmd_sd.c
Commit message (Collapse)AuthorAge
* 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
|
* cmd_fat.c, cmd_sd: use cmd_error()Leo C2018-09-01
|
* 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
* 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
* fat commands are now subcommands of a single fat command. Added 'fat cd' and ↵Leo C2018-07-21
| | | | 'fat pwd'.
* Adaptions for fatfs R0.13bLeo C2018-05-28
|
* aval_arg() for all commandsLeo C2016-06-21
|
* Add copyright noticeLeo C2014-12-16
|
* Card detect over cs pin: clean initialisation/power upLeo C2014-12-05
|
* Card detect over cs pin. (works mostly)Leo C2014-12-04
|
* Add fat commands: fatstat, fatls, fatload, fatwriteLeo C2014-11-26
|
* dump_ram() parameterLeo C2014-11-25
|
* Sd card commands: read sector, write sectorLeo C2014-11-25
|
* Integrate fatfs. Add some sd card test commands.Leo C2014-11-22