Home
last modified time | relevance | path

Searched refs:configMINIMAL_STACK_SIZE (Results 1 – 10 of 10) sorted by relevance

/Kernel-v11.1.0/examples/cmake_example/
Dmain.c68 static StackType_t exampleTaskStack[ configMINIMAL_STACK_SIZE ]; in main()
74 configMINIMAL_STACK_SIZE, in main()
/Kernel-v11.1.0/examples/coverity/
DFreeRTOSConfig.h48 #define configMINIMAL_STACK_SIZE 128U macro
66 #define configTIMER_TASK_STACK_DEPTH configMINIMAL_STACK_SIZE
/Kernel-v11.1.0/examples/template_configuration/
DFreeRTOSConfig.h115 #define configMINIMAL_STACK_SIZE 128 macro
231 #define configTIMER_TASK_STACK_DEPTH configMINIMAL_STACK_SIZE
/Kernel-v11.1.0/portable/GCC/MicroBlaze/
Dport.c205 pulISRStack = ( uint32_t * ) pvPortMalloc( configMINIMAL_STACK_SIZE * sizeof( StackType_t ) ); in xPortStartScheduler()
211 … memset( pulISRStack, portISR_STACK_FILL_VALUE, configMINIMAL_STACK_SIZE * sizeof( StackType_t ) ); in xPortStartScheduler()
212 pulISRStack += ( configMINIMAL_STACK_SIZE - 1 ); in xPortStartScheduler()
/Kernel-v11.1.0/portable/Softune/MB91460/
Dportmacro.h108 #define portMINIMAL_STACK_SIZE configMINIMAL_STACK_SIZE
/Kernel-v11.1.0/portable/Softune/MB96340/
Dportmacro.h115 #define portMINIMAL_STACK_SIZE configMINIMAL_STACK_SIZE
/Kernel-v11.1.0/portable/GCC/IA32_flat/
Dport.c43 #if ( configISR_STACK_SIZE < ( configMINIMAL_STACK_SIZE * 2 ) )
/Kernel-v11.1.0/include/
DFreeRTOS.h161 #ifndef configMINIMAL_STACK_SIZE
162 …#error Missing definition: configMINIMAL_STACK_SIZE must be defined in FreeRTOSConfig.h. configM…
/Kernel-v11.1.0/
Dtasks.c3632 configMINIMAL_STACK_SIZE, in prvCreateIdleTasks()
8589 static StackType_t uxIdleTaskStack[ configMINIMAL_STACK_SIZE ]; in vApplicationGetIdleTaskMemory()
8593 *puxIdleTaskStackSize = configMINIMAL_STACK_SIZE; in vApplicationGetIdleTaskMemory()
8604 … static StackType_t uxIdleTaskStacks[ configNUMBER_OF_CORES - 1 ][ configMINIMAL_STACK_SIZE ]; in vApplicationGetPassiveIdleTaskMemory()
8608 *puxIdleTaskStackSize = configMINIMAL_STACK_SIZE; in vApplicationGetPassiveIdleTaskMemory()
DHistory.txt2174 + Decreased the default setting of configMINIMAL_STACK_SIZE in the PIC32