simbit18 opened a new pull request, #17307: URL: https://github.com/apache/nuttx/pull/17307
## Summary - added NXP Kinetis MCUs - CMake added board NXP Freedom-K64F https://www.nxp.com/design/design-center/development-boards-and-designs/FRDM-K64F ## Impact Impact on user: This PR adds NXP Freedom-K64F board with CMake build Impact on build: This PR Implement CMake build for the NXP Kinetis MCUs Impact on hardware: NO Impact on documentation: NO Impact on security: NO Impact on compatibility: NO ## Testing Locally config -> nsh ``` D:\nuttxtmp\nuttx>cmake -B build -DBOARD_CONFIG=freedom-k64f: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/kinetis/freedom-k64f/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: freedom-k64f -- 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 -- nuttx_add_subdirectory: Skipping cxx-oot-build -- Configuring done (9.6s) -- Generating done (2.0s) -- Build files have been written to: D:/nuttxtmp/nuttx/build D:\nuttxtmp\nuttx>cmake --build build [1088/1091] Linking C executable nuttx Memory region Used Size Region Size %age Used vectflash: 408 B 1 KB 39.84% cfmprotect: 16 B 16 B 100.00% progflash: 106256 B 1 MB 10.13% datasram: 4928 B 128 KB 3.76% [1091/1091] 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]
