rcsim commented on code in PR #15798: URL: https://github.com/apache/nuttx/pull/15798#discussion_r1949355506
########## Documentation/platforms/arm/nrf52/boards/xiao-nrf52840/index.rst: ########## @@ -0,0 +1,178 @@ +============= +XIAO nRF52840 +============= + +The `Seeed Studio XIAO nRF52840 <https://wiki.seeedstudio.com/XIAO_BLE/>`_ is a general purpose board supplied by +Seeed Studio and it is compatible with the Nordic nRF52840 ecosystem as they share the same MCU. + +.. figure:: xiao-nrf52840.jpg + :align: center + +Features +======== + +* Nordic nRF52840, ARM® Cortex®-M4 32-bit processor with FPU, 64 MHz +* 256 KB RAM,1MB Flash 2MB onboard Flash +* Bluetooth 5.0/BLE/NFC +* 1xUART, 1xI2C, 1xSPI, 1xNFC, 1xSWD, 11xGPIO(PWM) +* USB Type-C interface +* 1 RGB LED, 1 charge LED +* 1 RESET button + +Serial Console +============== + +By default, a serial console appears on pins 6 (TX P1.11) and pin 7 +(RX P1.12). This console runs a 115200-8N1. +The board can be configured to use the USB connection as the serial console. + +User LED +======== + +The RBG LED is connected as follows: Review Comment: Hi @lupyuen , I've fixed that, but I will submit the documentation using a different PR as @jerpelea requested. Thanks -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
