boards: Convert olimex_stm32_h407 to HWM v2
Port the board to HWMv2. Signed-off-by: Abderrahmane Jarmouni <abderrahmane.jarmouni-ext@st.com>
This commit is contained in:
committed by
Jamie McCrae
parent
834bdb615e
commit
1f5e228ec8
@@ -1,11 +0,0 @@
|
||||
# OLIMEX-STM32-H407 board configuration
|
||||
|
||||
# Copyright (c) 2018, Reto Schneider <code@reto-schneider.ch>
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
if BOARD_OLIMEX_STM32_H407
|
||||
|
||||
config BOARD
|
||||
default "olimex_stm32_h407"
|
||||
|
||||
endif # BOARD_OLIMEX_STM32_H407
|
||||
@@ -1,8 +1,5 @@
|
||||
# OLIMEX-STM32-H407 board configuration
|
||||
|
||||
# Copyright (c) 2018, Reto Schneider <code@reto-schneider.ch>
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
config BOARD_OLIMEX_STM32_H407
|
||||
bool "OLIMEX-STM32-H407 Development Board"
|
||||
depends on SOC_STM32F407XG
|
||||
select SOC_STM32F407XG
|
||||
5
boards/olimex/olimex_stm32_h407/board.yml
Normal file
5
boards/olimex/olimex_stm32_h407/board.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
board:
|
||||
name: olimex_stm32_h407
|
||||
vendor: olimex
|
||||
socs:
|
||||
- name: stm32f407xx
|
||||
|
Before Width: | Height: | Size: 71 KiB After Width: | Height: | Size: 71 KiB |
|
Before Width: | Height: | Size: 64 KiB After Width: | Height: | Size: 64 KiB |
@@ -1,8 +1,5 @@
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
CONFIG_SOC_SERIES_STM32F4X=y
|
||||
CONFIG_SOC_STM32F407XG=y
|
||||
|
||||
# Enable MPU
|
||||
CONFIG_ARM_MPU=y
|
||||
|
||||
Reference in New Issue
Block a user