summaryrefslogtreecommitdiff
path: root/nuttx/TODO
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-01-28 22:32:40 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-01-28 22:32:40 +0000
commit8475b8bf5337bcb83a2ef35d8d03e7fc33535689 (patch)
treea07b4f6ce62bbe8120023170fe112b48d496ac23 /nuttx/TODO
parenta7fffa54ed01e92f3797af5707add81d8c9358cf (diff)
downloadpx4-nuttx-8475b8bf5337bcb83a2ef35d8d03e7fc33535689.tar.gz
px4-nuttx-8475b8bf5337bcb83a2ef35d8d03e7fc33535689.tar.bz2
px4-nuttx-8475b8bf5337bcb83a2ef35d8d03e7fc33535689.zip
UART config is untested
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@578 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/TODO')
-rw-r--r--nuttx/TODO18
1 files changed, 14 insertions, 4 deletions
diff --git a/nuttx/TODO b/nuttx/TODO
index 5ff1cabcc..4ef87b23c 100644
--- a/nuttx/TODO
+++ b/nuttx/TODO
@@ -16,8 +16,8 @@ NuttX TODO List (Last updated January 6, 2008)
(3) Build system
(0) Applications & Tests (examples/)
(1) ARM (arch/arm/)
- (0) ARM/C5471 (arch/arm/src/c5471/)
- (1) ARM/DM320 (arch/arm/src/dm320/)
+ (1) ARM/C5471 (arch/arm/src/c5471/)
+ (2) ARM/DM320 (arch/arm/src/dm320/)
(2) ARM/LPC214x (arch/arm/src/lpc214x/)
(4) pjrc-8052 / MCS51 (arch/pjrc-8051/)
(2) z80 (arch/z80/)
@@ -275,11 +275,16 @@ o ARM (arch/arm/)
present, each interrupt executes on top of the user stack
allocation making each user stack allocation larger than needed.
Status: Open
- Priority: Medim
+ Priority: Medium
o ARM/C5471 (arch/arm/src/c5471/)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+ Description: UART re-configuration is untested and conditionally compiled out.
+ Status: Open
+ Priority: Medium. ttyS1 is not configured, but not used; ttyS0 is configured
+ by the bootloader
+
o ARM/DM320 (arch/arm/src/dm320/)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -289,7 +294,12 @@ o ARM/DM320 (arch/arm/src/dm320/)
the stack seems to fix the problem (might also be the
bootloader overwriting memory)
Status: Open
- Priority: Mediam
+ Priority: Medium
+
+ Description: UART re-configuration is untested and conditionally compiled out.
+ Status: Open
+ Priority: Medium. ttyS1 is not configured, but not used; ttyS0 is configured
+ by the bootloader
o ARM/LPC214x (arch/arm/src/lpc214x/)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^