blob: b744528f3861c00d0dcd2e938bb9eaf633bfd8c9 (
plain)
| 1
2
3
4
5
6
7
8
 | # STM32F3DISCOVERY board configuration
# Copyright (c) 2017 I-SENSE group of ICCS
# SPDX-License-Identifier: MIT
config BOARD_STM32F3_DISCO
	bool "STM32F3DISCOVERY Development Board"
	depends on SOC_STM32F303XC
 |