summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-02-05 22:45:03 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-02-05 22:45:03 +0000
commitc58518aeb7694de1e53d17f228cb84c401e82bb4 (patch)
treeb49440e474f5ff5e98b29e7a78afd45c3cfdbd48
parent6fda8d927a70ef39c0cf7b9a54b9cc610428e3c2 (diff)
downloadnuttx-c58518aeb7694de1e53d17f228cb84c401e82bb4.tar.gz
nuttx-c58518aeb7694de1e53d17f228cb84c401e82bb4.tar.bz2
nuttx-c58518aeb7694de1e53d17f228cb84c401e82bb4.zip
update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@635 42af7a65-404d-4744-a932-0658087f49c3
-rw-r--r--misc/pascal/ChangeLog1
-rw-r--r--nuttx/TODO21
2 files changed, 18 insertions, 4 deletions
diff --git a/misc/pascal/ChangeLog b/misc/pascal/ChangeLog
index 5ab7cbdfd..1d321788a 100644
--- a/misc/pascal/ChangeLog
+++ b/misc/pascal/ChangeLog
@@ -10,4 +10,5 @@ pascal-0.1.2 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
* Add logic to build and link with the ZDS-II toolchain
use with the z16f.
+ * Make sure that POFF header structures are aligned
diff --git a/nuttx/TODO b/nuttx/TODO
index 959d4a514..36ec79808 100644
--- a/nuttx/TODO
+++ b/nuttx/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
+