zephyr/boards/arm/b_g474e_dpow1/Kconfig.defconfig
Sam Hurst 99ab33d117 boards: arm: add support for B-G474E-DPOW1
Support the ST B-G474E-DPOW1 Discovery kit with STM32G474RE MCU

Tested with:
    - `samples/basic/blinky`
    - `samples/hello_world`
    - `samples/basic/button`

Flashed samples via On-Board ST-LINK with:
    - west flash

Signed-off-by: Sam Hurst <sbh1187@gmail.com>
2022-03-21 09:51:26 -05:00

12 lines
218 B
Plaintext

# B-G474E-DPOW1 Discovery board configuration
# Copyright 2022 The Chromium OS Authors
# SPDX-License-Identifier: Apache-2.0
if BOARD_B_G474E_DPOW1
config BOARD
default "b_g474e_bpow1"
endif # BOARD_B_G474E_DPOW1