pussuw opened a new pull request, #10390: URL: https://github.com/apache/nuttx/pull/10390
## Summary Using the macro places the buffers into .data section which means they will consume the full buffer size of flash / read only memory as well. Place the buffers into .bss to avoid this case. ## Impact Free up read only memory from .data section ## Testing Build pass -- 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]
