]> cloudbase.mooo.com Git - z180-stamp.git/history - avr/cmd_fat.c
cleanup do_cd() do_pwd()
[z180-stamp.git] / avr / cmd_fat.c
2018-05-25 Leo Ccleanup do_cd() do_pwd()
2018-05-24 Leo Csome cleanup, more debugging
2018-05-18 Leo Cadd fat commands rm, rmdir, mkdir (WIP)
2018-04-25 Leo Cwildcards
2018-04-21 Leo Cfat ls: works again
2018-04-18 Leo Cfat ls: WIP
2018-04-17 Leo Cfat cp: reorg
2018-04-16 Leo Cfat cp: copy_dir (untested)
2018-04-13 Leo Cfat cp: DEBUG; flags p,n,f, (v);leading '/'
2018-04-12 Leo Cfat cp: mem alloc
2018-04-12 Leo Cfat cp: more on flags
2018-04-11 Leo Cfat cp: block buffer --> heap
2018-04-11 Leo Cfat cp: flags
2018-04-11 Leo Cfat cp: WIP
2018-04-11 Leo Csome bugs fixed (WIP)
2018-04-11 Leo C+ cp command (WIP)
2018-04-10 Leo Ccmd_fat.c: reorg
2018-04-09 Leo CRecursive cmd_find(), new command table flag: CTBL_RPT
2018-04-08 Leo CRemove extern declarations from command_tbl.c, create...
2018-04-08 Leo CGlobal help
2018-04-08 Leo CCall subcommands from main command processor
2018-04-07 Leo Ccommandtable, flags: int --> uint8_t/uint_fast8_t....
2018-04-07 Leo Cworking fat ls whith relative path and wildcards
2018-04-04 Leo CENV_HOME macro. 'fat help' command table entry
2018-04-03 Leo Cfat commands are now subcommands of a single fat comman...
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