aboutsummaryrefslogtreecommitdiff
path: root/nuttx/TODO
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2011-12-27 20:07:17 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2011-12-27 20:07:17 +0000
commit269fd5a9cc301c5bebecba67d261fc08e97273c6 (patch)
treee56731c6fd8ab4493b3d056a589b0c83052a1577 /nuttx/TODO
parent50eddba2ce049eb4950f9ef4cfb5f1e98d8b2822 (diff)
downloadpx4-firmware-269fd5a9cc301c5bebecba67d261fc08e97273c6.tar.gz
px4-firmware-269fd5a9cc301c5bebecba67d261fc08e97273c6.tar.bz2
px4-firmware-269fd5a9cc301c5bebecba67d261fc08e97273c6.zip
Updates for PIC32MX USB driver
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4233 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/TODO')
-rw-r--r--nuttx/TODO10
1 files changed, 8 insertions, 2 deletions
diff --git a/nuttx/TODO b/nuttx/TODO
index b0577aa87..4d65e6ce8 100644
--- a/nuttx/TODO
+++ b/nuttx/TODO
@@ -1,4 +1,4 @@
-NuttX TODO List (Last updated December 20, 2011)
+NuttX TODO List (Last updated December 27, 2011)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
This file summarizes known NuttX bugs, limitations, inconsistencies with
@@ -31,7 +31,7 @@ nuttx/
(2) ARM/LPC313x (arch/arm/src/lpc313x/)
(3) ARM/STR71x (arch/arm/src/str71x/)
(3) ARM/LM3S6918 (arch/arm/src/lm3s/)
- (4) ARM/STM32 (arch/arm/src/stm32/)
+ (5) ARM/STM32 (arch/arm/src/stm32/)
(3) AVR (arch/avr)
(0) Intel x86 (arch/x86)
(4) 8051 / MCS51 (arch/8051/)
@@ -1072,6 +1072,12 @@ o ARM/STM32 (arch/arm/src/stm32/)
Priority: Low until someone needs DMA1, Channel 5 (ADC3, UART4_TX, TIM5_CH1, or
TIM8_CH2).
+ Title: UNFINISHED DRIVERS
+ Description: The following drivers are incomplete: DAC. The following drivers
+ are untested: DMA on the F4, CAN.
+ Status: Open
+ Priority: Medium
+
o AVR (arch/avr)
^^^^^^^^^^^^^^