mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-19 03:23:49 +01:00
13 lines
286 B
Plaintext
13 lines
286 B
Plaintext
# SPDX-FileCopyrightText: 2020 Inria
|
|
# SPDX-License-Identifier: LGPL-2.1-only
|
|
|
|
config BOARD_HAS_HSE
|
|
bool
|
|
help
|
|
Indicates that the board is providing an HSE oscillator
|
|
|
|
config BOARD_HAS_LSE
|
|
bool
|
|
help
|
|
Indicates that the board is providing an LSE oscillator
|