rcsim opened a new pull request, #15798:
URL: https://github.com/apache/nuttx/pull/15798

   ## Summary
   This PR adds support to to Seeed XIAO nRF52840 Board. There are 4 initial 
configurations:
   - nsh: Basic NuttXShell configuration (console enabled in UART0, at 115200 
bps).
   - usbnsh:  Basic NuttXShell configuration using CDC/ACM serial (console 
enabled in USB Port, at 115200 bps).
   - leds: This configuration enabled NuttXShell via USB and enabled leds 
example.
   - gpio: This configuration enabled NuttXShell via USB and enabled gpio 
example
   
   ## Impact
   Users will be able to use NuttX on Seeed XIAO nRF52840 Board.
   
   ## Testing
   
   Build one of the available configurations and access NuttX Shell:
   
   ```
   make distclean 
   /tools/configure.sh xiao-nrf52840:usbnsh 
   make -j
   ```
   
   Access NuttX Shell:
   
   ```
   NuttShell (NSH) NuttX-12.8.0
   nsh> 
   nsh> uname -a
   NuttX 12.8.0 34bcb280f7 Feb  9 2025 23:09:07 arm xiao-nrf52840
   ```
   
   
   


-- 
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]

Reply via email to