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

   ## Summary
   
   - CMake added Seeed Studio XIAO ESP32C3 board
   
   
   ## Impact
   
   Impact on user: This PR adds Seeed Studio XIAO ESP32C3 board with CMake build
   
   Impact on build: This PR Implement CMake build for the Seeed Studio XIAO 
ESP32C3
   
   Impact on hardware: NO
   
   Impact on documentation: NO
   
   Impact on security: NO
   
   Impact on compatibility: NO
   
   ## Testing
   
   <details>
   <summary>esp32c3-xiao:nsh</summary>
   
   ```
   
   C:\nuttx_fix\nuttx>cmake -B build -DBOARD_CONFIG=esp32c3-xiao:nsh 
-DNXTMPDIR=on -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 'C:/nuttx_fix/nuttx/build/.config.compressed'
   Minimal configuration saved to 'C:/nuttx_fix/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:  esp32c3-xiao
   --   Config: nsh
   --   Appdir: C:/nuttx_fix/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
   -- CMake host system processor: AMD64
      TOOLS_DIR path is "C:/nuttx_fix/nuttx"
      HOST = WINDOWS NATIVE
   -- Configuring done (1.3s)
   -- Generating done (0.0s)
   -- Build files have been written to: C:/nuttx_fix/nuttx/build/bin_host
   -- The C compiler identification is GNU 14.2.0
   -- The CXX compiler identification is GNU 14.2.0
   -- The ASM compiler identification is GNU
   -- Found assembler: 
D:/nx20250410/tools/riscv-none-elf-gcc/bin/riscv-none-elf-gcc.exe
   -- COMMIT SHA-1: 41b8c5f12063f6cce5796ce50b5eb4bd2ceeeb12
   HEAD is now at 582ff4820 feat(drivers): ESP-HMAC opaque driver
   -- Copying from C:/nuttx_fix/nxtmpdir/esp-hal-3rdparty to 
C:/nuttx_fix/nuttx/build/arch/risc-v/src/common/espressif/esp-hal-3rdparty
   -- nuttx_add_subdirectory: Skipping cxx-oot-build
   -- Configuring done (55.7s)
   -- Generating done (3.3s)
   -- Build files have been written to: C:/nuttx_fix/nuttx/build
   
   C:\nuttx_fix\nuttx>cmake --build build
   [1338/1338] Running utility command for nuttx_post_build
   -- Generate NuttX image (esptool elf2image)
   esptool v5.2.0
   Creating ESP32-C3 image...
   Image has only RAM segments visible. ROM segments are hidden and SHA256 
digest is not appended.
   Merged 1 ELF section.
   Successfully created ESP32-C3 image.
   -- Generated: 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