summaryrefslogtreecommitdiff
path: root/avr/cmd_sd.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
* 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
* fat commands are now subcommands of a single fat command. Added 'fat cd' and ...Leo C2018-07-21
* 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