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

   ## Summary
   
   - Add tickless support #11737
   
   - Add XMC4 flash command sequence API #11728
   
   - Add EtherCAT support on xmc4800-relax #11659
   
   
   CMake added boards:
   
   - XMC4500 Relax
   
   - XMC4700 Relax
   
   ## Impact
   
   Impact on user: This PR adds the Infineon Technologies XMC4500 and XMC4700 
Relax boards.
   
   Impact on build: This PR Aligned Cmake with Make
   
   Impact on hardware: NO
   
   Impact on documentation: NO
   
   Impact on security: NO
   
   Impact on compatibility: NO
   
   ## Testing
   
   Locally
   
   
   **xmc4500-relax**
   
   ```
   
   D:\nuttxtmp\nuttx>cmake -B build -DBOARD_CONFIG=xmc4500-relax: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/xmc4/xmc4500-relax/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:  xmc4500-relax
   --   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 (11.5s)
   -- Generating done (2.4s)
   -- Build files have been written to: D:/nuttxtmp/nuttx/build
   
   D:\nuttxtmp\nuttx>cmake --build build
   [87/1161] Building C object drivers/CMakeFiles/drivers.dir/mtd/at24xx.c.obj
   D:/nuttxtmp/nuttx/drivers/mtd/at24xx.c:135:4: warning: #warning "Assuming 
MTD driver block size is the same as the FLASH page size" [-Wcpp]
     135 | #  warning "Assuming MTD driver block size is the same as the FLASH 
page size"
         |    ^~~~~~~
   [1160/1161] Linking C executable nuttx
   Memory region         Used Size  Region Size  %age Used
              flash:      114268 B         1 MB     10.90%
               sram:          8 KB        64 KB     12.50%
   [1161/1161] Generating nuttx.bin
   
   ```
   
   **xmc4700-relax**
   
   ```
   
   
   D:\nuttxtmp\nuttx>cmake -B build -DBOARD_CONFIG=xmc4700-relax: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/xmc4/xmc4700-relax/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:  xmc4700-relax
   --   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.8s)
   -- Generating done (2.4s)
   -- Build files have been written to: D:/nuttxtmp/nuttx/build
   
   D:\nuttxtmp\nuttx>cmake --build build
   [1105/1107] Linking C executable nuttx
   Memory region         Used Size  Region Size  %age Used
              flash:      136612 B         2 MB      6.51%
              psram:          0 GB        96 KB      0.00%
               sram:        8156 B       256 KB      3.11%
             dsram1:          0 GB       128 KB      0.00%
             dsram2:          0 GB       128 KB      0.00%
   [1107/1107] 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