Home
last modified time | relevance | path

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

/Kernel-v11.0.1/portable/ThirdParty/GCC/Xtensa_ESP32/include/
DFreeRTOSConfig_arch.h126 #ifndef configISR_STACK_SIZE
127 …#define configISR_STACK_SIZE ( ( CONFIG_FREERTOS_ISR_STACKSIZE + configSTACK_ALIGNMENT - 1 ) & … macro
/Kernel-v11.0.1/portable/GCC/IA32_flat/
Dport.c43 #if ( configISR_STACK_SIZE < ( configMINIMAL_STACK_SIZE * 2 ) )
44 #warning configISR_STACK_SIZE is probably too small!
190 static uint32_t ulSystemStack[ configISR_STACK_SIZE ] __attribute__( ( used ) ) = { 0 };
194 …ystemStack __attribute__( ( used ) ) = ( uint32_t ) &( ulSystemStack[ configISR_STACK_SIZE - 5 ] );
395 for( xWord = 0; xWord < configISR_STACK_SIZE - 20; xWord++ ) in xPortStartScheduler()
Dportmacro.h259 #ifndef configISR_STACK_SIZE
268 #error configISR_STACK_SIZE was not defined in FreeRTOSConfig.h.
/Kernel-v11.0.1/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-v11.0.1/portable/MPLAB/PIC32MEC14xx/
Dport.c149 StackType_t xISRStack[ configISR_STACK_SIZE ] = { 0 };
153 const StackType_t * const xISRStackTop = &( xISRStack[ configISR_STACK_SIZE - 7 ] );
/Kernel-v11.0.1/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-v11.0.1/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-v11.0.1/portable/ThirdParty/XCC/Xtensa/
Dportasm.S48 .space configISR_STACK_SIZE
Dreadme_xtensa.txt336 stack is controlled by the parameter "configISR_STACK_SIZE" defined in