mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-16 19:17:22 +00:00
By adding external hook to sys_log we will allow applications the flexibility of using various output mechanism such SPI, flash, FS etc. Jira: ZEP-1172 Change-Id: Ie32a5e52c3946ada0349b75a35cc107bb29385a1 Signed-off-by: Yossi Havusha <yossi.havusha@intel.com> Signed-off-by: Anas Nashif <anas.nashif@intel.com>
8 lines
322 B
Plaintext
8 lines
322 B
Plaintext
# @testcase dynamic
|
|
# @targets \
|
|
# board:(?!qemu_nios2)
|
|
#
|
|
# @eval console-rx %(console)s:5 \[sample-unified\] \[ERR\] main: SYS LOG ERR is ACTIVE
|
|
# @eval console-rx %(console)s:5 \[sample-unified\] \[WRN\] main: SYS LOG WRN is ACTIVE
|
|
# @eval console-rx %(console)s:5 \[sample-unified\] \[INF\] main: SYS LOG INF is ACTIVE
|