boards: Convert 96b_argonkey to HWM v2
Port the board to HWMv2. Signed-off-by: Abderrahmane Jarmouni <abderrahmane.jarmouni-ext@st.com>
This commit is contained in:
committed by
Jamie McCrae
parent
ee6ede7119
commit
18d867b0a9
@@ -1,8 +1,5 @@
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
CONFIG_SOC_SERIES_STM32F4X=y
|
||||
CONFIG_SOC_STM32F412CX=y
|
||||
|
||||
# Enable MPU
|
||||
CONFIG_ARM_MPU=y
|
||||
|
||||
@@ -1,8 +1,5 @@
|
||||
# 96Boards Argonkey Board Configuration
|
||||
|
||||
# Copyright (c) 2018 STMicroelectronics
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
config BOARD_96B_ARGONKEY
|
||||
bool "96Boards Argonkey"
|
||||
depends on SOC_STM32F412CX
|
||||
select SOC_STM32F412CX
|
||||
@@ -5,9 +5,6 @@
|
||||
|
||||
if BOARD_96B_ARGONKEY
|
||||
|
||||
config BOARD
|
||||
default "96b_argonkey"
|
||||
|
||||
if LSM6DSL
|
||||
|
||||
choice LSM6DSL_TRIGGER_MODE
|
||||
5
boards/96boards/96b_argonkey/board.yml
Normal file
5
boards/96boards/96b_argonkey/board.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
board:
|
||||
name: 96b_argonkey
|
||||
vendor: 96boards
|
||||
socs:
|
||||
- name: stm32f412cx
|
||||
|
Before Width: | Height: | Size: 47 KiB After Width: | Height: | Size: 47 KiB |
Reference in New Issue
Block a user