diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 90d8dd1a0c5..a2a4803a38d 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -995,6 +995,8 @@ nuttx-0.3.9 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> * Fix broken 'clean' target on z80sim configurations * Re-structure arch/z80 to provide support for all ZiLOG 8-bit microcontrollers (ez8 in particular for now). + * Add support for TRS80-Model 3 based on the xtrs emulation (http://www.tim-mann.org/xtrs.html) + Per patch from Jacques Pelletier. pascal-0.1.3 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index fcf74416c56..c84fa4fe105 100644 --- a/Documentation/NuttxPortingGuide.html +++ b/Documentation/NuttxPortingGuide.html @@ -16,7 +16,7 @@
by
Gregory Nutt
-Last Update: February 11, 2008
+Last Update: February 15, 2008
All of the specific boards supported by NuttX are identified below. - These the the specific <board-name>'s that may be used to configure NuttX + These are the specific <board-name>'s that may be used to configure NuttX as described below.
configs/xtrs
+ TRS80 Model 3. This port uses a vintage computer based on the Z80.
+ An emulator for this computer is available to run TRS80 programs on a
+ linux platform (http://www.tim-mann.org/xtrs.html).
+ configs/z16f2800100zcog
- z16f Microncontroller.
+ z16f Microcontroller.
This port use the Zilog z16f2800100zcog development kit and the
Zilog ZDS-II Windows command line tools.
The development environment is Cygwin under WinXP.
configs/z8encore000zco
- z8Encore! Microncontroller. This port use the Zilog z8encore000zco
+ z8Encore! Microcontroller. This port use the Zilog z8encore000zco
development kit, Z8F6403 part, and the Zilog ZDS-II Windows command line
tools. The development environment is Cygwin under WinXP.
make.
Inputs:
tcb: Refers to a task in the ready-to-run list (normally
- the task at the the head of the list). It most be
+ the task at the head of the list). It most be
stopped, its context saved and moved into one of the
waiting task lists. It it was the task at the head
of the ready-to-run list, then a context to the new
@@ -1293,7 +1299,7 @@ The system can be re-made subsequently by just typing make.
- Some architectures require a description of the the RAM configuration: + Some architectures require a description of the RAM configuration:
CONFIG_DRAM_SIZE:
@@ -1301,7 +1307,7 @@ The system can be re-made subsequently by just typing make.
CONFIG_DRAM_START:
The start address of DRAM (physical)CONFIG_DRAM_VSTART:
- The startaddress of DRAM (virtual)