Prep for 0.4.11 release

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2152 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2009-10-17 22:04:31 +00:00
parent a2f69e06e1
commit 7e92d3550c
3 changed files with 72 additions and 101 deletions
+22
View File
@@ -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