simbit18 opened a new pull request, #17167:
URL: https://github.com/apache/nuttx/pull/17167
## Summary
Added missing header file rp23xx_spisd.h
fix
src/rp23xx_common_bringup.c: In function 'rp23xx_common_bringup': Error:
src/rp23xx_common_bringup.c:390:9: error: implicit declaration of function
'board_spisd_initialize'; did you mean 'board_spidev_initialize'?
[-Werror=implicit-function-declaration]
390 | ret = board_spisd_initialize(0, CONFIG_RP23XX_SPISD_SPI_CH);
| ^~~~~~~~~~~~~~~~~~~~~~
Linux (arm-06)
https://github.com/apache/nuttx/actions/runs/18284202662/job/52054851120#logs
## Impact
Impact on user: NO
Impact on build: Fix CMake and Make build (audiopack,composite and usbmsc)
Impact on hardware: NO
Impact on documentation: NO
Impact on security: NO
Impact on compatibility: NO
## Testing
Locally and GitHub
./tools/configure.sh -l pimoroni-pico-2-plus:audiopack
https://github.com/simbit18/nuttx_test_pr/actions/runs/18287732572/job/52067199643#logs
--
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]