Fix board.yml format for Zephyr 4.2.0

- Update board.yml to new Zephyr 4.2 format with 'board:' root key
- Add CONFIG_BOARD_EWS=y to defconfig
- Remove west workspace files (not needed in git)
This commit is contained in:
Eduard Iten 2025-12-08 11:37:14 +01:00
parent 9fd882889f
commit 32e92e732d
4 changed files with 26 additions and 10 deletions

4
firmware/.west/config Normal file
View File

@ -0,0 +1,4 @@
[manifest]
path = canfd_cdc_composite
file = west.yml

View File

@ -1,10 +1,5 @@
identifier: ews board:
name: EWS Board name: ews
type: mcu vendor: ews
arch: arm socs:
family: stm32 - name: stm32g0b1xx
series: stm32g0x
socs:
- name: stm32g0b1xx
testing:
default: true

View File

@ -1,5 +1,6 @@
# EWS Board Configuration # EWS Board Configuration
CONFIG_BOARD_EWS=y
CONFIG_SOC_SERIES_STM32G0X=y CONFIG_SOC_SERIES_STM32G0X=y
CONFIG_SOC_STM32G0B1XX=y CONFIG_SOC_STM32G0B1XX=y

View File

@ -0,0 +1,16 @@
manifest:
defaults:
remote: upstream
remotes:
- name: upstream
url-base: https://github.com/zephyrproject-rtos
projects:
- name: zephyr
remote: upstream
revision: main
import: true
self:
path: app