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

   ## Summary
   
   - Added CMake build for pimoroni-tiny2040 board
   
   - Removed old file rp2040_tiny2040.h to use the existing rp2040_pico.h to 
align with other boards.
   
   -  rp2040_boot_stage2.cmake: Improvements in the linker file search
   
   ## Impact
   
   Impact on user: This PR adds the pimoroni-tiny2040 board 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
   
   pimoroni-tiny2040:nsh
   
   ```
   D:\nuttxpico\nuttx>cmake -B build -DBOARD_CONFIG=pimoroni-tiny2040: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:/nuttxpico/nuttx/boards/arm/rp2040/pimoroni-tiny2040/configs/nsh/defconfig -> 
D:/nuttxpico/nuttx/build/.defconfig.processed
   -- Skipping OOTCpp project
   -- Initializing NuttX
   --   ENV{PROCESSOR_ARCHITECTURE} = AMD64
     Select HOST_WINDOWS=y
     Select WINDOWS_NATIVE=y
   --   CMake:  3.31.5
   --   Ninja:  1.12.1
   --   Board:  pimoroni-tiny2040
   --   Config: nsh
   --   Appdir: D:/nuttxpico/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
   -- Detecting C compiler ABI info
   -- Detecting C compiler ABI info - done
   -- Check for working C compiler: 
D:/nx20250410/tools/gcc-arm-none-eabi/bin/arm-none-eabi-gcc.exe - skipped
   -- Detecting C compile features
   -- Detecting C compile features - done
   -- Detecting CXX compiler ABI info
   -- Detecting CXX compiler ABI info - done
   -- Check for working CXX compiler: 
D:/nx20250410/tools/gcc-arm-none-eabi/bin/arm-none-eabi-g++.exe - skipped
   -- Detecting CXX compile features
   -- Detecting CXX compile features - done
   -- PICO_SDK_PATH environment variable is set.
   -- 1= pimoroni-tiny2040
   -- Skipping OOTCpp project
   -- Configuring done (8.4s)
   -- Generating done (1.7s)
   -- Build files have been written to: D:/nuttxpico/nuttx/build
   
   D:\nuttxpico\nuttx>cmake --build build
   [1120/1121] Linking C executable nuttx
   Memory region         Used Size  Region Size  %age Used
              flash:        152 KB         8 MB      1.86%
               sram:        8272 B       264 KB      3.06%
   [1121/1121] Running utility command for nuttx_post_build
   ```
   
   
   
   


-- 
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: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to