Skip to content

Commit

Permalink
Update to hardware model V2
Browse files Browse the repository at this point in the history
  • Loading branch information
clementlgl committed Jul 31, 2024
1 parent c50c850 commit 572672f
Show file tree
Hide file tree
Showing 11 changed files with 10 additions and 22 deletions.
8 changes: 0 additions & 8 deletions boards/arm/zest_core_stm32l4a6rg/Kconfig.board

This file was deleted.

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

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Copyright (c) 2023 CATIE
# SPDX-License-Identifier: Apache-2.0

config BOARD_ZEST_CORE_STM32L4A6RG
select SOC_STM32L4A6XX
5 changes: 5 additions & 0 deletions boards/catie/zest_core_stm32l4a6rg/board.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
board:
name: zest_core_stm32l4a6rg
vendor: catie
socs:
- name: stm32l4a6xx
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
# Copyright (c) 2023 CATIE
# SPDX-License-Identifier: Apache-2.0

CONFIG_SOC_SERIES_STM32L4X=y
CONFIG_SOC_STM32L4A6XX=y

# enable uart driver
CONFIG_SERIAL=y

Expand Down

0 comments on commit 572672f

Please sign in to comment.