diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index ee3c9a5e98..d73fafbfef 100644 --- a/Documentation/NuttxPortingGuide.html +++ b/Documentation/NuttxPortingGuide.html @@ -12,7 +12,7 @@

NuttX RTOS Porting Guide

-

Last Updated: June 13, 2012

+

Last Updated: June 19, 2012

@@ -837,6 +837,12 @@ The port supports serial, timer0, spi, and usb. +
  • configs/mirtoo/code>: + This is the port to the DTX1-4000L "Mirtoo" module. + This module uses MicroChipPIC32MX250F128D. + See the Dimitech website for further information. +
  • +
  • configs/mx1ads: This is a port to the Motorola MX1ADS development board. That board is based on the Freescale i.MX1 processor. The i.MX1 is an ARM920T. diff --git a/Documentation/README.html b/Documentation/README.html index 1982040e08..b36b9f00c2 100644 --- a/Documentation/README.html +++ b/Documentation/README.html @@ -115,6 +115,8 @@ | | | `- README.txt | | |- micropendous3/ | | | `- README.txt + | | |- mirtoo/ + | | | `- README.txt | | |- mx1ads/ | | | |- include/README.txt | | | |- src/README.txt