summaryrefslogtreecommitdiff
path: root/nuttx/TODO
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-12-31 19:05:45 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-12-31 19:05:45 +0000
commite56f12fd3dbddb72e0a3996a1247d27bad227cd5 (patch)
tree7fefabe8952d6636169d83a94d9d545975083bfb /nuttx/TODO
parentd63b9bf5f59c5d16a3e9e5dffe50a9bbbb453c19 (diff)
downloadpx4-nuttx-e56f12fd3dbddb72e0a3996a1247d27bad227cd5.tar.gz
px4-nuttx-e56f12fd3dbddb72e0a3996a1247d27bad227cd5.tar.bz2
px4-nuttx-e56f12fd3dbddb72e0a3996a1247d27bad227cd5.zip
Add logic to init global data on bootup
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@473 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/TODO')
-rw-r--r--nuttx/TODO7
1 files changed, 6 insertions, 1 deletions
diff --git a/nuttx/TODO b/nuttx/TODO
index a6e21812a..67d4828a0 100644
--- a/nuttx/TODO
+++ b/nuttx/TODO
@@ -17,7 +17,7 @@ NuttX TODO List (Last updated December 13, 2007)
(0) ARM/C5471 (arch/arm/src/c5471/)
(1) ARM/DM320 (arch/arm/src/dm320/)
(2) ARM/LPC214x (arch/arm/src/lpc214x/)
- (3) pjrc-8052 / MCS51 (arch/pjrc-8051/)
+ (4) pjrc-8052 / MCS51 (arch/pjrc-8051/)
(0) z80 (arch/z80/)
o Task/Scheduler (sched/)
@@ -306,6 +306,11 @@ o pjrc-8052 / MCS51 (arch/pjrc-8051/)
Status: Open
Priority: Medium
+ Description Global data is not being initialized. Logic like that of SDCCs
+ crt0*.s needs to be incorporated into the system boot logic
+ Status: Open
+ Priority: Low -- only because there as so many other issues with 8051
+
o z80 (arch/z80)
^^^^^^^^^^^^^^^