Browse Source
Port the board to HWMv2. Signed-off-by: Abderrahmane Jarmouni <abderrahmane.jarmouni-ext@st.com>pull/69687/head
11 changed files with 6 additions and 18 deletions
@ -1,11 +0,0 @@ |
|||||||
# OLIMEX-STM32-E407 board configuration |
|
||||||
|
|
||||||
# Copyright (c) 2017, Erwin Rol <erwin@erwinrol.com> |
|
||||||
# SPDX-License-Identifier: Apache-2.0 |
|
||||||
|
|
||||||
if BOARD_OLIMEX_STM32_E407 |
|
||||||
|
|
||||||
config BOARD |
|
||||||
default "olimex_stm32_e407" |
|
||||||
|
|
||||||
endif # BOARD_OLIMEX_STM32_E407 |
|
@ -1,8 +1,5 @@ |
|||||||
# OLIMEX-STM32-E407 board configuration |
|
||||||
|
|
||||||
# Copyright (c) 2017, Erwin Rol <erwin@erwinrol.com> |
# Copyright (c) 2017, Erwin Rol <erwin@erwinrol.com> |
||||||
# SPDX-License-Identifier: Apache-2.0 |
# SPDX-License-Identifier: Apache-2.0 |
||||||
|
|
||||||
config BOARD_OLIMEX_STM32_E407 |
config BOARD_OLIMEX_STM32_E407 |
||||||
bool "OLIMEX-STM32-E407 Development Board" |
select SOC_STM32F407XG |
||||||
depends on SOC_STM32F407XG |
|
@ -0,0 +1,5 @@ |
|||||||
|
board: |
||||||
|
name: olimex_stm32_e407 |
||||||
|
vendor: olimex |
||||||
|
socs: |
||||||
|
- name: stm32f407xx |
Before Width: | Height: | Size: 72 KiB After Width: | Height: | Size: 72 KiB |
Before Width: | Height: | Size: 47 KiB After Width: | Height: | Size: 47 KiB |
@ -1,8 +1,5 @@ |
|||||||
# SPDX-License-Identifier: Apache-2.0 |
# SPDX-License-Identifier: Apache-2.0 |
||||||
|
|
||||||
CONFIG_SOC_SERIES_STM32F4X=y |
|
||||||
CONFIG_SOC_STM32F407XG=y |
|
||||||
|
|
||||||
# Enable MPU |
# Enable MPU |
||||||
CONFIG_ARM_MPU=y |
CONFIG_ARM_MPU=y |
||||||
|
|
Loading…
Reference in new issue