1# Copyright (c) 2020 Brian Bradley 2# SPDX-License-Identifier: Apache-2.0 3 4# STM32F411CE based Black Pill V2.0+ board configuration 5 6config BOARD_BLACKPILL_F411CE 7 bool "WeAct Studio Black Pill V2.0+ Board" 8 depends on SOC_STM32F411XE 9