mirror of
https://github.com/zephyrproject-rtos/zephyr.git
synced 2024-12-04 11:39:46 +08:00
1fd29fb131
`tracing_user.h` lost several definitions, which made CONFIG_TRACING_USER build fail. This fixes the TRACING_USER config & adds it to the test case. Moreover, the idle task stack is overflow on qemu_x86, qemu_cortex_m0 & qemu_riscv64. This makes the test fail. So this commit sets the idle stack size to 2048 for this sample to avoid it. Signed-off-by: Wealian Liao <WHLIAO@nuvoton.com>
4 lines
67 B
Plaintext
4 lines
67 B
Plaintext
CONFIG_TRACING=y
|
|
CONFIG_TRACING_USER=y
|
|
CONFIG_IDLE_STACK_SIZE=2048
|