feat(freertos-smp): Reintroduce Light Weight Critical Sections

This commit is contained in:
Sudeep Mohanty 2025-08-22 16:56:30 +02:00
parent fbd37a219e
commit f46aaa7a2b
3 changed files with 134 additions and 0 deletions

View file

@ -2966,6 +2966,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