summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-05-06 19:04:31 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-05-06 19:04:31 +0000
commit4c3a7673e9a391302a0e2417d8846bfdf7d9171f (patch)
tree2fd643e2514a1796399488a578cb4b788f395239 /nuttx/ChangeLog
parentf922c0b476868df9638acf9f420ddb2b4f8175e4 (diff)
downloadnuttx-4c3a7673e9a391302a0e2417d8846bfdf7d9171f.tar.gz
nuttx-4c3a7673e9a391302a0e2417d8846bfdf7d9171f.tar.bz2
nuttx-4c3a7673e9a391302a0e2417d8846bfdf7d9171f.zip
Prep for 6.2 releasenuttx-6.2
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3571 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 702ffe09f..a3547a2ac 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -1664,7 +1664,7 @@
* configs/lpcxpresso-lpc1768: Add a board configuration for the Embedded
Artists LPCXpresso LPC1768 board.
-6.2 2011-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
+6.2 2011-05-06 Gregory Nutt <spudmonkey@racsa.co.cr>
* arch/arm/src/lpc17xx/lpc17_gpioint.c: Correct errors in logic that maps
and IRQ number into a register bit number.
@@ -1720,4 +1720,8 @@
will be used to verify NXFFS.
* fs/fat/fs_fat32.c and fs_fat32util.c: Incorpated two bugs with fixed provided
by Sheref Younan. Thanks!
+ * fs/nxffs: After a couple of weeks of testing and bug fixes, NXFSS appears
+ stable and functional.
+
+6.3 2011-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>