xuxin930 opened a new pull request, #11457: URL: https://github.com/apache/nuttx/pull/11457
## Summary 1. init arch arm64 CMake build 2. enable qemu-armv8a ci cmake build ## Impact arm64 arch ## Testing ``` # From within nuttx/. Configure: $ cmake -B build -DBOARD_CONFIG=qemu-armv8a:nsh -GNinja # To build: $ cmake --build build # menuconfig: $ cmake --build build -t menuconfig # Run: $ qemu-system-aarch64 -cpu cortex-a53 -nographic -machine virt,virtualization=on,gic-version=3 -net none -chardev stdio,id=con,mux=on -serial chardev:con -mon chardev=con,mode=readline -kernel ./nuttx ``` -- 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]
