summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-09-11 17:48:52 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-09-11 17:48:52 +0000
commit94c3b8e72eb81b2ca7b3ab69b6996602d5207c19 (patch)
treeab669712a23a13022adf6abd05d240d08714370d /nuttx/ChangeLog
parent024c4051ba207d5ad1b68753848bbf80599b3877 (diff)
downloadnuttx-94c3b8e72eb81b2ca7b3ab69b6996602d5207c19.tar.gz
nuttx-94c3b8e72eb81b2ca7b3ab69b6996602d5207c19.tar.bz2
nuttx-94c3b8e72eb81b2ca7b3ab69b6996602d5207c19.zip
Fix some timer race conditions
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3949 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog7
1 files changed, 5 insertions, 2 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 57eaf7a99..fcf4df8e4 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -2018,7 +2018,7 @@
* arch/arm/src/kinetis/kinetis_sdhc.c: SDHC driver for Kinetis parts.
Initially check-in is just a crude port of the STM32 SDIO driver.
- Much more is needed.
+ Much more work is needed.
* graphics/, include/nuttx/nx: Add new NX interfaces for drawing
circles -- both circular outlines and filled circles.
* graphic/nxglib/nxglib_spitline.c: Add a "fudge factor" that eliminates
@@ -2041,7 +2041,10 @@
* drivers/mtd/flash_eraseall.c: Add a callable function that accepts
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).
+ layer). Hmmm... this is probably not the best long term solution;
+ flash_eraseall() should be a user-callable function that operates
+ one driver interfaces; not an internal, OS function that operates
+ on directly on block drivers.
* 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).