mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:58:59 +08:00
Prep for 6.6 Release
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3770 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -1981,3 +1981,42 @@ one of two things would need to be done:
|
||||
|
||||
2. Create a special version of printf that knows how to access strings that
|
||||
reside in FLASH (or EEPROM).
|
||||
|
||||
nuttx-6.6
|
||||
^^^^^^^^^
|
||||
|
||||
The 73rd release of NuttX, Version 6.6, was made on July 11, 2011 and is
|
||||
available for download from the SourceForge website. The 6.6 release
|
||||
adds several smaller featurs but is mostly a bugfix release.
|
||||
|
||||
Bugfixes include
|
||||
|
||||
* Fixed several NX Graphics bugs: Rendering fonts at >8 bits-per-pixel,
|
||||
graphics move logic, and display artifacts that appear when a window
|
||||
is closed.
|
||||
* Corrections to the USB host mass storage class driver
|
||||
* STM32 bugfixes: serial driver, GPIO interrupt handling
|
||||
* LPC17xx: Changes for a success compilation with no console.
|
||||
* Corrections to the Teensy AT90USB SD driver
|
||||
* Changes for a clean compilation under the ZDS-II toolchain.
|
||||
|
||||
Minor features:
|
||||
|
||||
* Add logic to extract printf strings from FLASH (but there are still printf
|
||||
issues for that target)
|
||||
* Added a configuration for the Sure Electronics PIC32MX board. However,
|
||||
higher priority tasks have stopped work on that configuration.
|
||||
* Added several new configurations for the STMicro STM3210E-EVAL board.
|
||||
* Added support for the STM3210E-EVAL board: (1) LCD in either landscape or
|
||||
portrait mode, and (2) interrupting buttons.
|
||||
* Added a configuration option to use different serial ports for debug
|
||||
and for the NSH serial console (there are some issues with CR-LF
|
||||
expansion and character echo if NSH is not run on the console).
|
||||
* Standardized the button press and button interrupt interfaces so that they
|
||||
are common across all boards.
|
||||
* Added a new graphics example that focuses on placing text on the background
|
||||
while pop-up windows occur. Text should continue to update normally with
|
||||
or without the popup windows present.
|
||||
* Added ARM stack checking logic.
|
||||
|
||||
See the ChangeLog for a detailed description of these changes.
|
||||
|
||||
Reference in New Issue
Block a user