Add missing Kconfig.ews to fix ARCH not defined error

- Add Kconfig.ews file with SOC_STM32G0B1XX selection
- Add full_name to board.yml (matching nucleo_g0b1re format)
- Copy exact structure from working ST Nucleo board
- This should fix the ARCH not defined error
This commit is contained in:
Eduard Iten 2025-12-08 12:14:30 +01:00
parent 7f07622543
commit 91ecf40f7b
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,5 @@
# Copyright (c) 2025 EWS
# SPDX-License-Identifier: Apache-2.0
config BOARD_EWS
select SOC_STM32G0B1XX

View File

@ -1,5 +1,6 @@
board: board:
name: ews name: ews
full_name: EWS Board
vendor: others vendor: others
socs: socs:
- name: stm32g0b1xx - name: stm32g0b1xx