mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-24 05:53:49 +01:00
14 lines
327 B
Plaintext
14 lines
327 B
Plaintext
# SPDX-FileCopyrightText: 2020 Inria
|
|
# SPDX-License-Identifier: LGPL-2.1-only
|
|
|
|
config BOARD
|
|
default "stm32f429i-disco" if BOARD_STM32F429I_DISCO
|
|
|
|
config BOARD_STM32F429I_DISCO
|
|
bool
|
|
default y
|
|
select CPU_MODEL_STM32F429ZI
|
|
|
|
source "$(RIOTBOARD)/common/stm32/Kconfig"
|
|
source "$(RIOTBOARD)/stm32f429i-disc1/Kconfig"
|