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 @@
+ STMicro STM32 L4Rx. + Architecture support for STM32 L4+ family was contributed by Juha Niskanen along with board support for the STM32L4R9I-Discovery in NuttX-7.26: +
++ STM32L4R9I-Discovery. + Board support for the STMicro STM32L4R9I-Discovery board from ST Micro was contributed by Juha Niskanen in NuttX-7.26. + That development board uses the STM32L4R9AI part. + See the STMicro website and the board README file for further information. + See also the status above for the opther STM32 L4 parts, most of which also applies to this part. +
++ 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. +
+