1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-16 10:03:50 +01:00

boards: added missing UART feature

added for:
- airfy-beacon
- arduino-mega2560
- cc2538dk
- msbiot
- openmote
- pca1000[0|5]
- spark-core
- stm32f4discovery
- yunjia-nrf51822
This commit is contained in:
Hauke Petersen 2014-12-08 18:13:34 +01:00
parent e859d74ea4
commit 3db9935fa5
10 changed files with 12 additions and 9 deletions

View File

@ -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

View File

@ -1 +1 @@
FEATURES_PROVIDED +=
FEATURES_PROVIDED += periph_uart

View File

@ -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

View File

@ -1,3 +1,3 @@
FEATURES_PROVIDED += cpp
FEATURES_PROVIDED += periph_gpio
FEATURES_PROVIDED += periph_uart periph_gpio
FEATURES_PROVIDED += transceiver

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -1 +1,2 @@
FEATURES_PROVIDED += cpp
FEATURES_PROVIDED += periph_uart

View File

@ -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

View File

@ -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