1# Copyright (c) 2020 Kalyan Sriram 2# SPDX-License-Identifier: Apache-2.0 3 4# STM32F401CE based Black Pill V3.0+ board configuration 5 6config BOARD_BLACKPILL_F401CE 7 bool "WeAct Studio Black Pill V3.0+ Board" 8 depends on SOC_STM32F401XE 9