simbit18 opened a new pull request, #17243: URL: https://github.com/apache/nuttx/pull/17243
## Summary - added STM32H5 MCU series - CMake added board STM32 NUCLEO-H563ZI https://www.st.com/en/evaluation-tools/nucleo-h563zi.html ## Impact Impact on user: This PR adds Raspberry Pi Pico 2 board (Hazard3 RISC-V cores) with CMake build Impact on build: This PR Implement CMake build for the Raspberry Pi RP23XX RISC-V Impact on hardware: NO Impact on documentation: NO Impact on security: NO Impact on compatibility: NO ## Testing Locally config -> nsh ``` D:\nuttxtmp\nuttx>cmake -B build -DBOARD_CONFIG=nucleo-h563zi:nsh -GNinja -- Found Python3: C:/Users/bit/AppData/Local/Programs/Python/Python313/python.exe (found version "3.13.3") found components: Interpreter -- Processing includes: D:/nuttxtmp/nuttx/boards/arm/stm32h5/nucleo-h563zi/configs/nsh/defconfig -> D:/nuttxtmp/nuttx/build/.defconfig.processed -- nuttx_add_subdirectory: Skipping cxx-oot-build -- Initializing NuttX -- ENV{PROCESSOR_ARCHITECTURE} = AMD64 Select HOST_WINDOWS=y Select WINDOWS_NATIVE=y -- CMake: 3.31.5 -- Ninja: 1.12.1 -- Board: nucleo-h563zi -- Config: nsh -- Appdir: D:/nuttxtmp/apps -- The C compiler identification is GNU 13.2.1 -- The CXX compiler identification is GNU 13.2.1 -- The ASM compiler identification is GNU -- Found assembler: D:/nx20250410/tools/gcc-arm-none-eabi/bin/arm-none-eabi-gcc.exe -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: D:/nx20250410/tools/gcc-arm-none-eabi/bin/arm-none-eabi-gcc.exe - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: D:/nx20250410/tools/gcc-arm-none-eabi/bin/arm-none-eabi-g++.exe - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- nuttx_add_subdirectory: Skipping cxx-oot-build -- Configuring done (10.0s) -- Generating done (1.9s) -- Build files have been written to: D:/nuttxtmp/nuttx/build D:\nuttxtmp\nuttx>cmake --build build [1120/1121] Linking CXX executable nuttx Memory region Used Size Region Size %age Used flash: 208968 B 2 MB 9.96% sram: 9684 B 256 KB 3.69% [1121/1121] Generating nuttx.bin ``` -- 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]
