This is an automated email from the ASF dual-hosted git repository.
linguini pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from 6d15c3969c7 arch/risc-v/espressif/sha: Update common source code
functions
add 8baa788484d boards/arm/rp23xx: fix implicit declaration of function
rp23xx_dev_gpio_init
add 92159bbdba6 arm/rp23xx: CMake build for Raspberry Pi RP23xx implemented
No new revisions were added by this update.
Summary of changes:
arch/arm/src/{imx9 => rp23xx}/CMakeLists.txt | 80 +++++++++++-----------
boards/arm/{nrf52 => rp23xx}/common/CMakeLists.txt | 2 +-
.../common/include/rp23xx_common_pico.h} | 12 ++--
.../{rp2040 => rp23xx}/common/src/CMakeLists.txt | 67 +++++++++---------
.../arm/rp23xx/common/src/rp23xx_common_bringup.c | 2 +-
.../rp23xx/pimoroni-pico-2-plus/src/rp23xx_pico.h | 2 +-
.../raspberrypi-pico-2}/CMakeLists.txt | 2 +-
.../scripts/memmap_copy_to_ram.ld | 2 +-
.../raspberrypi-pico-2}/src/CMakeLists.txt | 38 +++++-----
.../rp23xx/raspberrypi-pico-2/src/rp23xx_pico.h | 2 +-
boards/arm/rp23xx/xiao-rp2350/src/rp23xx_pico.h | 2 +-
11 files changed, 105 insertions(+), 106 deletions(-)
copy arch/arm/src/{imx9 => rp23xx}/CMakeLists.txt (52%)
copy boards/arm/{nrf52 => rp23xx}/common/CMakeLists.txt (96%)
copy boards/arm/{rp2040/common/include/rp2040_common_pico.h =>
rp23xx/common/include/rp23xx_common_pico.h} (88%)
copy boards/arm/{rp2040 => rp23xx}/common/src/CMakeLists.txt (58%)
copy boards/arm/{rp2040/raspberrypi-pico-w =>
rp23xx/raspberrypi-pico-2}/CMakeLists.txt (96%)
copy boards/arm/{nrf52/nrf52832-dk =>
rp23xx/raspberrypi-pico-2}/src/CMakeLists.txt (62%)