From 06f8f126a250540effd73d51780a9b69c5a77923 Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 2 Aug 2011 14:57:27 +0000 Subject: Prep for 6.7 Release git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3837 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/ReleaseNotes | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) (limited to 'nuttx/ReleaseNotes') diff --git a/nuttx/ReleaseNotes b/nuttx/ReleaseNotes index 51cf16318..40f9ce65d 100644 --- a/nuttx/ReleaseNotes +++ b/nuttx/ReleaseNotes @@ -2020,3 +2020,37 @@ Minor features: * Added ARM stack checking logic. See the ChangeLog for a detailed description of these changes. + +nuttx-6.7 +^^^^^^^^^ + +The 74th release of NuttX, Version 6.7, was made on August 2, 2011 and is +available for download from the SourceForge website. Note that release +consists of two tarballs: nuttx-6.7.tar.gz and apps-6.7.tar.gz. Both +may be needed (see the top-level nuttx/README.txt file for build +information). Changes in this release are summarized below: + + * New OS APIs: Add the standard sem_timedwait() interface. + * FAT File System: Adds (optional) support for VFAT long file names. + * USB: Now the mass storage device can be connected when needed and + disconnected when not needed (or re-connected as a different kind of + device). + * Touchscreen Support: Defined a new NuttX touchscreen interface. + Added a driver for the TI TSC2007 touchscreen controller chip. + * NX Fonts: Add support for multiple fonts; developed a tool to + convert open source fonts into NuttX format; Converted and installed + nine new, high quality fontsets. + * NX Graphics: Add new NX APIs to support drawing of wide lines in any + orientation. Added new low level routines to set individual pixel + more efficiently. + * Build system: Added a export target that will bundle up all of the + NuttX libraries, header files, and the startup object into an export- + able tarball. + * LPC17xx: A CAN driver was contributed by Li Zhuoyi (Lzyy). + * STM32: New NX-related configurations to excercise text and graphic image + displays. + * C Library: Added a fixed precision atan2() math function. + * Bugfixes: Serial RX overrun error, FAT upper/lower NT 8.3 name + handling fixed. FAT directory allocation and initialization bug. + STM32 SDIO DMA race condition bug. eZ80 UART1 serial driver errors + (Paul Osmialowski) -- cgit v1.2.3