summaryrefslogtreecommitdiff
path: root/nuttx/TODO
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-11-11 22:01:06 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-11-11 22:01:06 +0000
commit031f1bcb1e3843396c4aae881fe06d48655aa759 (patch)
tree6023b5524c3d48c0cfddc5b64c82eafdf92701ec /nuttx/TODO
parent420ddb86cd4c98a2a97270d75024c8d15986716b (diff)
downloadnuttx-031f1bcb1e3843396c4aae881fe06d48655aa759.tar.gz
nuttx-031f1bcb1e3843396c4aae881fe06d48655aa759.tar.bz2
nuttx-031f1bcb1e3843396c4aae881fe06d48655aa759.zip
update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1200 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/TODO')
-rw-r--r--nuttx/TODO23
1 files changed, 21 insertions, 2 deletions
diff --git a/nuttx/TODO b/nuttx/TODO
index 1c00107af..48ba460c9 100644
--- a/nuttx/TODO
+++ b/nuttx/TODO
@@ -16,10 +16,10 @@ NuttX TODO List (Last updated July 31, 2008)
(3) Build system
(2) NuttShell (NSH) (examples/nsh)
(1) Other Applications & Tests (examples/)
- (0) ARM (arch/arm/)
+ (1) ARM (arch/arm/)
(1) ARM/C5471 (arch/arm/src/c5471/)
(1) ARM/DM320 (arch/arm/src/dm320/)
- (5) ARM/LPC214x (arch/arm/src/lpc214x/)
+ (6) ARM/LPC214x (arch/arm/src/lpc214x/)
(3) ARM/STR71x (arch/arm/src/str71x/)
(4) pjrc-8052 / MCS51 (arch/pjrc-8051/)
(7) z80/z8 (arch/z80/)
@@ -264,6 +264,11 @@ o File system / Generic drivers (fs/, drivers/)
Status: Open
Priority: Medium
+ Description: The simple SPI based MMCS/SD driver in fs/mmcsd does not
+ yet handle multiple block transfers.
+ Status: Open
+ Priority: Medium-Low
+
o Pascal Add-On (pcode/)
^^^^^^^^^^^^^^^^^^^^^^
@@ -304,6 +309,13 @@ o Build system
Status: Open
Priority: Medium (maybe higher for z80 target)
+ Description: It would be nice to de-couple some of the behaviors enabled by
+ CONFIG_DEBUG. For example, CONFIG_DEBUG turns on debug output,
+ but also disables optimization make the binary much bigger.
+ Status: Low. There workaround is easy.. just edit the configuration's
+ Make.def file to control the behavior that you want.
+ Priority: Very low.
+
o NuttShell (NSH) (examples/nsh)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -389,6 +401,13 @@ o ARM/LPC214x (arch/arm/src/lpc214x/)
Status: Open
Priority: Medium
+ Description: At present the SPI driver is polled -AND- there is a rather large, arbitrary,
+ delay in one of the block access routines. The purpose of the delay is to
+ avoid a race conditions. This begs for a re-design -OR- at a minimum, some
+ optimiation of the delay time.
+ Status: Open
+ Priority: Medium
+
o ARM/STR71x (arch/arm/src/str71x/)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^