git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1200 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2008-11-11 22:01:06 +00:00
parent b05637c21b
commit 3789784a97

23
TODO
View File

@ -16,10 +16,10 @@ NuttX TODO List (Last updated July 31, 2008)
(3) Build system (3) Build system
(2) NuttShell (NSH) (examples/nsh) (2) NuttShell (NSH) (examples/nsh)
(1) Other Applications & Tests (examples/) (1) Other Applications & Tests (examples/)
(0) ARM (arch/arm/) (1) ARM (arch/arm/)
(1) ARM/C5471 (arch/arm/src/c5471/) (1) ARM/C5471 (arch/arm/src/c5471/)
(1) ARM/DM320 (arch/arm/src/dm320/) (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/) (3) ARM/STR71x (arch/arm/src/str71x/)
(4) pjrc-8052 / MCS51 (arch/pjrc-8051/) (4) pjrc-8052 / MCS51 (arch/pjrc-8051/)
(7) z80/z8 (arch/z80/) (7) z80/z8 (arch/z80/)
@ -264,6 +264,11 @@ o File system / Generic drivers (fs/, drivers/)
Status: Open Status: Open
Priority: Medium 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/) o Pascal Add-On (pcode/)
^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^
@ -304,6 +309,13 @@ o Build system
Status: Open Status: Open
Priority: Medium (maybe higher for z80 target) 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) o NuttShell (NSH) (examples/nsh)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@ -389,6 +401,13 @@ o ARM/LPC214x (arch/arm/src/lpc214x/)
Status: Open Status: Open
Priority: Medium 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/) o ARM/STR71x (arch/arm/src/str71x/)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^