summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-10-13 23:59:05 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-10-13 23:59:05 +0000
commite0504dd87bec066e4860fc2899393426bf27b137 (patch)
treea13186c24e1d8129c7f777b7691f8a399b232955 /nuttx/ChangeLog
parent1f5f95dc95553c6a10db0ce4f66415dfcbe4b3d8 (diff)
downloadnuttx-e0504dd87bec066e4860fc2899393426bf27b137.tar.gz
nuttx-e0504dd87bec066e4860fc2899393426bf27b137.tar.bz2
nuttx-e0504dd87bec066e4860fc2899393426bf27b137.zip
update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2130 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog14
1 files changed, 10 insertions, 4 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index b5381efa5..f31ff42a0 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -898,8 +898,14 @@
* 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.
+ * configs/stm3210e-eval/RIDE. Added 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).
+ * configs/stm3210e-eval/ostest. The STM32 now passes the basic NuttX OS test
+ at examples/ostest. The rest should be a piece of cake.
+
+ STM32: Things left to do: interrupt driver USART console driver, NSH bring-up,
+ USB driver, LCD driver and NX bringup on the eval board's display, SPI driver,
+ and MicroSD support. I will probably release 0.4.12 at the point where NSH
+ is working properly; LCD and SPI will wait for 0.4.13.