summaryrefslogtreecommitdiff
path: root/nuttx/TODO
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-01-23 22:11:59 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-01-23 22:11:59 +0000
commit4d266f054dd181e35ffbe6546dc2d7c7617d63b1 (patch)
tree4c7a429d23ce3f4af425d78c9207f0e79f88c92e /nuttx/TODO
parentf2dafc6ff3d04ead0659be3f7778cfcb689f6b98 (diff)
downloadpx4-nuttx-4d266f054dd181e35ffbe6546dc2d7c7617d63b1.tar.gz
px4-nuttx-4d266f054dd181e35ffbe6546dc2d7c7617d63b1.tar.bz2
px4-nuttx-4d266f054dd181e35ffbe6546dc2d7c7617d63b1.zip
Adding context switching logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@561 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/TODO')
-rw-r--r--nuttx/TODO7
1 files changed, 7 insertions, 0 deletions
diff --git a/nuttx/TODO b/nuttx/TODO
index 917122cc8..3b40c39a3 100644
--- a/nuttx/TODO
+++ b/nuttx/TODO
@@ -21,6 +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/)
o Task/Scheduler (sched/)
^^^^^^^^^^^^^^^^^^^^^^^
@@ -350,4 +351,10 @@ o z80 (arch/z80)
to solve the problem are complex.
+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.