zephyr/boards/arm/blackpill_f401ce/Kconfig.defconfig
Kalyan Sriram 70fee18d40 boards: arm: add blackpill_f401ce board definition
Duplicates the existing blackpill_f411ce board definition for the
blackpill_f401ce board (WeAct Blackpill V3.0), which has identical specs
except for 84MHz clock (instead of 100Mhz) and 96K SRAM (instead of
128K).

Signed-off-by: Kalyan Sriram <coder.kalyan@gmail.com>
2020-11-20 10:57:12 +01:00

16 lines
288 B
Plaintext

# Copyright (c) 2020 Kalyan Sriram
# SPDX-License-Identifier: Apache-2.0
# F401CE based Black Pill V3.0+ board board configuration
if BOARD_BLACKPILL_F401CE
config BOARD
default "blackpill_f401ce"
config SPI_STM32_INTERRUPT
default y
depends on SPI
endif # BOARD_BLACKPILL_F401CE