summaryrefslogtreecommitdiff
path: root/nuttx/ReleaseNotes
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/ReleaseNotes
parentf922c0b476868df9638acf9f420ddb2b4f8175e4 (diff)
downloadpx4-nuttx-4c3a7673e9a391302a0e2417d8846bfdf7d9171f.tar.gz
px4-nuttx-4c3a7673e9a391302a0e2417d8846bfdf7d9171f.tar.bz2
px4-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/ReleaseNotes')
-rw-r--r--nuttx/ReleaseNotes28
1 files changed, 28 insertions, 0 deletions
diff --git a/nuttx/ReleaseNotes b/nuttx/ReleaseNotes
index a933828ec..8080297a7 100644
--- a/nuttx/ReleaseNotes
+++ b/nuttx/ReleaseNotes
@@ -1824,3 +1824,31 @@ Additional new features in this release:
And several bugfix associated with SD drivers, openddir(), signed 8-bit types
(int8_t), and USB serial device. See the ChangeLog for details.
+
+nuttx-6.2
+^^^^^^^^^
+
+The 69th release of NuttX, Version 6.2, was made on May 6, 2011 and is
+available for download from the SourceForge website. The 6.2 release
+includes several new features:
+
+ * NXFFS: The obvious new feature is NXFFS, the NuttX wear-leveling
+ FLASH file system. This new file system is intended to be
+ small for the MCU usage and has some limitations. No formal
+ documentation of NXFFS yet exists. See the fs/nxffs/README.txt
+ file for details (see
+ http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/fs/nxffs/README.txt?view=log)
+ * Support for NXP LPCXpresso LPC1768 board on the Embedded
+ Artists base board. The Code Red toolchain is supported under
+ either Linux or Windows. Verifed configurations include dhcpd,
+ nsh, nx, ostest, thttpd, and usbstorage.
+ * Support for the Univision UG-9664HSWAG01 OLED with Solomon
+ Systech SD1305 LCD controller.
+ * A new RAM MTD driver with FLASH simulation capability.
+ * A version.h file is now automatically generated so that C code
+ can now be version-aware.
+
+In addition to these new feature, several important bugfixes are included
+in this release correcting problems with dup2(), LPC17xx GPIO interrupts,
+LPC17xx UART2/3, the FAT file system, build issues, and strrch(). See the
+ChangeLog for more details.