mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-31 13:16:06 +00:00
This commit removes the redundant `LOG` and `LOG_IMMEDIATE` selections in `prj.conf`, since the `TEST_LOGGING_DEFAULTS`, which is enabled by default for all tests, selects `LOG` and `LOG_MINIMAL`. This effectively allows the test to run with the default test logging policy, set by the testing subsystem. Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
7 lines
109 B
Plaintext
7 lines
109 B
Plaintext
CONFIG_TEST=y
|
|
CONFIG_BOOT_BANNER=y
|
|
CONFIG_SPI=y
|
|
CONFIG_SPI_ASYNC=y
|
|
CONFIG_SPI_LOG_LEVEL_INF=y
|
|
CONFIG_ZTEST=y
|