summaryrefslogtreecommitdiff
path: root/avr/cmd_fat.c
Commit message (Collapse)AuthorAge
* clean up includesLeo C.41 hours
|
* Remove local copy of avr-libc time lib.Leo C2019-05-29
|
* cmd_attach.c, cmd_boot.c, cmd_loadcpm3.c: use cmd_error()Leo C2018-09-04
|
* cmd_fat.c, cmd_sd: use cmd_error()Leo C2018-09-01
|
* error handling: improved cmd_error() - print fatfs error stringsLeo C2018-08-31
|
* error handling (WIP)Leo C2018-08-28
|
* path functions (WIP)Leo C2018-08-24
|
* pwd/cdLeo C2018-08-23
|
* Reduce static RAM usageLeo C2018-08-20
|
* pwd hackLeo C2018-07-31
|
* 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
| | | | | # Conflicts: # avr/cmd_fat.c
* Recursive cmd_find(), new command table flag: CTBL_RPTLeo C2018-07-21
| | | | | # Conflicts: # avr/cmd_fat.c
* Remove extern declarations from command_tbl.c, create .h files for that.Leo C2018-07-21
| | | | | # Conflicts: # avr/env.c
* 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 ↵Leo C2018-07-21
| | | | | | | Parameters/Variables # Conflicts: # avr/cmd_fat.c
* 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
| | | | 'fat pwd'.
* 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