boards: added missing UART feature
added for: - airfy-beacon - arduino-mega2560 - cc2538dk - msbiot - openmote - pca1000[0|5] - spark-core - stm32f4discovery - yunjia-nrf51822dev/timer
parent
e859d74ea4
commit
3db9935fa5
@ -1,2 +1,2 @@
|
||||
FEATURES_PROVIDED += cpp
|
||||
FEATURES_PROVIDED += periph_gpio periph_random periph_rtt periph_cpuid
|
||||
FEATURES_PROVIDED += periph_uart periph_gpio periph_random periph_rtt periph_cpuid
|
||||
|
@ -1 +1 @@
|
||||
FEATURES_PROVIDED +=
|
||||
FEATURES_PROVIDED += periph_uart
|
||||
|
@ -1,2 +1,2 @@
|
||||
FEATURES_PROVIDED += cpp
|
||||
FEATURES_PROVIDED += periph_gpio periph_random periph_cpuid
|
||||
FEATURES_PROVIDED += periph_uart periph_gpio periph_random periph_cpuid
|
||||
|
@ -1,3 +1,3 @@
|
||||
FEATURES_PROVIDED += cpp
|
||||
FEATURES_PROVIDED += periph_gpio
|
||||
FEATURES_PROVIDED += periph_uart periph_gpio
|
||||
FEATURES_PROVIDED += transceiver
|
||||
|
@ -1,2 +1,2 @@
|
||||
FEATURES_PROVIDED += cpp
|
||||
FEATURES_PROVIDED += periph_gpio periph_random periph_cpuid
|
||||
FEATURES_PROVIDED += periph_uart periph_gpio periph_random periph_cpuid
|
||||
|
@ -1,2 +1,2 @@
|
||||
FEATURES_PROVIDED += cpp
|
||||
FEATURES_PROVIDED += periph_gpio periph_random periph_rtt periph_cpuid
|
||||
FEATURES_PROVIDED += periph_uart periph_gpio periph_random periph_rtt periph_cpuid
|
||||
|
@ -1,2 +1,2 @@
|
||||
FEATURES_PROVIDED += cpp
|
||||
FEATURES_PROVIDED += periph_gpio periph_random periph_rtt periph_cpuid
|
||||
FEATURES_PROVIDED += periph_uart periph_gpio periph_random periph_rtt periph_cpuid
|
||||
|
@ -1 +1,2 @@
|
||||
FEATURES_PROVIDED += cpp
|
||||
FEATURES_PROVIDED += periph_uart
|
||||
|
@ -1 +1,3 @@
|
||||
FEATURES_PROVIDED += periph_gpio periph_spi periph_i2c periph_pwm periph_random periph_adc periph_dac cpp
|
||||
FEATURES_PROVIDED += cpp
|
||||
FEATURES_PROVIDED += periph_uart periph_gpio periph_spi periph_i2c periph_pwm periph_random \
|
||||
periph_adc periph_dac
|
||||
|
@ -1,2 +1,2 @@
|
||||
FEATURES_PROVIDED += cpp
|
||||
FEATURES_PROVIDED += periph_gpio periph_random periph_rtt periph_cpuid
|
||||
FEATURES_PROVIDED += periph_uart periph_gpio periph_random periph_rtt periph_cpuid
|
||||
|
Loading…
Reference in New Issue