Skip to content

Commit

Permalink
boards: Convert nucleo_c031c6 to HWM v2
Browse files Browse the repository at this point in the history
Port the board to HWMv2.

Signed-off-by: Guillaume Gautier <guillaume.gautier-ext@st.com>
  • Loading branch information
gautierg-st authored and nordicjm committed Feb 8, 2024
1 parent e5513fa commit 96183b1
Show file tree
Hide file tree
Showing 11 changed files with 10 additions and 25 deletions.
8 changes: 0 additions & 8 deletions boards/boards_legacy/arm/nucleo_c031c6/Kconfig.board

This file was deleted.

11 changes: 0 additions & 11 deletions boards/boards_legacy/arm/nucleo_c031c6/Kconfig.defconfig

This file was deleted.

5 changes: 5 additions & 0 deletions boards/st/nucleo_c031c6/Kconfig.nucleo_c031c6
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Copyright (c) 2023 Benjamin Björnsson <benjamin.bjornsson@gmail.com>
# SPDX-License-Identifier: Apache-2.0

config BOARD_NUCLEO_C031C6
select SOC_STM32C031XX
File renamed without changes.
5 changes: 5 additions & 0 deletions boards/st/nucleo_c031c6/board.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
board:
name: nucleo_c031c6
vendor: st
socs:
- name: stm32c031xx
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
# SPDX-License-Identifier: Apache-2.0

# Zephyr Kernel Configuration
CONFIG_SOC_SERIES_STM32C0X=y

# Platform Configuration
CONFIG_SOC_STM32C031XX=y

# Serial Drivers
CONFIG_SERIAL=y
CONFIG_UART_INTERRUPT_DRIVEN=y
Expand Down

0 comments on commit 96183b1

Please sign in to comment.