feat(freertos-smp): Light Weight Preemption Disable Locks

This commit is contained in:
Sudeep Mohanty 2025-08-02 10:42:02 +02:00
parent ec3c41e444
commit 40a991d8eb
4 changed files with 223 additions and 22 deletions

View file

@ -2958,6 +2958,10 @@
#error configUSE_PORT_OPTIMISED_TASK_SELECTION is not supported in SMP FreeRTOS
#endif
#ifndef configLIGHTWEIGHT_CRITICAL_SECTION
#define configLIGHTWEIGHT_CRITICAL_SECTION 0
#endif
#ifndef configINITIAL_TICK_COUNT
#define configINITIAL_TICK_COUNT 0
#endif