651854a323
Support the ST STM32G081B Evaluation board with STM32G081RB SoC Tested with: - `samples/basic/blinky` - `samples/basic/button` Flashed samples via On-Board ST-LINK with: - west flash Signed-off-by: Sam Hurst <sbh1187@gmail.com>
12 lines
222 B
Plaintext
12 lines
222 B
Plaintext
# STM32G081B evaluation board configuration
|
|
|
|
# Copyright 2021 The Chromium OS Authors
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if BOARD_STM32G081B_EVAL
|
|
|
|
config BOARD
|
|
default "stm32g081b_eval"
|
|
|
|
endif # BOARD_STM32G081B_EVAL
|