mirror of
https://github.com/apache/nuttx.git
synced 2026-05-23 06:39:01 +08:00
Add support for configurable block size on AT24 EEPROM driver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4076 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -2188,4 +2188,7 @@
|
||||
* fs/nxffs/nxffs_write.c and nxffs_pack.c: Fix an error that can occur
|
||||
when attempt to write to FLASH volume that is completely full but
|
||||
has no value inodes on it.
|
||||
|
||||
* drivers/mtd/at24xx.c: Now supports a configurable block size that
|
||||
supports using "clusters" of AT24 pages as blocks. This allows bigger
|
||||
block sizes and more efficient use of FLASH when the AT24 is used to
|
||||
support a file system (such as NXFFS).
|
||||
|
||||
+428
-349
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user