Home
last modified time | relevance | path

Searched refs:configISR_STACK_SIZE (Results 1 – 9 of 9) sorted by relevance

/Kernel-v10.6.2/portable/ThirdParty/GCC/Xtensa_ESP32/include/
DFreeRTOSConfig_arch.h121 #ifndef configISR_STACK_SIZE
122 #define configISR_STACK_SIZE ((CONFIG_FREERTOS_ISR_STACKSIZE + configSTA… macro
/Kernel-v10.6.2/portable/GCC/IA32_flat/
Dport.c43 #if( configISR_STACK_SIZE < ( configMINIMAL_STACK_SIZE * 2 ) )
44 #warning configISR_STACK_SIZE is probably too small!
186 static uint32_t ulSystemStack[ configISR_STACK_SIZE ] __attribute__((used)) = { 0 };
190 …pOfSystemStack __attribute__((used)) = ( uint32_t ) &( ulSystemStack[ configISR_STACK_SIZE - 5 ] );
384 for( xWord = 0; xWord < configISR_STACK_SIZE - 20; xWord++ ) in xPortStartScheduler()
Dportmacro.h254 #ifndef configISR_STACK_SIZE
262 #error configISR_STACK_SIZE was not defined in FreeRTOSConfig.h.
/Kernel-v10.6.2/portable/MPLAB/PIC32MX/
Dport.c150 __attribute__ ((aligned(8))) StackType_t xISRStack[ configISR_STACK_SIZE ] = { 0 };
154 const StackType_t * const xISRStackTop = &( xISRStack[ ( configISR_STACK_SIZE & ~portBYTE_ALIGNMENT…
/Kernel-v10.6.2/portable/MPLAB/PIC32MEC14xx/
Dport.c149 StackType_t xISRStack[ configISR_STACK_SIZE ] = { 0 };
153 const StackType_t * const xISRStackTop = &( xISRStack[ configISR_STACK_SIZE - 7 ] );
/Kernel-v10.6.2/portable/MPLAB/PIC32MZ/
Dport.c155 __attribute__ ((aligned(8))) StackType_t xISRStack[ configISR_STACK_SIZE ] = { 0 };
161 const StackType_t * const xISRStackTop = &( xISRStack[ ( configISR_STACK_SIZE & ~portBYTE_ALIGNMENT…
/Kernel-v10.6.2/portable/ThirdParty/GCC/Xtensa_ESP32/
Dportasm.S53 ….space configISR_STACK_SIZE*portNUM_PROCESSORS /* This allocates stacks for each individu…
142 movi a1, port_IntStack+configISR_STACK_SIZE /* a1 = top of intr stack for CPU 0 */
143 …movi a2, configISR_STACK_SIZE /* add configISR_STACK_SIZE * cpu_num to arrive at top of stac…
/Kernel-v10.6.2/portable/ThirdParty/XCC/Xtensa/
Dportasm.S48 .space configISR_STACK_SIZE
Dreadme_xtensa.txt336 stack is controlled by the parameter "configISR_STACK_SIZE" defined in