summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-10-02 23:23:55 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-10-02 23:23:55 +0000
commit12cc86f26618c94672190350449455358204b462 (patch)
tree5ef4c79cb9e4593ec4486da785bf8f49324c3944 /nuttx/ChangeLog
parent0fcfc7b1a0f67eda8bdaade6e215030f439397bf (diff)
downloadpx4-nuttx-12cc86f26618c94672190350449455358204b462.tar.gz
px4-nuttx-12cc86f26618c94672190350449455358204b462.tar.bz2
px4-nuttx-12cc86f26618c94672190350449455358204b462.zip
Update group info
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2115 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index e97c07abd..b5381efa5 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -894,3 +894,12 @@
and pipe the stdout back to the HTTP client.
0.4.12 2009-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
+
+ * arch/arm/src/stm32 and configs/stm3210e-eval. Added 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.
+
+ As of this writing, the basic code is in place for boot-up, serial port and
+ timer interrupt, but lots of debug work remains (and a few more drivers are
+ needed) before it is released in 0.4.12.
+