commit | 9379c35dbf7b5c14ae00bea2ba9f67af94ffd3da | [log] [tgz] |
---|---|---|
author | Utsav Munendra <utsavm@meta.com> | Tue Feb 18 10:12:51 2025 +0530 |
committer | Benjamin Cabé <kartben@gmail.com> | Mon Mar 17 02:21:15 2025 +0100 |
tree | 36405d5fbea311bc1b3859207d20b4d4212de2db | |
parent | c006922b2286c01542f022a56e8e95851e60a0d6 [diff] |
portability: cmsis: Clarify Kconfig set max limit on dynamic objects Clarify that all max limit on RTOS objects set by Kconfig only apply to objects whose control blocks were dynamically allocated. The CMSIS-RTOSv2 impl layer itself does not restrict the number of statically created RTOS objects. Signed-off-by: Utsav Munendra <utsavm@meta.com>