Skip to content

Commit cf7ded0

Browse files
nordicjmcarlescufi
authored andcommitted
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 <[email protected]>
1 parent b7f348f commit cf7ded0

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
#
2+
# Copyright (c) 2023 Andreas Sandberg
3+
#
4+
# SPDX-License-Identifier: Apache-2.0
5+
#
6+
7+
CONFIG_CLOCK_CONTROL=y
8+
CONFIG_PINCTRL=y
9+
10+
CONFIG_ARM_MPU=y
11+
CONFIG_HW_STACK_PROTECTION=y
12+
13+
CONFIG_GPIO=y
14+
15+
CONFIG_SERIAL=y
16+
CONFIG_UART_INTERRUPT_DRIVEN=y
17+
CONFIG_CONSOLE=y
18+
CONFIG_UART_CONSOLE=y

0 commit comments

Comments
 (0)