70fee18d40
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>
16 lines
288 B
Plaintext
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
|