summaryrefslogtreecommitdiff
path: root/nuttx/TODO
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-01-28 14:59:21 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-01-28 14:59:21 +0000
commita95f177d20c45f908b62d35c0d58a4448713e628 (patch)
treed128cb857928af871f2de84a3e3ed0a425ff93d4 /nuttx/TODO
parentd6168a07ffc8e5db221861756291d4f58fc43fe0 (diff)
downloadnuttx-a95f177d20c45f908b62d35c0d58a4448713e628.tar.gz
nuttx-a95f177d20c45f908b62d35c0d58a4448713e628.tar.bz2
nuttx-a95f177d20c45f908b62d35c0d58a4448713e628.zip
Z16F compile/link with all OS features enabled
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@574 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/TODO')
-rw-r--r--nuttx/TODO17
1 files changed, 14 insertions, 3 deletions
diff --git a/nuttx/TODO b/nuttx/TODO
index f8fd352fe..6e5b04527 100644
--- a/nuttx/TODO
+++ b/nuttx/TODO
@@ -7,7 +7,7 @@ NuttX TODO List (Last updated January 6, 2008)
(1) Signals (sched/, arch/)
(1) pthreads (sched/)
(1) C++ Support
- (10) Network (net/, netutils/)
+ (11) Network (net/, netutils/)
(2) USB (drivers/usbdev)
(3) Libraries (lib/)
(2) File system (fs/, drivers/)
@@ -21,7 +21,7 @@ NuttX TODO List (Last updated January 6, 2008)
(2) ARM/LPC214x (arch/arm/src/lpc214x/)
(4) pjrc-8052 / MCS51 (arch/pjrc-8051/)
(2) z80 (arch/z80/)
- (1) z16 (arch/z16/)
+ (2) z16 (arch/z16/)
o Task/Scheduler (sched/)
^^^^^^^^^^^^^^^^^^^^^^^
@@ -361,4 +361,15 @@ o z16 (arch/z16)
Description: ZDS-II Librarian complains that the source for the .obj file
is not in the library.
Status: Open
- Priority: Low, thought to be cosmetic.
+ Priority: Low, thought to be cosmetic. I think this is a consequence of
+ replacing vs. inserting the library.
+
+ Description: When printf is used, there are warnings like:
+
+ WARNING (255) Missing declaration of (s)printf helper function, variable, or field
+ Declaration of __print_out is missing
+
+ Need to suppress built-in printf logic to use NuttX printf logic.
+ Status: Open
+ Priority: Undetermined
+