summaryrefslogtreecommitdiff
path: root/nuttx/ReleaseNotes
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-10-17 22:04:31 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-10-17 22:04:31 +0000
commit7c3bc28b6105178545e17076821cbc48aae9e8a4 (patch)
tree272cbc280b2c06fb5236b3b4edbfabc9f386a2f9 /nuttx/ReleaseNotes
parent3ddce5ca43a251208fcbfc4039d90c7822e6d157 (diff)
downloadpx4-nuttx-7c3bc28b6105178545e17076821cbc48aae9e8a4.tar.gz
px4-nuttx-7c3bc28b6105178545e17076821cbc48aae9e8a4.tar.bz2
px4-nuttx-7c3bc28b6105178545e17076821cbc48aae9e8a4.zip
Prep for 0.4.11 releasenuttx-4.11
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2152 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ReleaseNotes')
-rw-r--r--nuttx/ReleaseNotes22
1 files changed, 22 insertions, 0 deletions
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
+