Browse Source
Port the board to HWMv2. Signed-off-by: Abderrahmane Jarmouni <abderrahmane.jarmouni-ext@st.com>pull/69687/head
15 changed files with 10 additions and 14 deletions
@ -1,8 +0,0 @@
@@ -1,8 +0,0 @@
|
||||
# NUCLEO-64 F411RE board configuration |
||||
|
||||
# Copyright (c) 2016 Matthias Boesl |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
config BOARD_NUCLEO_F411RE |
||||
bool "NUCLEO-64 F411RE Development Board" |
||||
depends on SOC_STM32F411XE |
@ -0,0 +1,5 @@
@@ -0,0 +1,5 @@
|
||||
# Copyright (c) 2016 Matthias Boesl |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
config BOARD_NUCLEO_F411RE |
||||
select SOC_STM32F411XE |
@ -0,0 +1,5 @@
@@ -0,0 +1,5 @@
|
||||
board: |
||||
name: nucleo_f411re |
||||
vendor: st |
||||
socs: |
||||
- name: stm32f411xe |
Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 44 KiB |
Before Width: | Height: | Size: 71 KiB After Width: | Height: | Size: 71 KiB |
Before Width: | Height: | Size: 70 KiB After Width: | Height: | Size: 70 KiB |
@ -1,8 +1,5 @@
@@ -1,8 +1,5 @@
|
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
CONFIG_SOC_SERIES_STM32F4X=y |
||||
CONFIG_SOC_STM32F411XE=y |
||||
|
||||
# Enable MPU |
||||
CONFIG_ARM_MPU=y |
||||
|
Loading…
Reference in new issue