mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-19 03:23:49 +01:00
16 lines
308 B
Plaintext
16 lines
308 B
Plaintext
# SPDX-FileCopyrightText: 2020 Inria
|
|
# SPDX-License-Identifier: LGPL-2.1-only
|
|
|
|
config BOARD_COMMON_IOTLAB
|
|
bool
|
|
select CPU_MODEL_STM32F103RE
|
|
|
|
# Clock configuration
|
|
select BOARD_HAS_HSE
|
|
select BOARD_HAS_LSE
|
|
|
|
config CLOCK_HSE
|
|
default 16000000
|
|
|
|
source "$(RIOTBOARD)/common/stm32/Kconfig"
|