2019-11-01 20:45:29 +08:00
|
|
|
# NUCLEO_F070RB board configuration
|
|
|
|
|
2018-03-16 08:58:11 +08:00
|
|
|
# Copyright (c) 2018 qianfan Zhao
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
if BOARD_NUCLEO_F070RB
|
|
|
|
|
|
|
|
config BOARD
|
2018-05-26 02:56:38 +08:00
|
|
|
default "nucleo_f070rb"
|
2018-03-16 08:58:11 +08:00
|
|
|
|
|
|
|
config SPI_STM32_INTERRUPT
|
|
|
|
default y
|
2020-04-17 02:52:22 +08:00
|
|
|
depends on SPI
|
2018-03-16 08:58:11 +08:00
|
|
|
|
|
|
|
endif # BOARD_NUCLEO_F070RB
|