Home
last modified time | relevance | path

Searched refs:IDLE_THREAD_STACK_SIZE (Results 1 – 3 of 3) sorted by relevance

/nrf52832-nimble/rt-thread/src/
H A Didle.c33 #ifndef IDLE_THREAD_STACK_SIZE
35 #define IDLE_THREAD_STACK_SIZE 256 macro
37 #define IDLE_THREAD_STACK_SIZE 128 macro
51 static rt_uint8_t rt_thread_stack[_CPUS_NR][IDLE_THREAD_STACK_SIZE];
H A DKconfig88 config IDLE_THREAD_STACK_SIZE config
/nrf52832-nimble/
H A Drtconfig.h18 #define IDLE_THREAD_STACK_SIZE 256 macro