commit | 1fd29fb131475bb594e1fe8564a79d436d317cc6 | [log] [tgz] |
---|---|---|
author | Wealian Liao <WHLIAO@nuvoton.com> | Tue Dec 21 16:57:02 2021 +0800 |
committer | Anas Nashif <anas.nashif@intel.com> | Tue Jan 11 18:13:18 2022 -0500 |
tree | 0a7d98f3092b2b67cd06679021d8404a7a759f5c | |
parent | 7d561a3ea58cce1359a1d7bd1d4c967ad297b63f [diff] |
tracing: Fix tracing_user config `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>