summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-05-29 15:36:48 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-05-29 15:36:48 +0000
commit45d32292cbec56be065622ae4c991f0cd2f4a9bd (patch)
tree5a03765cfc363ab13aee346235d77cb372e8ea60 /nuttx/ChangeLog
parent667921a4e294fc5b8b9a99c889307c9f6c93ffae (diff)
downloadnuttx-45d32292cbec56be065622ae4c991f0cd2f4a9bd.tar.gz
nuttx-45d32292cbec56be065622ae4c991f0cd2f4a9bd.tar.bz2
nuttx-45d32292cbec56be065622ae4c991f0cd2f4a9bd.zip
Prep for 0.4.7 releasenuttx-4.7
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1837 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog7
1 files changed, 4 insertions, 3 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index a21520a72..a314430d4 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -722,7 +722,7 @@
* sched/: pthread_create() must return a (non-negated) errno value on failure.
* configs/eagle100/nsh: Add a NuttShell (NSH) configuration for the Eagle-100
-0.4.7 2009-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
+0.4.7 2009-05-29 Gregory Nutt <spudmonkey@racsa.co.cr>
* arch/arm/src/lm3s: Added an Ethernet driver for the LM3S6918
* configs/eagle100/nettest: Added an examples/nettest configuration for the
@@ -747,9 +747,10 @@
it possible to build NuttX for the Eagle100 using CodeSourcery 2009q1 toolchain
and the devkitARM GNU toolchain.
* configs/mcu123-lpc214x/src: Corrected some logic in the LPC2148 SPI receive block
- logic. Re-verified SDC ver1.x support with 1Gb Toshiba SDC, 1Gb PNY SDC, 2Gb SanDisk SDC,
- and 4Gb Kingston SDHC.
+ logic. Re-verified SDC ver1.x support with 1Gb Toshiba SDC, 1Gb PNY SDC, and
+ 4Gb Kingston SDHC. There are CMD0 issues with the 2Gb SanDisk SDC on this board.
* fs/fs_mount.c: Corrected error handling that could cause a deadlock on certain
mount() failures.
+0.4.8 2009-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>