boards: added SPI definitions for NRF based boards
added SPI defines for - yunjia-nrf51822 - pca10005 - airfy-beacondev/timer
parent
66e7646091
commit
346810ce12
@ -1,3 +1,4 @@
|
||||
FEATURES_PROVIDED += cpp
|
||||
FEATURES_PROVIDED += periph_uart periph_gpio periph_random periph_rtt periph_cpuid
|
||||
FEATURES_PROVIDED += periph_uart periph_gpio periph_random periph_rtt \
|
||||
periph_cpuid periph_spi
|
||||
FEATURES_MCU_GROUP = cortex_m0
|
||||
|
@ -1,3 +1,4 @@
|
||||
FEATURES_PROVIDED += cpp
|
||||
FEATURES_PROVIDED += periph_uart periph_gpio periph_random periph_rtt periph_cpuid
|
||||
FEATURES_PROVIDED += periph_uart periph_gpio periph_random periph_rtt \
|
||||
periph_cpuid periph_spi
|
||||
FEATURES_MCU_GROUP = cortex_m0
|
||||
|
@ -1,3 +1,4 @@
|
||||
FEATURES_PROVIDED += cpp
|
||||
FEATURES_PROVIDED += periph_uart periph_gpio periph_random periph_rtt periph_cpuid
|
||||
FEATURES_PROVIDED += periph_uart periph_gpio periph_random periph_rtt \
|
||||
periph_cpuid periph_spi
|
||||
FEATURES_MCU_GROUP = cortex_m0
|
||||
|
Loading…
Reference in New Issue