summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-11-01 16:48:21 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-11-01 16:48:21 +0000
commit8c532df444b36d69b78a4195187a78024349427e (patch)
tree1e74351022c984b73e59d1f79a8bada95acd9316 /nuttx/ChangeLog
parent53c07074863863faa8209e16c11240d02e0ec745 (diff)
downloadnuttx-8c532df444b36d69b78a4195187a78024349427e.tar.gz
nuttx-8c532df444b36d69b78a4195187a78024349427e.tar.bz2
nuttx-8c532df444b36d69b78a4195187a78024349427e.zip
Use calculations on constants to (slightly) reduce code size
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4077 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 9186808f3..0dd5c1f3e 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -2190,5 +2190,5 @@
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).
+ block sizes and more efficient use of EEPROM when the AT24 is used to
+ support a file system (such as NXFFS). (Contributed by Hal Glenn).