Home
last modified time | relevance | path

Searched refs:configKERNEL_PROVIDED_STATIC_MEMORY (Results 1 – 6 of 6) sorted by relevance

/Kernel-v11.1.0/examples/coverity/
DFreeRTOSConfig.h105 #define configKERNEL_PROVIDED_STATIC_MEMORY 1 macro
/Kernel-v11.1.0/examples/template_configuration/
DFreeRTOSConfig.h562 #define configKERNEL_PROVIDED_STATIC_MEMORY 1 macro
/Kernel-v11.1.0/portable/ThirdParty/GCC/RP2040/
Dlibrary.cmake49 configKERNEL_PROVIDED_STATIC_MEMORY=1
/Kernel-v11.1.0/include/
DFreeRTOS.h2809 #ifndef configKERNEL_PROVIDED_STATIC_MEMORY
2810 #define configKERNEL_PROVIDED_STATIC_MEMORY 0 macro
/Kernel-v11.1.0/
Dtasks.c47 #if ( ( configSUPPORT_STATIC_ALLOCATION == 1 ) && ( configKERNEL_PROVIDED_STATIC_MEMORY == 1 ) && (…
48 …#error configKERNEL_PROVIDED_STATIC_MEMORY cannot be set to 1 when using an MPU port. The vApplica…
8575 #if ( ( configSUPPORT_STATIC_ALLOCATION == 1 ) && ( configKERNEL_PROVIDED_STATIC_MEMORY == 1 ) && (…
8616 #if ( ( configSUPPORT_STATIC_ALLOCATION == 1 ) && ( configKERNEL_PROVIDED_STATIC_MEMORY == 1 ) && (…
DHistory.txt118 implementations by setting configKERNEL_PROVIDED_STATIC_MEMORY to 1 in their