Browse Source
Port the board to HWMv2. Signed-off-by: Abderrahmane Jarmouni <abderrahmane.jarmouni-ext@st.com>pull/69687/head
11 changed files with 10 additions and 14 deletions
@ -1,8 +0,0 @@
@@ -1,8 +0,0 @@
|
||||
# 96boards Carbon STMF401RE board configuration |
||||
|
||||
# Copyright (c) 2016 Linaro Limited. |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
config BOARD_96B_CARBON |
||||
bool "96Boards Carbon (STM32F401)" |
||||
depends on SOC_STM32F401XE |
@ -1,8 +1,5 @@
@@ -1,8 +1,5 @@
|
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
CONFIG_SOC_SERIES_STM32F4X=y |
||||
CONFIG_SOC_STM32F401XE=y |
||||
|
||||
# Enable MPU |
||||
CONFIG_ARM_MPU=y |
||||
|
@ -0,0 +1,5 @@
@@ -0,0 +1,5 @@
|
||||
# Copyright (c) 2016 Linaro Limited. |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
config BOARD_96B_CARBON |
||||
select SOC_STM32F401XE |
@ -0,0 +1,5 @@
@@ -0,0 +1,5 @@
|
||||
board: |
||||
name: 96b_carbon |
||||
vendor: seeed |
||||
socs: |
||||
- name: stm32f401xe |
Loading…
Reference in new issue