99ab33d117
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>
12 lines
218 B
Plaintext
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
|