summaryrefslogtreecommitdiff
path: root/nuttx/TODO
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-02-02 19:42:55 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-02-02 19:42:55 +0000
commit48fd86b3cbce7ecde8f571148444d8953dcc68da (patch)
tree7f65b4df89cb9109b6986c88e2fc4049e4a3b92e /nuttx/TODO
parent426dc74b959df16ea2c63ddefb07aa874a17a367 (diff)
downloadpx4-nuttx-48fd86b3cbce7ecde8f571148444d8953dcc68da.tar.gz
px4-nuttx-48fd86b3cbce7ecde8f571148444d8953dcc68da.tar.bz2
px4-nuttx-48fd86b3cbce7ecde8f571148444d8953dcc68da.zip
Tried to get the Composite driver working on the LPC2148 (and failed)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4362 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/TODO')
-rw-r--r--nuttx/TODO15
1 files changed, 14 insertions, 1 deletions
diff --git a/nuttx/TODO b/nuttx/TODO
index 7fdaf377a..056548d4b 100644
--- a/nuttx/TODO
+++ b/nuttx/TODO
@@ -27,7 +27,7 @@ nuttx/
(3) ARM/DM320 (arch/arm/src/dm320/)
(2) ARM/i.MX (arch/arm/src/imx/)
(3) ARM/LPC17xx (arch/arm/src/lpc17xx/)
- (6) ARM/LPC214x (arch/arm/src/lpc214x/)
+ (7) ARM/LPC214x (arch/arm/src/lpc214x/)
(2) ARM/LPC313x (arch/arm/src/lpc313x/)
(3) ARM/STR71x (arch/arm/src/str71x/)
(3) ARM/LM3S6918 (arch/arm/src/lm3s/)
@@ -1011,6 +1011,19 @@ o ARM/LPC214x (arch/arm/src/lpc214x/)
Status: Open
Priority: Uncertain
+ Title: USB BROKEN?
+ Description: I tried to bring up the new configuration at configs/mcu123-214x/composite,
+ and Linux failed to enumerate the device. I don't know if this is
+ a problem with the lpc214x USB driver (bit rot), or due to recent
+ changed (e.g., -r3170 is suspicious), or an incompatibility between the
+ Composite driver and the LPC214x USB driver. It will take more work
+ to find out which -- like checking if the other USB configurations are
+ also broken.
+ Status: Open
+ Priority: It would be high if the LPC2148 were a current, main stream architecture.
+ I am not aware of anyone using LPC2148 now so I think the priority has
+ to be low.
+
o ARM/LPC313x (arch/arm/src/lpc313x/)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^