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

   ## Summary
   
   - added STM32 STM32WL5
   
   - CMake added STM32 nucleo-wl55jc board
   
   ## Impact
   
   Impact on user: This PR adds STM32 nucleo-wl55jc board with CMake build
   
   Impact on build: This PR Implement CMake build for STM32 STM32WL5
   
   Impact on hardware: NO
   
   Impact on documentation: NO
   
   Impact on security: NO
   
   Impact on compatibility: NO
   
   ## Testing
   
   <details>
   <summary>nucleo-wl55jc:nsh</summary>
   
   ```
   D:\nuttxtmp\nuttx>cmake -B build -DBOARD_CONFIG=nucleo-wl55jc:nsh -GNinja
   -- Found Python3: 
C:/Users/bit/AppData/Local/Programs/Python/Python313/python.exe (found version 
"3.13.3") found components: Interpreter
   -- nuttx_add_subdirectory: Skipping cxx-oot-build
   -- Initializing NuttX
   Loaded configuration 'D:/nuttxtmp/nuttx/build/.config.compressed'
   Minimal configuration saved to 'D:/nuttxtmp/nuttx/build/defconfig.tmp'
   --   ENV{PROCESSOR_ARCHITECTURE} = AMD64
     Select HOST_WINDOWS=y
     Select WINDOWS_NATIVE=y
   --   CMake:  3.31.5
   --   Ninja:  1.12.1
   --   Board:  nucleo-wl55jc
   --   Config: nsh
   --   Appdir: D:/nuttxtmp/apps
   -- Building for: Ninja
   -- The C compiler identification is GNU 14.2.0
   -- Detecting C compiler ABI info
   -- Detecting C compiler ABI info - done
   -- Check for working C compiler: C:/mingw/mingw64/bin/gcc.exe - skipped
   -- Detecting C compile features
   -- Detecting C compile features - done
   -- NuttX Host Tools
   -- CMake C compiler: GNU
   -- CMake system name: Windows
      TOOLS_DIR path is "D:/nuttxtmp/nuttx"-- CMake host system processor: AMD64
   
      HOST = WINDOWS NATIVE
   -- Configuring done (0.8s)
   -- Generating done (0.0s)
   -- Build files have been written to: D:/nuttxtmp/nuttx/build/bin_host
   -- 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 (15.0s)
   -- Generating done (2.5s)
   -- Build files have been written to: D:/nuttxtmp/nuttx/build
   
   D:\nuttxtmp\nuttx>cmake --build build
   [1107/1108] Linking C executable nuttx
   Memory region         Used Size  Region Size  %age Used
              flash:       61612 B       256 KB     23.50%
               sram:        5688 B        32 KB     17.36%
   [1108/1108] Generating nuttx.bin
   
   ```
   </details>


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