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

   ## Summary
   
   This should fix linker issues reported in 
https://github.com/apache/nuttx-apps/pull/3200#issuecomment-3530151416.
   
   Disable configuration options that are not needed for MCUboot loader
    - Disable floating point and long long support in libc
    - Disable libm
    - Disable POSIX features: environment variables, message queues, timers and 
pthreads
    - Disable RAMTEST app to save code space
   
   ## Impact
   
   Affects common linker script for `arm/samv7` when using MCUBoot.
   
   ## Testing
   
   Pass build for `same70-qmtech:mcuboot-loader`, 
`same70-xplained:mcuboot-loader` and `samv71-xult:mcuboot-loader` and compare 
the binary sizes. Result binary for `same70-qmtech:mcuboot-loader` saves ~10Kb 
of code space
   


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