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,8 +1,5 @@
@@ -1,8 +1,5 @@
|
||||
# Adafruit Feather STM32F405 Express board configuration |
||||
|
||||
# Copyright (c) 2020 Lucian Copeland for Adafruit Industries |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
config BOARD_ADAFRUIT_FEATHER_STM32F405 |
||||
bool "Feather STM32F405 Express Board" |
||||
depends on SOC_STM32F405XG |
||||
select SOC_STM32F405XG |
@ -1,8 +1,5 @@
@@ -1,8 +1,5 @@
|
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
CONFIG_SOC_SERIES_STM32F4X=y |
||||
CONFIG_SOC_STM32F405XG=y |
||||
|
||||
# Enable MPU |
||||
CONFIG_ARM_MPU=y |
||||
|
@ -0,0 +1,5 @@
@@ -0,0 +1,5 @@
|
||||
board: |
||||
name: adafruit_feather_stm32f405 |
||||
vendor: adafruit |
||||
socs: |
||||
- name: stm32f405xx |
Before Width: | Height: | Size: 47 KiB After Width: | Height: | Size: 47 KiB |
@ -1,11 +0,0 @@
@@ -1,11 +0,0 @@
|
||||
# Adafruit Feather STM32F405 Express board configuration |
||||
|
||||
# Copyright (c) 2020 Lucian Copeland for Adafruit Industries. |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
if BOARD_ADAFRUIT_FEATHER_STM32F405 |
||||
|
||||
config BOARD |
||||
default "adafruit_feather_stm32f405" |
||||
|
||||
endif # BOARD_ADAFRUIT_FEATHER_STM32F405 |
Loading…
Reference in new issue