808cc68e4c
This commit adds support for the seeed studio LoRa-E5 Dev board, which is powered by a module based on stm32wle5jc soc. Signed-off-by: Thomas Stranger <thomas.stranger@outlook.com>
12 lines
214 B
Plaintext
12 lines
214 B
Plaintext
# LoRa-E5 Dev board configuration
|
|
|
|
# Copyright (c) 2021 Thomas Stranger
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if BOARD_LORA_E5_DEV_BOARD
|
|
|
|
config BOARD
|
|
default "lora_e5_dev_board"
|
|
|
|
endif # BOARD_LORA_E5_DEV_BOARD
|