Browse Source
Port the board to HWMv2. Signed-off-by: Erwan Gouriou <erwan.gouriou@st.com>pull/69687/head
12 changed files with 11 additions and 15 deletions
@ -1,8 +1,5 @@ |
|||||||
# SENSORTILE_BOX_PRO board configuration |
|
||||||
|
|
||||||
# Copyright (c) 2023 STMicroelectronics |
# Copyright (c) 2023 STMicroelectronics |
||||||
# SPDX-License-Identifier: Apache-2.0 |
# SPDX-License-Identifier: Apache-2.0 |
||||||
|
|
||||||
config BOARD_SENSORTILE_BOX_PRO |
config BOARD_SENSORTILE_BOX_PRO |
||||||
bool "SENSORTILE_BOX_PRO Board" |
select SOC_STM32U585XX |
||||||
depends on SOC_STM32U585XX |
|
@ -0,0 +1,5 @@ |
|||||||
|
board: |
||||||
|
name: sensortile_box_pro |
||||||
|
vendor: st |
||||||
|
socs: |
||||||
|
- name: stm32u585xx |
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 26 KiB |
@ -1,8 +1,5 @@ |
|||||||
# SPDX-License-Identifier: Apache-2.0 |
# SPDX-License-Identifier: Apache-2.0 |
||||||
|
|
||||||
CONFIG_SOC_SERIES_STM32U5X=y |
|
||||||
CONFIG_SOC_STM32U585XX=y |
|
||||||
|
|
||||||
# Enable MPU |
# Enable MPU |
||||||
CONFIG_ARM_MPU=y |
CONFIG_ARM_MPU=y |
||||||
|
|
Loading…
Reference in new issue