rcsim opened a new pull request, #16039:
URL: https://github.com/apache/nuttx/pull/16039
## Summary
Added initial support for Seeed Studio XIAO RA4M1 Board. Initial support to
NuttShell via Serial, gpio and userleds. Also two configurations is available:
nsh for basic NuttShell access and combo for gpio and userleds.
## Impact
* Is new feature added? Is existing feature changed? YES
New Board added Seeed Studio XIAO RA4M1
* Impact on user (will user need to adapt to change)? Yes
Users will be able to use NuttX on XIAO RA4M1
* Impact on build (will build process change)? NO
* Impact on hardware (will arch(s) / board(s) / driver(s) change)? YES
New board added at boards/arm/ra4
* Impact on documentation (is update required / provided)? NO
Documentation is to be submitted on a separate PR
* Impact on security (any sort of implications)? NO
* Impact on compatibility (backward/forward/interoperability)? NO
## Testing
I confirm that changes are verified on local setup and works as intended:
* Build Host(s): Linux (Ubuntu 2404) CPU Intel i7 compiler GCC 11.4.0
* Target(s): arch: ARM board:xiao-ra4m1 configs:nsh, combo
```
./tools/configure.sh -l xiao-ra4m1:combo
rcsim@rcsim-p52:~/nuttxspace/nuttx$ make -j
Create version.h
LN: platform/board to /home/rcsim/nuttxspace/apps/platform/dummy
Register: nsh
Register: sh
Register: leds
Register: gpio
Register: ostest
CPP:
/home/rcsim/nuttxspace/nuttx/boards/arm/ra4/xiao-ra4m1/scripts/xiao-ra4m1.ld->
/home/rcsim/nutLD: nuttx
CP: nuttx.hex
rcsim@rcsim-p52:~/nuttxspace/nuttx$ make -j
Create version.h
LN: platform/board to /home/rcsim/nuttxspace/apps/platform/dummy
Register: nsh
Register: sh
Register: leds
Register: gpio
Register: ostest
CPP:
/home/rcsim/nuttxspace/nuttx/boards/arm/ra4/xiao-ra4m1/scripts/xiao-ra4m1.ld->
/home/rcsim/nutLD: nuttx
CP: nuttx.hex
```
--
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]