kywwilson11 commented on PR #17243:
URL: https://github.com/apache/nuttx/pull/17243#issuecomment-3443493448
> @kywwilson11, could you test it with your board?
<pre>
kwilson@DESKTOP-2JBAK19:~/nuttxspace/nuttx$ cmake -B build -GNinja
-DBOARD_CONFIG=nucleo-h563zi:pwm
-- Found Python3: /usr/bin/python3 (found version "3.12.3") found
components: Interpreter
-- Processing includes:
/home/kwilson/nuttxspace/nuttx/boards/arm/stm32h5/nucleo-h563zi/configs/pwm/defconfig
-> /home/kwilson/nuttxspace/nuttx/build/.defconfig.processed
-- nuttx_add_subdirectory: Skipping cxx-oot-build
-- Initializing NuttX
Select HOST_LINUX=y
-- CMake: 3.28.3
-- Ninja: 1.11.1
-- Board: nucleo-h563zi
-- Config: pwm
-- Appdir: /home/kwilson/nuttxspace/apps
-- The C compiler identification is GNU 13.3.1
-- The CXX compiler identification is GNU 13.3.1
-- The ASM compiler identification is GNU
-- Found assembler: /usr/bin/arm-none-eabi-gcc
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/arm-none-eabi-gcc - 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: /usr/bin/arm-none-eabi-g++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- nuttx_add_subdirectory: Skipping cxx-oot-build
-- Configuring done (17.1s)
-- Generating done (0.2s)
-- Build files have been written to: /home/kwilson/nuttxspace/nuttx/build
kwilson@DESKTOP-2JBAK19:~/nuttxspace/nuttx$ cmake --build build -j
[1128/1130] Linking CXX executable nuttx
Memory region Used Size Region Size %age Used
flash: 218624 B 2 MB 10.42%
sram: 9740 B 256 KB 3.72%
[1130/1130] Generating nuttx.bin
kwilson@DESKTOP-2JBAK19:~/nuttxspace/nuttx$
</pre>
Everything looks good. Configured, built, and tested with my setup.
--
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]