Browse Source
Port the board to HWMv2. Signed-off-by: Abderrahmane Jarmouni <abderrahmane.jarmouni-ext@st.com>pull/69687/head
15 changed files with 10 additions and 14 deletions
@ -0,0 +1,5 @@ |
|||||||
|
# Copyright (c) 2024 BayLibre |
||||||
|
# SPDX-License-Identifier: Apache-2.0 |
||||||
|
|
||||||
|
config BOARD_ADI_SDP_K1 |
||||||
|
select SOC_STM32F469XX |
@ -1,8 +1,5 @@ |
|||||||
# SPDX-License-Identifier: Apache-2.0 |
# SPDX-License-Identifier: Apache-2.0 |
||||||
|
|
||||||
CONFIG_SOC_SERIES_STM32F4X=y |
|
||||||
CONFIG_SOC_STM32F469XX=y |
|
||||||
|
|
||||||
# Enable MPU |
# Enable MPU |
||||||
CONFIG_ARM_MPU=y |
CONFIG_ARM_MPU=y |
||||||
|
|
@ -0,0 +1,5 @@ |
|||||||
|
board: |
||||||
|
name: adi_sdp_k1 |
||||||
|
vendor: adi |
||||||
|
socs: |
||||||
|
- name: stm32f469xx |
Before Width: | Height: | Size: 91 KiB After Width: | Height: | Size: 91 KiB |
Before Width: | Height: | Size: 94 KiB After Width: | Height: | Size: 94 KiB |
Before Width: | Height: | Size: 95 KiB After Width: | Height: | Size: 95 KiB |
Loading…
Reference in new issue