22 lines
456 B
Plaintext
22 lines
456 B
Plaintext
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=125000000
|
|
CONFIG_RESET=y
|
|
|
|
# Enable UART driver
|
|
CONFIG_SERIAL=y
|
|
CONFIG_UART_INTERRUPT_DRIVEN=y
|
|
|
|
# Enable console
|
|
CONFIG_CONSOLE=y
|
|
CONFIG_UART_CONSOLE=y
|
|
|
|
# Enable clock control by default
|
|
CONFIG_CLOCK_CONTROL=y
|
|
|
|
# Code partition needed to target the correct flash range
|
|
CONFIG_USE_DT_CODE_PARTITION=y
|
|
|
|
# Output UF2 by default, native bootloader supports it.
|
|
CONFIG_BUILD_OUTPUT_UF2=y
|