diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index e928a0861f..c6455af6d2 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@
Last Updated: December 18, 2007
+Last Updated: December 30, 2007
+ Z80 Instruction Set Simulator. + This port uses the SDCC toolchain + (verfied using version 2.6.0). + This port has been verified using only a Z80 instruction simulator. + That simulator can be found in the NuttX CVS + here. +
++ STATUS: + This port is complete and stable to the extent that it can be teste + using an instruction set simulator. +
+arch/pjrc-8051
:
8051 Microcontroller. This port is not quite ready for prime time.arch/z80
:
+ z80 Microcontroller. This port has been verified using only a z80 instruction simulator.@@ -584,7 +588,16 @@
configs/pjrc-8051
:
8051 Microcontroller. This port uses the PJRC 87C52 development system
- and the SDCC toolchain. This port is not quite ready for prime time.
+ and the SDCC toolchain.
+ This port is not quite ready for prime time.
+ configs/z80sim
:
+ z80 Microcontroller. This port uses a Z80 instruction set simulator.
+ That simulator can be found in the NuttX CVS
+ here.
+ This port also the SDCC toolchain
+ (verfied with version 2.6.0).