Add the stm32f413h_disco target to the boards/st Add the PLLi2S when needed by the USB or SDMMC or RNG. Signed-off-by: Francois Ramu <francois.ramu@st.com>
16 lines
253 B
Text
16 lines
253 B
Text
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
# Enable MPU
|
|
CONFIG_ARM_MPU=y
|
|
|
|
# Enable HW stack protection
|
|
CONFIG_HW_STACK_PROTECTION=y
|
|
|
|
CONFIG_SERIAL=y
|
|
|
|
# Console
|
|
CONFIG_CONSOLE=y
|
|
CONFIG_UART_CONSOLE=y
|
|
|
|
# Enable GPIO ports A, B, C, D, E, F, G, H
|
|
CONFIG_GPIO=y
|