summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-08-29 16:07:29 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-08-29 16:07:29 +0000
commit3000e30c53c6e1b4dcbd7c2efe9d7bba551b23fb (patch)
tree071f95f8219d83fc1992dcbb5eb5c2b9e2cc782c /nuttx/ChangeLog
parent0671167e2a192d26fd43efa2130c4fccc32b76b8 (diff)
downloadnuttx-3000e30c53c6e1b4dcbd7c2efe9d7bba551b23fb.tar.gz
nuttx-3000e30c53c6e1b4dcbd7c2efe9d7bba551b23fb.tar.bz2
nuttx-3000e30c53c6e1b4dcbd7c2efe9d7bba551b23fb.zip
Bug fixes for BCH and TSC2007 drivers
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3921 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 3f5fa7e6d..682cf49ef 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -2040,4 +2040,6 @@
the path to a block driver and then erases the underlying FLASH memory
(assuming that the block driver is an MTD driver wrapped in the FTL
layer).
-
+ * drivers/bch: Fixed some important bugs in the BCH driver (noted by
+ Li Zhuoyi (Lzyy)). This would have effected any large reads or writes
+ (larger than the hardware sector size).