commit | 17db516069135679a8f8ff33d8ba9b20c5dc8e46 | [log] [tgz] |
---|---|---|
author | Carlos Stuart <carlosstuart1970@gmail.com> | Wed Feb 06 08:12:28 2019 +0000 |
committer | Anas Nashif <anas.nashif@intel.com> | Wed Feb 06 10:20:17 2019 -0500 |
tree | 2305db0c69298329e4c58aa18b897fd76db0f439 | |
parent | 07a1a60df23cf45ad7595987a9b3756581c96fd1 [diff] |
lib: cmsis_rtos_v2: Message queue checks Added some additional checks when creating a message queue to ensure the size of the queue does not exceed the size of the buffer passed in via the optional attributes. Added a new Kconfig option to limit the maximum size of a message queue dynamically allocated on the heap. Added a check to ensure the heap is at least large enough to hold a maximum size dynamically allocated queue. Signed-off-by: Carlos Stuart <carlosstuart1970@gmail.com>