simbit18 opened a new pull request, #17908:
URL: https://github.com/apache/nuttx/pull/17908
## Summary
- added TI AM335x Sitara
- CMake added the BeagleBone Black board
## Impact
Impact on user: This PR adds BeagleBone Blackboard with CMake build
Impact on build: This PR Implement CMake build for TI AM335x Sitara
Impact on hardware: NO
Impact on documentation: NO
Impact on security: NO
Impact on compatibility: NO
## Testing
Locally
**beaglebone-black**
```
D:\nuttxtmp\nuttx>cmake -B build -DBOARD_CONFIG=beaglebone-black: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/am335x/beaglebone-black/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: beaglebone-black
-- 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 (12.3s)
-- Generating done (2.7s)
-- Build files have been written to: D:/nuttxtmp/nuttx/build
D:\nuttxtmp\nuttx>cmake --build build
[28/1114] Building C object
arch/CMakeFiles/arch.dir/arm/src/am335x/am335x_clockconfig.c.obj
D:/nuttxtmp/nuttx/arch/arm/src/am335x/am335x_clockconfig.c: In function
'am335x_clockconfig':
D:/nuttxtmp/nuttx/arch/arm/src/am335x/am335x_clockconfig.c:615:4: warning:
#warning Missing logic [-Wcpp]
615 | # warning Missing logic
| ^~~~~~~
[31/1114] Building C object
arch/CMakeFiles/arch.dir/arm/src/am335x/am335x_lowputc.c.obj
D:/nuttxtmp/nuttx/arch/arm/src/am335x/am335x_lowputc.c: In function
'am335x_lowsetup':
D:/nuttxtmp/nuttx/arch/arm/src/am335x/am335x_lowputc.c:191:2: warning:
#warning Missing logic [-Wcpp]
191 | #warning Missing logic
| ^~~~~~~
[35/1114] Building C object
arch/CMakeFiles/arch.dir/arm/src/am335x/am335x_serial.c.obj
D:/nuttxtmp/nuttx/arch/arm/src/am335x/am335x_serial.c: In function
'am335x_uart0config':
D:/nuttxtmp/nuttx/arch/arm/src/am335x/am335x_serial.c:571:2: warning:
#warning Missing logic [-Wcpp]
571 | #warning Missing logic
| ^~~~~~~
D:/nuttxtmp/nuttx/arch/arm/src/am335x/am335x_serial.c:574:2: warning:
#warning Missing logic [-Wcpp]
574 | #warning Missing logic
| ^~~~~~~
[1112/1114] Linking CXX executable nuttx
Memory region Used Size Region Size %age Used
isram: 0 GB 63 KB 0.00%
ocmc0: 0 GB 48 KB 0.00%
ddr: 135864 B 352 MB 0.04%
[1114/1114] 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]