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:
parent
7f07622543
commit
91ecf40f7b
|
|
@ -0,0 +1,5 @@
|
||||||
|
# Copyright (c) 2025 EWS
|
||||||
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
|
config BOARD_EWS
|
||||||
|
select SOC_STM32G0B1XX
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
board:
|
board:
|
||||||
name: ews
|
name: ews
|
||||||
|
full_name: EWS Board
|
||||||
vendor: others
|
vendor: others
|
||||||
socs:
|
socs:
|
||||||
- name: stm32g0b1xx
|
- name: stm32g0b1xx
|
||||||
Loading…
Reference in New Issue