summaryrefslogtreecommitdiff
path: root/avr/cmd_fat.c
Commit message (Expand)AuthorAge
* Rename: 'fat stat' to 'fat status'Leo C2018-07-30
* Enable execution of individual sub commands on top levelLeo C2018-07-28
* Bugfix do_stat(): Output formating (+ minor opt)Leo C2018-07-22
* _USE_LABEL --> FF_USE_LABELLeo C2018-07-22
* cmd_fat.c: reorgLeo C2018-07-21
* 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
* ENV_HOME macro. 'fat help' command table entryLeo 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
* Adaptions for fatfs R0.12bLeo C2016-09-10
* Additional Codes for HOME and END key.Leo C2016-07-14
* aval_arg() for all commandsLeo C2016-06-21
* fatfs f_mount now allways done globally at start upLeo C2015-05-15
* Add CP/M 3 file i/o (initial version)Leo C2015-05-14
* Add copyright noticeLeo C2014-12-16
* Put static work area on heap. LFN buffer not needed for stat functionLeo C2014-12-03
* Make do_fat_stat() and do_fat_ls() interruptibleLeo C2014-12-03
* Add get_fattime(), move buffers from stack to heapLeo C2014-12-02
* merge do_fat_read() and do_fat_write() to do_fat_rw()Leo C2014-12-01
* LFN supportLeo C2014-11-28
* Add fat commands: fatstat, fatls, fatload, fatwriteLeo C2014-11-26