Browse Source
Port the board to HWMv2. Signed-off-by: Abderrahmane Jarmouni <abderrahmane.jarmouni-ext@st.com>pull/69687/head
14 changed files with 10 additions and 22 deletions
@ -1,8 +0,0 @@ |
|||||||
# NUCLEO-64 F303RE board configuration |
|
||||||
|
|
||||||
# Copyright (c) 2020 Paul M. Bendixen |
|
||||||
# SPDX-License-Identifier: Apache-2.0 |
|
||||||
|
|
||||||
config BOARD_NUCLEO_F303RE |
|
||||||
bool "NUCLEO-64 F303RE Development Board" |
|
||||||
depends on SOC_STM32F303XE |
|
@ -1,11 +0,0 @@ |
|||||||
# NUCLEO-64 F302R8 board configuration |
|
||||||
|
|
||||||
# Copyright (c) 2020 Paul M. Bendixen |
|
||||||
# SPDX-License-Identifier: Apache-2.0 |
|
||||||
|
|
||||||
if BOARD_NUCLEO_F303RE |
|
||||||
|
|
||||||
config BOARD |
|
||||||
default "nucleo_f303re" |
|
||||||
|
|
||||||
endif # BOARD_NUCLEO_F303RE |
|
@ -0,0 +1,5 @@ |
|||||||
|
# Copyright (c) 2020 Paul M. Bendixen |
||||||
|
# SPDX-License-Identifier: Apache-2.0 |
||||||
|
|
||||||
|
config BOARD_NUCLEO_F303RE |
||||||
|
select SOC_STM32F303XE |
@ -0,0 +1,5 @@ |
|||||||
|
board: |
||||||
|
name: nucleo_f303re |
||||||
|
vendor: st |
||||||
|
socs: |
||||||
|
- name: stm32f303xe |
Before Width: | Height: | Size: 70 KiB After Width: | Height: | Size: 70 KiB |
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB |
@ -1,8 +1,5 @@ |
|||||||
# SPDX-License-Identifier: Apache-2.0 |
# SPDX-License-Identifier: Apache-2.0 |
||||||
|
|
||||||
CONFIG_SOC_SERIES_STM32F3X=y |
|
||||||
CONFIG_SOC_STM32F303XE=y |
|
||||||
|
|
||||||
CONFIG_SERIAL=y |
CONFIG_SERIAL=y |
||||||
|
|
||||||
# Enable MPU |
# Enable MPU |
Loading…
Reference in new issue