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:
parent
9fd882889f
commit
32e92e732d
|
|
@ -0,0 +1,4 @@
|
||||||
|
[manifest]
|
||||||
|
path = canfd_cdc_composite
|
||||||
|
file = west.yml
|
||||||
|
|
||||||
|
|
@ -1,10 +1,5 @@
|
||||||
identifier: ews
|
board:
|
||||||
name: EWS Board
|
name: ews
|
||||||
type: mcu
|
vendor: ews
|
||||||
arch: arm
|
socs:
|
||||||
family: stm32
|
|
||||||
series: stm32g0x
|
|
||||||
socs:
|
|
||||||
- name: stm32g0b1xx
|
- name: stm32g0b1xx
|
||||||
testing:
|
|
||||||
default: true
|
|
||||||
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
Loading…
Reference in New Issue