63e9e37fc3
Add support for the Wio Terminal board, including support of its sensors, MicroSD and LCD. Tested with samples already available. Signed-off-by: Joel Guittet <joelguittet@gmail.com>
9 lines
178 B
Plaintext
9 lines
178 B
Plaintext
# Copyright (c) 2023 Joel Guittet
|
|
# Wio Terminal board configuration
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config BOARD
|
|
default "wio_terminal"
|
|
depends on BOARD_WIO_TERMINAL
|