Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# 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
|
|
|