Browse Source
Port the board to HWMv2. Signed-off-by: Abderrahmane Jarmouni <abderrahmane.jarmouni-ext@st.com>pull/69687/head
16 changed files with 16 additions and 26 deletions
@ -1,8 +0,0 @@
@@ -1,8 +0,0 @@
|
||||
# STM32F3DISCOVERY board configuration |
||||
|
||||
# Copyright (c) 2017 I-SENSE group of ICCS |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
config BOARD_STM32F3_DISCO |
||||
bool "STM32F3DISCOVERY Development Board" |
||||
depends on SOC_STM32F303XC |
@ -1,11 +0,0 @@
@@ -1,11 +0,0 @@
|
||||
# STM32F3DISCOVERY board configuration |
||||
|
||||
# Copyright (c) 2017 I-SENSE group of ICCS |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
if BOARD_STM32F3_DISCO |
||||
|
||||
config BOARD |
||||
default "stm32f3_disco" |
||||
|
||||
endif # BOARD_STM32F3_DISCO |
@ -1,4 +0,0 @@
@@ -1,4 +0,0 @@
|
||||
board_check_revision( |
||||
FORMAT LETTER |
||||
DEFAULT_REVISION B |
||||
) |
@ -0,0 +1,5 @@
@@ -0,0 +1,5 @@
|
||||
# Copyright (c) 2017 I-SENSE group of ICCS |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
config BOARD_STM32F3_DISCO |
||||
select SOC_STM32F303XC |
@ -0,0 +1,11 @@
@@ -0,0 +1,11 @@
|
||||
board: |
||||
name: stm32f3_disco |
||||
vendor: st |
||||
revision: |
||||
format: letter |
||||
default: "B" |
||||
revisions: |
||||
- name: "B" |
||||
- name: "E" |
||||
socs: |
||||
- name: stm32f303xc |
Before Width: | Height: | Size: 78 KiB After Width: | Height: | Size: 78 KiB |
Loading…
Reference in new issue