simbit18 opened a new pull request, #17328:
URL: https://github.com/apache/nuttx/pull/17328

   ## Summary
   
   CMake added boards:
   
     - NXP TWR-K60N512
   
    -  NXP TWR-K64F120M
   ## Impact
   
   Impact on user: This PR adds NXP  TWR-K60N512 and TWR-K64F120M boards with 
CMake build
   
   Impact on build: NO
   
   Impact on hardware: NO
   
   Impact on documentation: NO
   
   Impact on security: NO
   
   Impact on compatibility: NO
   
   ## Testing
   
   Locally
   
   
   **TWR-K60N512**
   
   ```
   D:\nuttxtmp\nuttx>cmake -B build -DBOARD_CONFIG=twr-k60n512: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/twr-k60n512/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:  twr-k60n512
   --   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.0s)
   -- Generating done (2.5s)
   -- Build files have been written to: D:/nuttxtmp/nuttx/build
   
   D:\nuttxtmp\nuttx>cmake --build build
   [1094/1095] Linking C executable nuttx
   Memory region         Used Size  Region Size  %age Used
          vectflash:         444 B         1 KB     43.36%
         cfmprotect:          16 B         16 B    100.00%
          progflash:         75 KB       510 KB     14.71%
           datasram:        5732 B       128 KB      4.37%
   [1095/1095] Generating nuttx.hex
   
   ```
   
   **TWR-K64F120M**
   
   ```
   D:\nuttxtmp\nuttx>cmake -B build -DBOARD_CONFIG=twr-k64f120m: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/twr-k64f120m/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:  twr-k64f120m
   --   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 (10.3s)
   -- Generating done (2.2s)
   -- Build files have been written to: D:/nuttxtmp/nuttx/build
   
   D:\nuttxtmp\nuttx>cmake --build build
   [52/1118] Building C object 
arch/CMakeFiles/arch.dir/arm/src/kinetis/kinetis_sdhc.c.obj
   D:/nuttxtmp/nuttx/arch/arm/src/kinetis/kinetis_sdhc.c:64:4: warning: 
#warning "Large Non-DMA transfer may result in RX overrun failures" [-Wcpp]
      64 | #  warning "Large Non-DMA transfer may result in RX overrun failures"
         |    ^~~~~~~
   [1117/1118] 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:      103800 B      1022 KB      9.92%
           datasram:        6364 B       256 KB      2.43%
   [1118/1118] Generating nuttx.hex
   ```


-- 
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]

Reply via email to