zephyr/subsys/portability/cmsis_rtos_v2
Utsav Munendra 9379c35dbf 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>
2025-03-17 02:21:15 +01:00
..
CMakeLists.txt
event_flags.c portability: cmsis: Support static CMSIS-RTOSv2 control blocks 2025-02-14 03:13:35 +01:00
Kconfig portability: cmsis: Clarify Kconfig set max limit on dynamic objects 2025-03-17 02:21:15 +01:00
kernel.c portability: cmsis: Move cmsis wrapper types to public header 2025-02-14 03:13:35 +01:00
mempool.c portability: cmsis: Support static CMSIS-RTOSv2 control blocks 2025-02-14 03:13:35 +01:00
msgq.c portability: cmsis: Support static CMSIS-RTOSv2 control blocks 2025-02-14 03:13:35 +01:00
mutex.c portability: cmsis: Support static CMSIS-RTOSv2 control blocks 2025-02-14 03:13:35 +01:00
semaphore.c portability: cmsis: Support static CMSIS-RTOSv2 control blocks 2025-02-14 03:13:35 +01:00
thread_flags.c portability: cmsis: Rename cmsis wrapper types 2025-02-14 03:13:35 +01:00
thread.c portability: cmsis: Remove max limit on new statically created threads 2025-03-17 02:21:15 +01:00
timer.c portability: cmsis: Support static CMSIS-RTOSv2 control blocks 2025-02-14 03:13:35 +01:00
wrapper.h portability: cmsis: Move cmsis wrapper types to public header 2025-02-14 03:13:35 +01:00