This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
from 2080617a8ef Documentation: Add entry for ESP32-[C3|C6|H2]'s `buttons` defconfig new 4c3dbed5b56 arm/rp2040: CMake build for Raspberry Pi RP2040 implemented new 3a08a0e3fdf boards/arm/rp2040: fix implicit declaration of function 'rp2040_dev_gpio_init' The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: CMakeLists.txt | 7 ++ arch/arm/src/rp2040/.gitignore | 1 + arch/arm/src/rp2040/CMakeLists.txt | 123 +++++++++++++++++++++ arch/arm/src/rp2040/boot2/rp2040_boot_stage2.cmake | 111 +++++++++++++++++++ .../adafruit-feather-rp2040/src/rp2040_pico.h | 2 +- .../arm/rp2040/adafruit-kb2040/src/rp2040_pico.h | 2 +- .../rp2040/adafruit-qt-py-rp2040/src/rp2040_pico.h | 2 +- boards/arm/{nrf52 => rp2040}/common/CMakeLists.txt | 2 +- .../common/include/rp2040_common_pico.h} | 15 ++- boards/arm/rp2040/common/src/CMakeLists.txt | 120 ++++++++++++++++++++ .../arm/rp2040/common/src/rp2040_common_bringup.c | 2 +- .../arm/rp2040/pimoroni-tiny2040/src/rp2040_pico.h | 2 +- .../rp2040/raspberrypi-pico-w/src/rp2040_pico.h | 2 +- .../raspberrypi-pico}/CMakeLists.txt | 24 ++-- .../raspberrypi-pico}/src/CMakeLists.txt | 38 +++---- .../arm/rp2040/raspberrypi-pico/src/rp2040_pico.h | 2 +- .../arm/rp2040/seeed-xiao-rp2040/src/rp2040_pico.h | 2 +- boards/arm/rp2040/w5500-evb-pico/src/rp2040_pico.h | 2 +- .../waveshare-rp2040-lcd-1.28/src/rp2040_pico.h | 2 +- .../rp2040/waveshare-rp2040-zero/src/rp2040_pico.h | 2 +- cmake/nuttx_process_config.cmake | 4 +- tools/ci/testlist/arm-06.dat | 4 + 22 files changed, 422 insertions(+), 49 deletions(-) create mode 100644 arch/arm/src/rp2040/.gitignore create mode 100644 arch/arm/src/rp2040/CMakeLists.txt create mode 100644 arch/arm/src/rp2040/boot2/rp2040_boot_stage2.cmake copy boards/arm/{nrf52 => rp2040}/common/CMakeLists.txt (96%) copy boards/arm/{stm32f7/common/include/stm32_can_setup.h => rp2040/common/include/rp2040_common_pico.h} (87%) create mode 100644 boards/arm/rp2040/common/src/CMakeLists.txt copy boards/arm/{csk6/csk6011a-nano => rp2040/raspberrypi-pico}/CMakeLists.txt (65%) copy boards/arm/{stm32f0l0g0/nucleo-g070rb => rp2040/raspberrypi-pico}/src/CMakeLists.txt (67%)