From c303a779e8ee99ebf5aefc6e6e21fbbfa2ec125a Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 27 Jun 2013 14:33:10 -0600 Subject: [PATCH] Update documentation to include references to the Arduino Due board --- Documentation/NuttX.html | 30 ++++++++++++++++++++++++++++-- Documentation/README.html | 4 +++- 2 files changed, 31 insertions(+), 3 deletions(-) diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 4321c3375a2..a0adc811350 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: June 14, 2013

+

Last Updated: June 27, 2013

@@ -1625,7 +1625,7 @@
  • ARM920T (1)
  • ARM926EJS (3)
  • ARM Cortex-M0/M0+ (2)
  • -
  • ARM Cortex-M3 (19)
  • +
  • ARM Cortex-M3 (20)
  • ARM Cortex-M4 (9)
  • Atmel AVR @@ -1688,6 +1688,7 @@
  • AVR AT90USB64x and AT90USB6128x (8-bit AVR)
  • AVR32 AT32UC3BXXX (32-bit AVR32)
  • Atmel AT91SAM3U (ARM Cortex-M3)
  • +
  • Atmel AT91SAM3X (ARM Cortex-M3)
  • Atmel AT91SAM4L (ARM Cortex-M4)
  • Atmel AT91SAM4S (ARM Cortex-M4)
  • @@ -2571,6 +2572,31 @@ nsh>

    + +
    + +

    + Atmel AT91SAM3X. + This port uses the Arduino Due development board that features the ATSAM3X8E MCU running at 84MHz. + See the Arduino Due page for more information. +

    + +

    + Development Environments: + See the Atmel AT91SAM3U discussion above. +

    + + + +
    +
    +
    diff --git a/Documentation/README.html b/Documentation/README.html index 5879339c92d..e96de905391 100644 --- a/Documentation/README.html +++ b/Documentation/README.html @@ -8,7 +8,7 @@

    NuttX README Files

    -

    Last Updated: June 10, 2013

    +

    Last Updated: June 27, 2013

    @@ -55,6 +55,8 @@ | |- configs/ | | |- amber/ | | | `- README.txt + | | |- arduino-due/ + | | | `- README.txt | | |- avr32dev1/ | | | `- README.txt | | |- c5471evm/