📄 changelog
字号:
2004-01-19 Nick Garnett <nickg@calivar.com> * doc/README.txt: * doc/fatfs.ecm: * doc/fat16.ecm: * doc/mkdisk0: Added some initial basic documentation, sample configurations and shell script to manufacture test disk image. 2003-10-18 Savin Zlobec <savin@elatec.si> * cdl/fatfs.cdl: * src/fatfs.h: * src/fatfs_ncache.c: Fixed node allocation tresholds (there should be no more unnecessary node memory allocation/deallocation). Added more sanity checks and a cdl option to enable them.2003-10-17 Savin Zlobec <savin@elatec.si> * src/fatfs_supp.c: Fixed dos to unix date conversion.2003-10-16 Savin Zlobec <savin@elatec.si> * src/fatfs.c: Fixed dir entry searching. * src/fatfs_ncache.c: Added more sanity checks.2003-10-13 Savin Zlobec <savin@elatec.si> * src/fatfs.h: * src/fatfs.c: * src/fatfs_supp.c: Added FAT12 support and FAT type detection. Fixed file deletion. Fixed reusing of deleted directory entries. Fixed free clusters search. Fixed directory renaming. Fixed out of space situation while writting.2003-09-01 Savin Zlobec <savin@elatec.si> * cdl/fatfs.cdl: * src/fatfs.h: * src/fatfs.c: * src/fatfs_supp.c: * src/fatfs_tcache.c: * src/fatfs_ncache.c: Implemented block IO with BLib, fixed FAT data access problems and added FAT table cache memory constraints. 2003-07-07 Savin Zlobec <savin@elatec.si> * cdl/fatfs.cdl: * src/fatfs.h: * src/fatfs.c: * src/fatfs_supp.c: * src/fatfs_ncache.c: * src/fatfs_tcache.c: A FAT16 filesystem implementation//===========================================================================//####ECOSGPLCOPYRIGHTBEGIN####// -------------------------------------------// This file is part of eCos, the Embedded Configurable Operating System.// Copyright (C) 2003 Savin Zlobec //// eCos is free software; you can redistribute it and/or modify it under// the terms of the GNU General Public License as published by the Free// Software Foundation; either version 2 or (at your option) any later version.//// eCos is distributed in the hope that it will be useful, but WITHOUT ANY// WARRANTY; without even the implied warranty of MERCHANTABILITY or// FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License// for more details.//// You should have received a copy of the GNU General Public License along// with eCos; if not, write to the Free Software Foundation, Inc.,// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.//// As a special exception, if other files instantiate templates or use macros// or inline functions from this file, or you compile this file and link it// with other works to produce a work based on this file, this file does not// by itself cause the resulting work to be covered by the GNU General Public// License. However the source code for this file must still be made available// in accordance with section (3) of the GNU General Public License.//// This exception does not invalidate any other reasons why a work based on// this file might be covered by the GNU General Public License.//// -------------------------------------------//####ECOSGPLCOPYRIGHTEND####//===========================================================================
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -