wangchdo opened a new pull request, #16872: URL: https://github.com/apache/nuttx/pull/16872
Add: arch/arm64/src/bcm2711/CMakeLists.txt boards/arm64/bcm2711/raspberrypi-4b/CMakeLists.txt boards/arm64/bcm2711/raspberrypi-4b/src/CMakeLists.txt Change-Id: Ie721a65e5d52d76ae7a79547a208e2f1fe5d6766 *Note: Please adhere to [Contributing Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md).* ## Summary provide chip bcm2711 and board raspberrypi-4b with Cmake build capability ## Impact people can enjoy Cmake when building nuttx raspberrypi-4b image ## Testing cmake build pass log: ``` [ 99%] Building C object apps/testing/ostest/CMakeFiles/apps_ostest.dir/timedmqueue.c.obj [ 99%] Building C object apps/testing/ostest/CMakeFiles/apps_ostest.dir/posixtimer.c.obj [ 99%] Building C object apps/testing/ostest/CMakeFiles/apps_ostest.dir/vfork.c.obj [ 99%] Building C object apps/testing/ostest/CMakeFiles/apps_ostest.dir/wdog.c.obj [ 99%] Linking C static library libapps_ostest.a [ 99%] Built target apps_ostest [ 99%] Building C object apps/testing/sched/getprime/CMakeFiles/apps_getprime.dir/getprime_main.c.obj [ 99%] Linking C static library libapps_getprime.a [ 99%] Built target apps_getprime [ 99%] Building C object apps/examples/hello/CMakeFiles/apps_hello.dir/hello_main.c.obj [ 99%] Linking C static library libapps_hello.a [ 99%] Built target apps_hello [ 99%] Building C object apps/examples/leds/CMakeFiles/apps_leds.dir/leds_main.c.obj [ 99%] Linking C static library libapps_leds.a [ 99%] Built target apps_leds [ 99%] Building CXX object CMakeFiles/nuttx.dir/empty.cxx.obj [ 99%] Linking CXX executable nuttx Memory region Used Size Region Size %age Used [ 99%] Built target nuttx [ 99%] Generating nuttx.hex [ 99%] Built target nuttx-hex [ 99%] Generating nuttx.bin [ 99%] Built target nuttx-bin [100%] Generating System.map [100%] Built target systemma ``` -- 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