1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-24 22:13:52 +01:00

14 lines
301 B
Plaintext

# SPDX-FileCopyrightText: 2023 Benjamin Valentin
# SPDX-License-Identifier: LGPL-2.1-only
config BOARD
default "hip-badge" if BOARD_HIP_BADGE
config BOARD_HIP_BADGE
bool
default y
select BOARD_COMMON_ESP32C3
select CPU_MODEL_ESP32C3
source "$(RIOTBOARD)/common/esp32c3/Kconfig"