Searched refs:PICO_CORE1_STACK_SIZE (Results 1 – 2 of 2) sorted by relevance
28 #ifndef PICO_CORE1_STACK_SIZE30 #define PICO_CORE1_STACK_SIZE PICO_STACK_SIZE macro32 #define PICO_CORE1_STACK_SIZE 0x800
83 static uint32_t __attribute__((section(".stack1"))) core1_stack[PICO_CORE1_STACK_SIZE / sizeof(uint…
Completed in 5 milliseconds