Home
last modified time | relevance | path

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

/Zephyr-latest/samples/subsys/ipc/openamp_rsc_table/src/
Dmain_remote.c42 #define APP_TTY_TASK_STACK_SIZE (1536) macro
46 K_THREAD_STACK_DEFINE(thread_tty_stack, APP_TTY_TASK_STACK_SIZE);
372 k_thread_create(&thread_tty_data, thread_tty_stack, APP_TTY_TASK_STACK_SIZE, in main()