raiden00pl commented on PR #15285: URL: https://github.com/apache/nuttx/pull/15285#issuecomment-2953829852
@wengzhe @xiaoxiang781216 this change also breaks stm32 SocketCAN implementations (cortex m4) when optimization is enabled. It causes `Usage Fault: Unaligned access` because `NET_BUFPOOL_TRYALLOC()` returns unaligned buffer. It's possible that more things are broken by this PR, e.g. what I mentioned here https://github.com/apache/nuttx/pull/15447#issuecomment-2780693328 -- 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