mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-31 05:56:02 +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>
8 lines
130 B
Plaintext
8 lines
130 B
Plaintext
CONFIG_ZTEST=y
|
|
|
|
CONFIG_ADC=y
|
|
CONFIG_ADC_ASYNC=y
|
|
CONFIG_ADC_LOG_LEVEL_INF=y
|
|
CONFIG_HEAP_MEM_POOL_SIZE=1024
|
|
CONFIG_TEST_USERSPACE=y
|