From 75253df209b1290704b0a30409d19ef0fba8eb52 Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 5 Feb 2008 22:45:03 +0000 Subject: [PATCH] update git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@635 42af7a65-404d-4744-a932-0658087f49c3 --- TODO | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/TODO b/TODO index 959d4a51497..36ec7980815 100644 --- a/TODO +++ b/TODO @@ -11,7 +11,7 @@ NuttX TODO List (Last updated January 6, 2008) (2) USB (drivers/usbdev) (3) Libraries (lib/) (2) File system (fs/, drivers/) - (1) Pascal add-on (pcode/) + (2) Pascal add-on (pcode/) (2) Documentation (Documentation/) (3) Build system (0) Applications & Tests (examples/) @@ -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/) - (4) z16 (arch/z16/) + (5) z16 (arch/z16/) o Task/Scheduler (sched/) ^^^^^^^^^^^^^^^^^^^^^^^ @@ -232,8 +232,14 @@ o File system (fs/, drivers/) o Pascal Add-On (pcode/) ^^^^^^^^^^^^^^^^^^^^^^ - Description: Need a test to verify execution of P-Code from files. - Need APIs to verify execution of P-Code from memory buffer. + Description: Need APIs to verify execution of P-Code from memory buffer. + Status: Open + Priority: Medium + + Description: POFF file is generated in the native endian-ness of the + host machine (little-endian for x86 hosts). They will + not run at present on big-endian targets. Solution: the + POFF files must be independent of endian-ness. Status: Open Priority: Medium @@ -401,3 +407,10 @@ o z16 (arch/z16) http://support.zilog.com/support/incident/incident_support.asp?iIncidentId=81400&iSiteId=1&chLanguageCode=ENG Status: Open Priority: Medium-High + + Description: The Pascal add-on does not work with the Z16F port. This is + because the Z16F is big-endian (see duplicate problem report under + "Pascal Add-On"). + Status: Open + Priority: Medium +