simbit18 commented on PR #16212: URL: https://github.com/apache/nuttx/pull/16212#issuecomment-2809564415
@roskuttan Why are your Cmakefiles not aligned with Make.defs? I created a branch for building rp2040 with CMake seems to work. (Ho commentato anche #include rp2040_pico.h in rp2040_common_bringup.c.) You also need this fix #16227 (already included in my branch) `git clone --depth 1 --single-branch --branch simbit18-rp2040 https://github.com/simbit18/nuttx.git nuttx` I don't have a Raspberry Pi Pico board so you have to do the tests. ``` Build CMake [1113/1114] Linking C executable nuttx Memory region Used Size Region Size %age Used flash: 148 KB 2 MB 7.23% sram: 8336 B 264 KB 3.08% [1114/1114] Generating System.map Build make LD: nuttx Memory region Used Size Region Size %age Used flash: 148 KB 2 MB 7.23% sram: 8344 B 264 KB 3.09% PICO_SDK_PATH/picotool must be specified/installed for flash boot ``` -- 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: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org