文件名称:uffs-v1.3.3
- 所属分类:
- Linux/Unix编程
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 843kb
- 下载次数:
- 0次
- 提 供 者:
- sarava******
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
UFFS v1.3.3 is released.
- Simplify flash interface.
- Improved bad block handling.
- Better support for MLC NAND flash.
- Added hardware ECC and RS-ECC controller emulator.
- Bug fixes.
The biggest change of this release is on the flash interface. We simplify the flash interface, writting a NAND flash driver is much simpler than befor.
The flash-interface-example.c adds the NAND commands demo, it s a good start point to the real NAND flash driver.-UFFS v1.3.3 is released.
- Simplify flash interface.
- Improved bad block handling.
- Better support for MLC NAND flash.
- Added hardware ECC and RS-ECC controller emulator.
- Bug fixes.
The biggest change of this release is on the flash interface. We simplify the flash interface, writting a NAND flash driver is much simpler than befor.
The flash-interface-example.c adds the NAND commands demo, it s a good start point to the real NAND flash driver.
- Simplify flash interface.
- Improved bad block handling.
- Better support for MLC NAND flash.
- Added hardware ECC and RS-ECC controller emulator.
- Bug fixes.
The biggest change of this release is on the flash interface. We simplify the flash interface, writting a NAND flash driver is much simpler than befor.
The flash-interface-example.c adds the NAND commands demo, it s a good start point to the real NAND flash driver.-UFFS v1.3.3 is released.
- Simplify flash interface.
- Improved bad block handling.
- Better support for MLC NAND flash.
- Added hardware ECC and RS-ECC controller emulator.
- Bug fixes.
The biggest change of this release is on the flash interface. We simplify the flash interface, writting a NAND flash driver is much simpler than befor.
The flash-interface-example.c adds the NAND commands demo, it s a good start point to the real NAND flash driver.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
uffs-v1.3.3
...........\.gitignore
...........\AUTHORS
...........\CMakeLists.txt
...........\COPYING
...........\doc
...........\...\uffs-serial-num-relationship.JPG
...........\...\Understanding-UFFS.odp
...........\...\Understanding-UFFS.pdf
...........\Doxyfile
...........\README
...........\src
...........\...\CMakeLists.txt
...........\...\emu
...........\...\...\CMakeLists.txt
...........\...\...\cmdline.c
...........\...\...\cmdline.h
...........\...\...\helper_cmds.c
...........\...\...\test_cmds.c
...........\...\...\uffs_fileem.c
...........\...\...\uffs_fileem.h
...........\...\...\uffs_fileem_ecc_hw.c
...........\...\...\uffs_fileem_ecc_hw_auto.c
...........\...\...\uffs_fileem_ecc_soft.c
...........\...\...\uffs_fileem_share.c
...........\...\...\uffs_fileem_wrap.c
...........\...\...\uffs_os_posix.c
...........\...\example
...........\...\.......\CMakeLists.txt
...........\...\.......\flash-interface-example.c
...........\...\.......\static-mem-allocate.c
...........\...\inc
...........\...\...\uffs
...........\...\...\....\uffs.h
...........\...\...\....\uffs_badblock.h
...........\...\...\....\uffs_blockinfo.h
...........\...\...\....\uffs_buf.h
...........\...\...\....\uffs_config.h
...........\...\...\....\uffs_core.h
...........\...\...\....\uffs_device.h
...........\...\...\....\uffs_ecc.h
...........\...\...\....\uffs_fd.h
...........\...\...\....\uffs_find.h
...........\...\...\....\uffs_flash.h
...........\...\...\....\uffs_fs.h
...........\...\...\....\uffs_mem.h
...........\...\...\....\uffs_mtb.h
...........\...\...\....\uffs_os.h
...........\...\...\....\uffs_pool.h
...........\...\...\....\uffs_public.h
...........\...\...\....\uffs_tree.h
...........\...\...\....\uffs_types.h
...........\...\...\....\uffs_utils.h
...........\...\...\....\uffs_version.h
...........\...\uffs
...........\...\....\CMakeLists.txt
...........\...\....\uffs_badblock.c
...........\...\....\uffs_blockinfo.c
...........\...\....\uffs_buf.c
...........\...\....\uffs_debug.c
...........\...\....\uffs_device.c
...........\...\....\uffs_ecc.c
...........\...\....\uffs_fd.c
...........\...\....\uffs_find.c
...........\...\....\uffs_flash.c
...........\...\....\uffs_fs.c
...........\...\....\uffs_init.c
...........\...\....\uffs_mem.c
...........\...\....\uffs_mtb.c
...........\...\....\uffs_pool.c
...........\...\....\uffs_public.c
...........\...\....\uffs_tree.c
...........\...\....\uffs_utils.c
...........\...\....\uffs_version.c
...........\...\utils
...........\...\.....\CMakeLists.txt
...........\...\.....\mkuffs.c
...........\TODO
...........\tools
...........\.....\chomp_uffs_perror.rb
...........\.....\format_code.rb
...........\.....\make_package.sh
...........\.gitignore
...........\AUTHORS
...........\CMakeLists.txt
...........\COPYING
...........\doc
...........\...\uffs-serial-num-relationship.JPG
...........\...\Understanding-UFFS.odp
...........\...\Understanding-UFFS.pdf
...........\Doxyfile
...........\README
...........\src
...........\...\CMakeLists.txt
...........\...\emu
...........\...\...\CMakeLists.txt
...........\...\...\cmdline.c
...........\...\...\cmdline.h
...........\...\...\helper_cmds.c
...........\...\...\test_cmds.c
...........\...\...\uffs_fileem.c
...........\...\...\uffs_fileem.h
...........\...\...\uffs_fileem_ecc_hw.c
...........\...\...\uffs_fileem_ecc_hw_auto.c
...........\...\...\uffs_fileem_ecc_soft.c
...........\...\...\uffs_fileem_share.c
...........\...\...\uffs_fileem_wrap.c
...........\...\...\uffs_os_posix.c
...........\...\example
...........\...\.......\CMakeLists.txt
...........\...\.......\flash-interface-example.c
...........\...\.......\static-mem-allocate.c
...........\...\inc
...........\...\...\uffs
...........\...\...\....\uffs.h
...........\...\...\....\uffs_badblock.h
...........\...\...\....\uffs_blockinfo.h
...........\...\...\....\uffs_buf.h
...........\...\...\....\uffs_config.h
...........\...\...\....\uffs_core.h
...........\...\...\....\uffs_device.h
...........\...\...\....\uffs_ecc.h
...........\...\...\....\uffs_fd.h
...........\...\...\....\uffs_find.h
...........\...\...\....\uffs_flash.h
...........\...\...\....\uffs_fs.h
...........\...\...\....\uffs_mem.h
...........\...\...\....\uffs_mtb.h
...........\...\...\....\uffs_os.h
...........\...\...\....\uffs_pool.h
...........\...\...\....\uffs_public.h
...........\...\...\....\uffs_tree.h
...........\...\...\....\uffs_types.h
...........\...\...\....\uffs_utils.h
...........\...\...\....\uffs_version.h
...........\...\uffs
...........\...\....\CMakeLists.txt
...........\...\....\uffs_badblock.c
...........\...\....\uffs_blockinfo.c
...........\...\....\uffs_buf.c
...........\...\....\uffs_debug.c
...........\...\....\uffs_device.c
...........\...\....\uffs_ecc.c
...........\...\....\uffs_fd.c
...........\...\....\uffs_find.c
...........\...\....\uffs_flash.c
...........\...\....\uffs_fs.c
...........\...\....\uffs_init.c
...........\...\....\uffs_mem.c
...........\...\....\uffs_mtb.c
...........\...\....\uffs_pool.c
...........\...\....\uffs_public.c
...........\...\....\uffs_tree.c
...........\...\....\uffs_utils.c
...........\...\....\uffs_version.c
...........\...\utils
...........\...\.....\CMakeLists.txt
...........\...\.....\mkuffs.c
...........\TODO
...........\tools
...........\.....\chomp_uffs_perror.rb
...........\.....\format_code.rb
...........\.....\make_package.sh