From 550399e927d0f122eb1d02b5bdfd25ab014e0da1 Mon Sep 17 00:00:00 2001 From: Jamie McCrae Date: Thu, 29 Feb 2024 08:26:23 +0000 Subject: [PATCH] boards: weact: stm32g431_core: Add wrongly deleted file back Adds a file back that was wrongly deleted in an unrelated commit Signed-off-by: Jamie McCrae --- .../weact_stm32g431_core_defconfig | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 boards/weact/stm32g431_core/weact_stm32g431_core_defconfig diff --git a/boards/weact/stm32g431_core/weact_stm32g431_core_defconfig b/boards/weact/stm32g431_core/weact_stm32g431_core_defconfig new file mode 100644 index 00000000000..19919b198ca --- /dev/null +++ b/boards/weact/stm32g431_core/weact_stm32g431_core_defconfig @@ -0,0 +1,18 @@ +# +# Copyright (c) 2023 Andreas Sandberg +# +# SPDX-License-Identifier: Apache-2.0 +# + +CONFIG_CLOCK_CONTROL=y +CONFIG_PINCTRL=y + +CONFIG_ARM_MPU=y +CONFIG_HW_STACK_PROTECTION=y + +CONFIG_GPIO=y + +CONFIG_SERIAL=y +CONFIG_UART_INTERRUPT_DRIVEN=y +CONFIG_CONSOLE=y +CONFIG_UART_CONSOLE=y