diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 61a5501f19..941b7b4a5e 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -1521,7 +1521,7 @@
  • ARM Cortex-R4 (2)
  • ARM Cortex-M0/M0+ (10)
  • ARM Cortex-M3 (37)
  • -
  • ARM Cortex-M4 (45)
  • +
  • ARM Cortex-M4 (47)
  • ARM Cortex-M7 (12)
  • Atmel AVR @@ -1602,28 +1602,6 @@
  • A10 (Cortex-A8)
  • -
  • Atmel - -
  • Broadcom
  • +
  • Microchip (Formerly Atmel) + +
  • Moxa +

    @@ -5197,6 +5225,36 @@ Mem: 29232 5920 23312 23312

    + +
  • Atmel SAMD5x/E5x (ARM Cortex-M4)
  • + + +
    +
    + + +
    + +

    + Atmel SAMD5x/E5x. + The port of NuttX to Adafruit Metro M4 development board was released with NuttX-7/26. + This board is essentially a advanced version of the Adafruit Metro board based on the SAMD21, but upgraded to the SAMD51, specifically the SAMD51J19. + See the Adafruit web page for additional information about the board. +

    +

    + A fully-function, basic NuttShell (NSH) configuration was was available in this initial NuttX-7.26 release. + That initial port verifies clock configuration boot-up logic, SysTick timer, and SERCOM USART for the serial console. + The NSH configuration also includes use of the Cortex-M Cache Controller (CMCC) which give the SAMD51's Cortex-M4 a performance boost. +

    +

    + Because of the similarity in peripherals, several drivers were brought in from the SAML21 port. + Most have not been verified as of the NuttX-7.26 release. + These unverfied drivers include: SPI, I2C, DMA, USB. + Also refer to the NuttX board README file for further information about the current state of the port. +

    + + +