From ea45a3718fc280b291b2f45d467a2494973636fa Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 13 Dec 2009 18:01:46 +0000 Subject: types blkcnt_t and off_t should not depend on memory model; Remove non-standard type STATUS git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2330 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/TODO | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) (limited to 'nuttx/TODO') diff --git a/nuttx/TODO b/nuttx/TODO index 9fab01288..a418abf15 100644 --- a/nuttx/TODO +++ b/nuttx/TODO @@ -1,5 +1,5 @@ -NuttX TODO List (Last updated December 5, 2009) -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +NuttX TODO List (Last updated December 13, 2009) +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ (5) Task/Scheduler (sched/) (2) Memory Managment (mm/) @@ -32,6 +32,7 @@ NuttX TODO List (Last updated December 5, 2009) (4) Renesas M16C/26 (arch/sh/src/m16c) (8) z80/z8/ez80 (arch/z80/) (8) z16 (arch/z16/) + (0) mc68hc1x (arch/hc) o Task/Scheduler (sched/) ^^^^^^^^^^^^^^^^^^^^^^^ @@ -734,7 +735,10 @@ o pjrc-8052 / MCS51 (arch/pjrc-8051/) examples/ostest/barrier.c around lines 53 and 74 examples/ostest/sighand.c at 225 and 244 driver/serial.c in usleep calls around 347 and 354 - Status: Open + Status: Open. Update: These were reviewed during the hcs12 port. The + hcs12 also has 16-bit integer types (if -mshort is in the CFLAGS). + I believe that the warnings in most of the above have been fixed + but this has not been verified on this platform). Priority: Medium Description Global data is not being initialized. Logic like that of SDCCs @@ -805,10 +809,11 @@ o Renesas M16C/26 (arch/sh/src/m16c) o z80/z8/ez80 (arch/z80) ^^^^^^^^^^^^^^^^^^^^^^^ - Description: The SDCC version the same problems with interger overflow during + Description: The SDCC version the same problems with integer overflow during compilation as described for pjrc-8051. At typical cause is code like - usleep(500*1000) which exceeds the range of a 16-bit integer - Status: See pjrc-8051 + usleep(500*1000) which exceeds the range of a 16-bit integer. + Status: See pjrc-8051. These have probably been fixed but have not yet + been verified on these platforms. Priority: See pjrc-8051 Description: The simulated Z80 serial console (configs/z80sim/src/z80_serial.c + @@ -976,5 +981,5 @@ o z16 (arch/z16) Status: Open Priority: Low - - +o mc68hc1x (arch/hc) + ^^^^^^^^^^^^^^^^^^ -- cgit v1.2.3