]> cloudbase.mooo.com Git - z180-stamp.git/history - avr/cmd_sd.c
rewrite of cmd_cpu/do_cpu_freq
[z180-stamp.git] / avr / cmd_sd.c
2018-09-05 Leo Cz80_bus_request_or_exit()
2018-09-04 Leo Ccmd_attach.c, cmd_boot.c, cmd_loadcpm3.c: use cmd_error()
2018-09-01 Leo Ccmd_fat.c, cmd_sd: use cmd_error()
2018-07-27 Leo CEnable execution of individual sub commands on top...
2018-07-21 Leo CRecursive cmd_find(), new command table flag: CTBL_RPT
2018-07-21 Leo CRemove extern declarations from command_tbl.c, create...
2018-07-21 Leo CGlobal help
2018-07-21 Leo CCall subcommands from main command processor
2018-07-21 Leo Ccommandtable, flags: int --> uint8_t/uint_fast8_t....
2018-07-21 Leo Cfat commands are now subcommands of a single fat comman...
2018-05-27 Leo CAdaptions for fatfs R0.13b
2018-05-27 Leo CMerge branch 'chan-fatfs' into fatfs-integration
2016-09-08 Leo CMerge branch 'chan-fatfs' into fatfs-integration
2016-06-21 Leo Caval_arg() for all commands
2015-06-11 Leo CMerge branch 'master' into cmdline_edit
2014-12-16 Leo CAdd copyright notice
2014-12-04 Leo CCard detect over cs pin: clean initialisation/power up
2014-12-04 Leo CCard detect over cs pin. (works mostly)
2014-11-26 Leo CAdd fat commands: fatstat, fatls, fatload, fatwrite
2014-11-25 Leo Cdump_ram() parameter
2014-11-25 Leo CSd card commands: read sector, write sector
2014-11-22 Leo CIntegrate fatfs. Add some sd card test commands.