# Copyright (c) 2021 Freie Universität Berlin # # This file is subject to the terms and conditions of the GNU Lesser # General Public License v2.1. See the file LICENSE in the top level # directory for more details. # config BOARD default "nucleo-wl55jc" if BOARD_NUCLEO_WL55JC config BOARD_NUCLEO_WL55JC bool default y select BOARD_COMMON_NUCLEO64 select CPU_MODEL_STM32WL55JC config CLOCK_HSE default 32000000 source "$(RIOTBOARD)/common/nucleo64/Kconfig"