You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Zephyr CMSIS implementation has some limitations with dynamically allocated
resources[1].
This patch allocates the CMSIS resources statically. Thus:
- this allows to workaround the limitation of the current CMSIS implementation
until we fix them properly
- it is possible to get rid of the dependencies to
CMSIS_V2_THREAD_DYNAMIC_MAX_COUNT and CMSIS_V2_THREAD_MAX_COUNT.
[1]: zephyrproject-rtos/zephyr#85557
Signed-off-by: Arunmani Alagarsamy <arunmani.a@silabs.com>
0 commit comments