Browse Source
Port the board to HWMv2. Signed-off-by: Abderrahmane Jarmouni <abderrahmane.jarmouni-ext@st.com>pull/69687/head
8 changed files with 6 additions and 10 deletions
@ -1,8 +1,5 @@
@@ -1,8 +1,5 @@
|
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
CONFIG_SOC_SERIES_STM32F4X=y |
||||
CONFIG_SOC_STM32F411XE=y |
||||
|
||||
# Enable MPU |
||||
CONFIG_ARM_MPU=y |
||||
|
@ -1,8 +1,5 @@
@@ -1,8 +1,5 @@
|
||||
# 96Boards Neonkey Board Configuration |
||||
|
||||
# Copyright (c) 2017 Linaro Limited |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
config BOARD_96B_NEONKEY |
||||
bool "96Boards Neonkey" |
||||
depends on SOC_STM32F411XE |
||||
select SOC_STM32F411XE |
@ -0,0 +1,5 @@
@@ -0,0 +1,5 @@
|
||||
board: |
||||
name: 96b_neonkey |
||||
vendor: 96boards |
||||
socs: |
||||
- name: stm32f411xe |
Loading…
Reference in new issue