diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 4321c3375a..a0adc81135 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 5879339c92..e96de90539 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/