]> cloudbase.mooo.com Git - z180-stamp.git/history - avr/cmd_fat.c
add missing newlines
[z180-stamp.git] / avr / cmd_fat.c
15 hours ago Leo C.clean up includes
2019-05-29 Leo CRemove local copy of avr-libc time lib.
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-08-31 Leo Cerror handling: improved cmd_error() - print fatfs...
2018-08-28 Leo Cerror handling (WIP)
2018-08-24 Leo Cpath functions (WIP)
2018-08-23 Leo Cpwd/cd
2018-08-20 Leo CReduce static RAM usage
2018-07-31 Leo Cpwd hack
2018-07-30 Leo CRename: 'fat stat' to 'fat status'
2018-07-27 Leo CEnable execution of individual sub commands on top...
2018-07-22 Leo CBugfix do_stat(): Output formating (+ minor opt)
2018-07-22 Leo C_USE_LABEL --> FF_USE_LABEL
2018-07-21 Leo Ccmd_fat.c: reorg
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 CENV_HOME macro. 'fat help' command table entry
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-09 Leo CAdaptions for fatfs R0.12b
2016-09-08 Leo CMerge branch 'chan-fatfs' into fatfs-integration
2016-07-13 Leo CAdditional Codes for HOME and END key.
2016-06-21 Leo Caval_arg() for all commands
2015-06-11 Leo CMerge branch 'master' into cmdline_edit
2015-05-18 Leo CMerge branch 'test-fboot-support'
2015-05-15 Leo Cfatfs f_mount now allways done globally at start up
2015-05-14 Leo CAdd CP/M 3 file i/o (initial version)
2014-12-16 Leo CAdd copyright notice
2014-12-03 Leo CPut static work area on heap. LFN buffer not needed...
2014-12-03 Leo CMake do_fat_stat() and do_fat_ls() interruptible
2014-12-02 Leo CMerge branch 'master' into timelib
2014-12-02 Leo CMerge branch 'cli-quote'
2014-12-02 Leo CAdd get_fattime(), move buffers from stack to heap
2014-12-01 Leo Cmerge do_fat_read() and do_fat_write() to do_fat_rw()
2014-11-28 Leo CLFN support
2014-11-26 Leo CAdd fat commands: fatstat, fatls, fatload, fatwrite