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> |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| event_flags.c | ||
| Kconfig | ||
| kernel.c | ||
| mempool.c | ||
| msgq.c | ||
| mutex.c | ||
| semaphore.c | ||
| thread_flags.c | ||
| thread.c | ||
| timer.c | ||
| wrapper.h | ||