summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-11-27 13:09:55 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-11-27 13:09:55 +0000
commit66140702c1eceb9b909424d4a128b69165fb22af (patch)
tree8bb4bbd02ce48b70578bf2cd2c27184d4aede1f2
parent521bceb50b89f4b7ea3c39dbed2c4fadfceea74c (diff)
downloadnuttx-66140702c1eceb9b909424d4a128b69165fb22af.tar.gz
nuttx-66140702c1eceb9b909424d4a128b69165fb22af.tar.bz2
nuttx-66140702c1eceb9b909424d4a128b69165fb22af.zip
Update STM32 TO-DO
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2282 42af7a65-404d-4744-a932-0658087f49c3
-rw-r--r--nuttx/TODO20
1 files changed, 9 insertions, 11 deletions
diff --git a/nuttx/TODO b/nuttx/TODO
index 72681e742..00d7b1fcd 100644
--- a/nuttx/TODO
+++ b/nuttx/TODO
@@ -1,4 +1,4 @@
-NuttX TODO List (Last updated November 4, 2009)
+NuttX TODO List (Last updated November 25, 2009)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(5) Task/Scheduler (sched/)
@@ -26,7 +26,7 @@ NuttX TODO List (Last updated November 4, 2009)
(8) ARM/LPC214x (arch/arm/src/lpc214x/)
(3) ARM/STR71x (arch/arm/src/str71x/)
(3) ARM/LM3S6918 (arch/arm/src/lm3s/)
- (5) ARM/STM32 (arch/arm/src/stm32/)
+ (4) ARM/STM32 (arch/arm/src/stm32/)
(4) pjrc-8052 / MCS51 (arch/pjrc-8051/)
(2) Hitachi/Renesas SH-1 (arch/sh/src/sh1)
(4) Renesas M16C/26 (arch/sh/src/m16c)
@@ -645,18 +645,10 @@ o ARM/LM3S6918 (arch/arm/src/lm3s/)
o ARM/STM32 (arch/arm/src/stm32/)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Description: DMA subsystem is untested.
- Status: Open
- Priority: Low -- for now
-
Description: NOR Flash driver and FTL layer to support a file system.
Status: Open
Priority: Low
- Description: MMC/SD SDIO driver needed.
- Status: Open
- Priority: Medium
-
Description A USB device-side driver is in place but not well tested. At
present, the examples/usbserial test sometimes fails. The situation
that causes the failure is:
@@ -679,9 +671,15 @@ o ARM/STM32 (arch/arm/src/stm32/)
Priority: Medium-High
Description: FSMC external memory support is untested
- Status: Opon
+ Status: Open
Priority: Low
+ Description: DMA logic needs to be extended. DMA2, Channel 5, will not work
+ because the DMA2 channels 4 & 5 share the same interrupt.
+ Status: Open
+ Priority: Low until someone needs DMA1, Channel 5 (ADC3, UART4_TX, TIM5_CH1, or
+ TIM8_CH2).
+
o pjrc-8052 / MCS51 (arch/pjrc-8051/)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^