From 4b07028b4641062a3d42428982c9a26c58078450 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 27 Jun 2013 14:33:10 -0600 Subject: Update documentation to include references to the Arduino Due board --- nuttx/Documentation/NuttX.html | 30 ++++++++++++++++++++++++++++-- nuttx/Documentation/README.html | 4 +++- nuttx/README.txt | 2 ++ 3 files changed, 33 insertions(+), 3 deletions(-) (limited to 'nuttx') diff --git a/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html index 4321c3375..a0adc8113 100644 --- a/nuttx/Documentation/NuttX.html +++ b/nuttx/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/nuttx/Documentation/README.html b/nuttx/Documentation/README.html index 5879339c9..e96de9053 100644 --- a/nuttx/Documentation/README.html +++ b/nuttx/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/ diff --git a/nuttx/README.txt b/nuttx/README.txt index 1fc124e7d..3204d5f22 100644 --- a/nuttx/README.txt +++ b/nuttx/README.txt @@ -984,6 +984,8 @@ nuttx |- configs/ | |- amber/ | | `- README.txt + | |- arduino-due/ + | | `- README.txt | |- avr32dev1/ | | `- README.txt | |- c5471evm/ -- cgit v1.2.3