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

   ## Summary
   
   added TI/Stellaris Tiva
   
   CMake added **tm4c1294-launchpad** and **tm4c123g-launchpad board**.
   
   this implementation #16195 is incorrect and broken.
   
   ## Impact
   
   Impact on user: This PR adds tm4c1294-launchpad and tm4c123g-launchpad board 
with CMake build
   
   Impact on build: This PR Implement CMake build of Tiva arch
   
   Impact on hardware: NO
   
   Impact on documentation: NO
   
   Impact on security: NO
   
   Impact on compatibility: NO
   
   ## Testing
   Locally and on GitHub
   
   Locally
   ```
   D:\nuttx>cmake -B build -DBOARD_CONFIG=tm4c1294-launchpad:nsh -GNinja
   -- Initializing NuttX
   --   ENV{PROCESSOR_ARCHITECTURE} = AMD64
     Select HOST_WINDOWS=y
     Select WINDOWS_NATIVE=y
   --   CMake:  3.31.5
   --   Ninja:  1.12.1
   --   Board:  tm4c1294-launchpad
   --   Config: nsh
   --   Appdir: D:/rp2040/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
   -- Configuring done (9.5s)
   -- Generating done (2.1s)
   -- Build files have been written to: D:/nuttx/build
   
   D:\nuttx>cmake --build build
   [1447/1448] Linking C executable nuttx
   Memory region         Used Size  Region Size  %age Used
              flash:      139172 B         1 MB     13.27%
               sram:       29384 B       256 KB     11.21%
   [1448/1448] Generating nuttx.bin
   
   ```
   
   GitHub
   
   **tm4c1294-launchpad:nsh**
   
https://github.com/simbit18/nuttx_test_pr/actions/runs/14536972193/job/40787247827#logs
   


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