Browse Source
Port the board to HWMv2. Signed-off-by: Erwan Gouriou <erwan.gouriou@st.com>pull/69687/head
14 changed files with 11 additions and 16 deletions
@ -1,8 +0,0 @@
@@ -1,8 +0,0 @@
|
||||
# STM32 Nucleo-64 development board with STM32L073RZ MCU configuration |
||||
|
||||
# Copyright (c) 2018 Ilya Tagunov <tagunil@gmail.com> |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
config BOARD_NUCLEO_L073RZ |
||||
bool "NUCLEO-64 L073RZ Development Board" |
||||
depends on SOC_STM32L073XX |
@ -0,0 +1,5 @@
@@ -0,0 +1,5 @@
|
||||
# Copyright (c) 2018 Ilya Tagunov <tagunil@gmail.com> |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
config BOARD_NUCLEO_L073RZ |
||||
select SOC_STM32L073XX |
@ -0,0 +1,5 @@
@@ -0,0 +1,5 @@
|
||||
board: |
||||
name: nucleo_l073rz |
||||
vendor: st |
||||
socs: |
||||
- name: stm32l073xx |
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 32 KiB |
Before Width: | Height: | Size: 73 KiB After Width: | Height: | Size: 73 KiB |
@ -1,11 +1,7 @@
@@ -1,11 +1,7 @@
|
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
# Zephyr Kernel Configuration |
||||
CONFIG_SOC_SERIES_STM32L0X=y |
||||
|
||||
# Platform Configuration |
||||
CONFIG_SOC_STM32L073XX=y |
||||
|
||||
# Enable MPU |
||||
CONFIG_ARM_MPU=y |
||||
|
Loading…
Reference in new issue