simbit18 opened a new pull request, #17163:
URL: https://github.com/apache/nuttx/pull/17163
## Summary
Correct these configuration entries
CONFIG_ARCH_BOARD="raspberrypi-pico-2" -> "pimoroni-pico-2-plus"
CONFIG_ARCH_BOARD_RASPBERRYPI_PICO_2 ->
CONFIG_ARCH_BOARD_PIMORONI_PICO_2_PLUS
error present in this PR #14831
## Impact
Impact on user: NO
Impact on build: Fix CMake and Make build
Impact on hardware: NO
Impact on documentation: NO
Impact on security: NO
Impact on compatibility: NO
## Testing
pimoroni-pico-2-plus:nsh
**Before**
```
IN: libs/libc/libc.a -> staging/libc.a
CPP:
/github/workspace/sources/nuttx/boards/arm/rp23xx/raspberrypi-pico-2/scripts/memmap_default.ld->
/github/workspace/sources/nuttx/boards/arm/rp23xx/raspberrypi-pico-2/scripts/memmap_default.ld.tmp
LD: nuttx
arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD
segment with RWX permissions
Memory region Used Size Region Size %age Used
FLASH: 146948 B 4 MB 3.50%
RAM: 13268 B 512 KB 2.53%
SCRATCH_X: 0 GB 4 KB 0.00%
SCRATCH_Y: 0 GB 4 KB 0.00%
Generating: nuttx.uf2
Done.
```
After
```
IN: libs/libc/libc.a -> staging/libc.a
CPP:
/github/workspace/sources/nuttx/boards/arm/rp23xx/pimoroni-pico-2-plus/scripts/memmap_default.ld->
/github/workspace/sources/nuttx/boards/arm/rp23xx/pimoroni-pico-2-plus/scripts/memmap_default.ld.tmp
LD: nuttx
arm-none-eabi-ld: warning: /github/workspace/sources/nuttx/nuttx has a LOAD
segment with RWX permissions
Memory region Used Size Region Size %age Used
FLASH: 146964 B 16 MB 0.88%
RAM: 512 KB 512 KB 100.00%
SCRATCH_X: 0 GB 4 KB 0.00%
SCRATCH_Y: 0 GB 4 KB 0.00%
Generating: nuttx.uf2
Done.
```
--
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]