nuttx icon indicating copy to clipboard operation
nuttx copied to clipboard

mq: change mqueue msg mail to dynamic array

Open zyfeier opened this issue 1 year ago • 0 comments

Summary

Change mqueue_msg_s to a dynamic array so that mqueue msg can be malloc based on the msg size of the current data when applied dynamically.

build base on https://github.com/apache/nuttx/pull/13281

Impact

NA

Testing

Test config: boards/arm/imx6/sabre-6quad/configs/nsh

Test case: ostest pass

zyfeier avatar Sep 02 '24 12:09 zyfeier