Zephyr API Documentation
3.0.0
A Scalable Open Source RTOS
|
|
3.0.0 |
Macros | |
#define | CPU1_STACK_SIZE 1024 |
Functions | |
K_THREAD_STACK_DEFINE (cpu1_stack, 1024) | |
FUNC_NORETURN void | cpu1_fn (void *arg) |
void | test_mp_start (void) |
Test to verify CPU start. More... | |
void | test_main (void) |
Variables | |
int | cpu_arg |
volatile int | cpu_running |
#define CPU1_STACK_SIZE 1024 |
FUNC_NORETURN void cpu1_fn | ( | void * | arg | ) |
K_THREAD_STACK_DEFINE | ( | cpu1_stack | , |
1024 | |||
) |
void test_main | ( | void | ) |
test case main entry
int cpu_arg |
volatile int cpu_running |