16 lines
289 B
Plaintext
16 lines
289 B
Plaintext
# Copyright (c) 2022 Linaro Limited
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
# F401CE based Black Pill V3.0+ board board configuration
|
|
|
|
if BOARD_BLACKPILL_F401CC
|
|
|
|
config BOARD
|
|
default "blackpill_f401cc"
|
|
|
|
config SPI_STM32_INTERRUPT
|
|
default y
|
|
depends on SPI
|
|
|
|
endif # BOARD_BLACKPILL_F401CC
|