Port the board to HWMv2. Signed-off-by: Francois Ramu <francois.ramu@st.com>pull/69687/head
@ -1,8 +0,0 @@ |
|||||||
# NUCLEO-144 F207ZG board configuration |
|
||||||
|
|
||||||
# Copyright (c) 2018 qianfan Zhao |
|
||||||
# SPDX-License-Identifier: Apache-2.0 |
|
||||||
|
|
||||||
config BOARD_NUCLEO_F207ZG |
|
||||||
bool "NUCLEO-144 F207ZG Development Board" |
|
||||||
depends on SOC_STM32F207XX |
|
@ -0,0 +1,5 @@ |
|||||||
|
# Copyright (c) 2018 qianfan Zhao |
||||||
|
# SPDX-License-Identifier: Apache-2.0 |
||||||
|
|
||||||
|
config BOARD_NUCLEO_F207ZG |
||||||
|
select SOC_STM32F207XX |
@ -0,0 +1,5 @@ |
|||||||
|
board: |
||||||
|
name: nucleo_f207zg |
||||||
|
vendor: st |
||||||
|
socs: |
||||||
|
- name: stm32f207xx |
Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 44 KiB |
Before Width: | Height: | Size: 81 KiB After Width: | Height: | Size: 81 KiB |
Before Width: | Height: | Size: 83 KiB After Width: | Height: | Size: 83 KiB |
Before Width: | Height: | Size: 70 KiB After Width: | Height: | Size: 70 KiB |
Before Width: | Height: | Size: 78 KiB After Width: | Height: | Size: 78 KiB |
@ -1,8 +1,5 @@ |
|||||||
# SPDX-License-Identifier: Apache-2.0 |
# SPDX-License-Identifier: Apache-2.0 |
||||||
|
|
||||||
CONFIG_SOC_SERIES_STM32F2X=y |
|
||||||
CONFIG_SOC_STM32F207XX=y |
|
||||||
|
|
||||||
CONFIG_SERIAL=y |
CONFIG_SERIAL=y |
||||||
|
|
||||||
# Enable MPU |
# Enable MPU |