2020-07-15 11:52:40 +02:00
|
|
|
# Copyright (c) 2020 Inria
|
|
|
|
#
|
|
|
|
# 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_COMMON_NUCLEO64
|
|
|
|
bool
|
2020-10-23 15:38:54 +02:00
|
|
|
|
2020-12-15 12:23:41 +01:00
|
|
|
# Clock configuration
|
|
|
|
select BOARD_HAS_HSE if !CPU_FAM_G0 && !CPU_FAM_L0 && !CPU_FAM_L1 && !CPU_FAM_L4
|
2021-10-18 11:22:27 +02:00
|
|
|
select BOARD_HAS_LSE if !BOARD_NUCLEO_L152RE
|
2020-12-15 12:23:41 +01:00
|
|
|
|
2021-05-19 17:41:00 +02:00
|
|
|
source "$(RIOTBOARD)/common/nucleo/Kconfig"
|
2020-10-23 15:38:54 +02:00
|
|
|
source "$(RIOTBOARD)/common/stm32/Kconfig"
|