Browse Source
Port the board to HWMv2. Signed-off-by: Abderrahmane Jarmouni <abderrahmane.jarmouni-ext@st.com>pull/69687/head
10 changed files with 6 additions and 10 deletions
@ -1,8 +1,5 @@ |
|||||||
# Copyright (c) 2022 Brian Bradley |
# Copyright (c) 2022 Brian Bradley |
||||||
# SPDX-License-Identifier: Apache-2.0 |
# SPDX-License-Identifier: Apache-2.0 |
||||||
|
|
||||||
# STM32 Mini F401 Board |
|
||||||
|
|
||||||
config BOARD_STM32F401_MINI |
config BOARD_STM32F401_MINI |
||||||
bool "STM32 Mini F401 Board" |
select SOC_STM32F401XC |
||||||
depends on SOC_STM32F401XC |
|
@ -0,0 +1,5 @@ |
|||||||
|
board: |
||||||
|
name: stm32f401_mini |
||||||
|
vendor: others |
||||||
|
socs: |
||||||
|
- name: stm32f401xc |
Before Width: | Height: | Size: 95 KiB After Width: | Height: | Size: 95 KiB |
@ -1,8 +1,5 @@ |
|||||||
# SPDX-License-Identifier: Apache-2.0 |
# SPDX-License-Identifier: Apache-2.0 |
||||||
|
|
||||||
CONFIG_SOC_SERIES_STM32F4X=y |
|
||||||
CONFIG_SOC_STM32F401XC=y |
|
||||||
|
|
||||||
# Enable MPU |
# Enable MPU |
||||||
CONFIG_ARM_MPU=y |
CONFIG_ARM_MPU=y |
||||||
|
|
Loading…
Reference in new issue