mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-16 10:03:50 +01:00
14 lines
333 B
Plaintext
14 lines
333 B
Plaintext
# SPDX-FileCopyrightText: 2020 HAW Hamburg
|
|
# SPDX-License-Identifier: LGPL-2.1-only
|
|
|
|
config BOARD
|
|
default "esp32-heltec-lora32-v2" if BOARD_ESP32_HELTEC_LORA32_V2
|
|
|
|
config BOARD_ESP32_HELTEC_LORA32_V2
|
|
bool
|
|
default y
|
|
select BOARD_COMMON_ESP32
|
|
select CPU_MODEL_ESP32_D0WD
|
|
|
|
source "$(RIOTBOARD)/common/esp32/Kconfig"
|