raiden00pl commented on PR #15345:
URL: https://github.com/apache/nuttx/pull/15345#issuecomment-2904217908
the difference for a minimalistic NuttX image on cortex-m4 (which basically
does nothing) looks like this:
1. before
```
Memory region Used Size Region Size %age Used
flash: 6980 B 64 KB 10.65%
sram: 928 B 16 KB 5.66%
```
2. after
```
Memory region Used Size Region Size %age Used
flash: 9076 B 64 KB 13.85%
sram: 924 B 16 KB 5.64%
```
2KB of FLASH wasted for small systems.
--
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]