summaryrefslogtreecommitdiff
path: root/nuttx/TODO
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-12-30 23:34:20 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-12-30 23:34:20 +0000
commitcec4c4d2c9468a0d0234d306c886ba97515b1690 (patch)
tree326bbe7079e54314b42270d115ae6d39e8f037b8 /nuttx/TODO
parentf3532ac59f8b6bb4d4a7239b73b5fcb4b66ed6b1 (diff)
downloadpx4-nuttx-cec4c4d2c9468a0d0234d306c886ba97515b1690.tar.gz
px4-nuttx-cec4c4d2c9468a0d0234d306c886ba97515b1690.tar.bz2
px4-nuttx-cec4c4d2c9468a0d0234d306c886ba97515b1690.zip
More SDCC compilation fixes
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@468 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/TODO')
-rw-r--r--nuttx/TODO16
1 files changed, 12 insertions, 4 deletions
diff --git a/nuttx/TODO b/nuttx/TODO
index 33db2ed41..57c3de98b 100644
--- a/nuttx/TODO
+++ b/nuttx/TODO
@@ -293,10 +293,18 @@ o pjrc-8052 / MCS51 (arch/pjrc-8051/)
Priority: Low
Description: During build, there are several integer overflows reported:
- gmtime_r.c aroud lines 184 and 185
- clock_initialize.c at line 107
- pthread_create.c at 330
- sighand.c at 225 and 244
+ sched/gmtime_r.c aroud lines 184 and 185
+ sched/clock_initialize.c at line 107
+ sched/pthread_create.c at 330
+ examples/ostest/barrier.c around lines 53 and 74
+ examples/ostest/sighand.c at 225 and 244
Status: Open
Priority: Medium
+o z80 (arch/z80)
+ ^^^^^^^^^^^^^^^
+
+ Has the same problems with interger overflow during compilation as described
+ for pjrc-8051
+
+