mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-27 13:35:20 +00:00
Ignore userspace tag completely. Disabling USERSPACE in board kconfig is not right, this will always be overidden by the application and we will have build failures. The HW supports userspace and most filters in tests depend on this capability. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
14 lines
231 B
Plaintext
14 lines
231 B
Plaintext
# Enable UART driver
|
|
CONFIG_SERIAL=y
|
|
|
|
CONFIG_MAX_XLAT_TABLES=24
|
|
|
|
# Enable console
|
|
CONFIG_CONSOLE=y
|
|
CONFIG_UART_CONSOLE=y
|
|
|
|
# Enable logging subsys
|
|
CONFIG_LOG=y
|
|
CONFIG_LOG_MODE_MINIMAL=n
|
|
CONFIG_TIMER_READS_ITS_FREQUENCY_AT_RUNTIME=y
|