periph_rtc: streamline lpc2387 and cc430 naming

dev/timer
Oleg Hahm 8 years ago
parent 849580a9c9
commit 60cd0d357d

@ -1 +1 @@
FEATURES_PROVIDED += transceiver
FEATURES_PROVIDED += transceiver periph_rtc

@ -1 +1 @@
FEATURES_PROVIDED = transceiver
FEATURES_PROVIDED = transceiver periph_rtc

@ -1 +1 @@
FEATURES_PROVIDED += transceiver periph_pwm cpp
FEATURES_PROVIDED += transceiver periph_pwm periph_rtc cpp

@ -1,5 +1,5 @@
MODULE = cpu
DIRS = $(RIOTCPU)/msp430-common
DIRS = $(RIOTCPU)/msp430-common periph
include $(RIOTBASE)/Makefile.base

@ -1,3 +1,5 @@
INCLUDES += -I$(RIOTBASE)/cpu/cc430/include/
include $(RIOTCPU)/msp430-common/Makefile.include
export USEMODULE += periph

@ -8,8 +8,8 @@
*/
/**
* @ingroup rtc
* @file cc430-rtc.c
* @ingroup driver_periph_rtc
* @file
* @brief CC430 real time clock implementation
* @author Oliver Hahm <oliver.hahm@inria.fr>
*/

@ -10,9 +10,6 @@ endif
ifneq (,$(filter mci,$(USEMODULE)))
DIRS += mci
endif
ifneq (,$(filter rtc,$(USEMODULE)))
DIRS += rtc
endif
ifneq (,$(filter i2c,$(USEMODULE)))
DIRS += i2c
endif

@ -45,7 +45,6 @@ endif
ifneq (,$(filter msba2,$(BOARD)))
USEMODULE += sht11
USEMODULE += ltc4150
USEMODULE += rtc
USEMODULE += mci
USEMODULE += config
USEMODULE += random

Loading…
Cancel
Save