Lines Matching full:flash
1 UFFS: Ultra-low-cost Flash File System
12 UFFS is a nand flash file system designed for embedded system.
15 * Low cost: e.g. it needs only 41K bytes RAM for 64MB NAND flash (page size 2048).
24 to the last state when lost power on the middle of flash programing.
26 saved on flash.
31 * Support multiple NAND flash class in one system.
32 * Support bare flash hardware, no operating system needed.
38 'block'(the minial erase unit for NAND flash, e.g. 16K ) for a file.
123 UFFS 1.1.0: support NAND flash with large page size (up to 2K).
127 UFFS 1.1.2: bug fixes. add more Flash Class. change Licence from GNU GPLv2 to GNU LGPLv2
142 - improved flash interface
144 - support user defined spare layout (for customized NAND flash controller)
146 - no partial page program required, support MLC NAND flash
152 - Fix bugs in flash interface example.
154 - Add flash driver interface 'WriteFullPage()'.
162 - Change Flash Interface, simplify interface.
164 - Better support for MLC NAND flash.