From 7c3bc28b6105178545e17076821cbc48aae9e8a4 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 17 Oct 2009 22:04:31 +0000 Subject: Prep for 0.4.11 release git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2152 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/ReleaseNotes | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'nuttx/ReleaseNotes') diff --git a/nuttx/ReleaseNotes b/nuttx/ReleaseNotes index be965692b..b6bc7a0a7 100644 --- a/nuttx/ReleaseNotes +++ b/nuttx/ReleaseNotes @@ -981,3 +981,25 @@ throughput has also been greatly improved. Anyone using NuttX networking should upgrading to this release. This tarball contains a complete CVS snapshot from September 16, 2009 + +nuttx-0.4.11 +^^^^^^^^^^^^ + +This is the 44th release of NuttX. This release adds basic support for the STMicro STM32, +Cortex-M3 MCU. The specific port is to the STMicro STM3210E-EVAL development board based +around the STM32F103ZET6 MCU. Some highlights of this port: + + * This basic port includes boot-up logic, interrupt driven serial console, and system + timer interrupts. + * Includes a basic STMicro RIDE7 project that can be used to perform basic STM32 + board bring-up (due to RIDE7 size limitations, it cannot be used for the full NuttX + bring-up). + * Working, Tested Configurations: the NuttX OS test and the NuttShell (NSH) example. + +This basic STM32 port will be extended in the 0.4.12 NuttX release. Functionality needed +for complete STM32 support includes: USB device driver, LCD driver and NX bringup on the +development board's display and MicroSD support. An SPI driver and a DMA support was included +in this 0.4.11 release, but is not yet tested. + +This tarball contains a complete CVS snapshot from October 17, 2009 + -- cgit v1.2.3