periph_rtc: streamline lpc2387 and cc430 naming
This commit is contained in:
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
|
MODULE = cpu
|
||||||
|
|
||||||
DIRS = $(RIOTCPU)/msp430-common
|
DIRS = $(RIOTCPU)/msp430-common periph
|
||||||
|
|
||||||
include $(RIOTBASE)/Makefile.base
|
include $(RIOTBASE)/Makefile.base
|
||||||
|
|||||||
@ -1,3 +1,5 @@
|
|||||||
INCLUDES += -I$(RIOTBASE)/cpu/cc430/include/
|
INCLUDES += -I$(RIOTBASE)/cpu/cc430/include/
|
||||||
|
|
||||||
include $(RIOTCPU)/msp430-common/Makefile.include
|
include $(RIOTCPU)/msp430-common/Makefile.include
|
||||||
|
|
||||||
|
export USEMODULE += periph
|
||||||
|
|||||||
@ -8,8 +8,8 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @ingroup rtc
|
* @ingroup driver_periph_rtc
|
||||||
* @file cc430-rtc.c
|
* @file
|
||||||
* @brief CC430 real time clock implementation
|
* @brief CC430 real time clock implementation
|
||||||
* @author Oliver Hahm <oliver.hahm@inria.fr>
|
* @author Oliver Hahm <oliver.hahm@inria.fr>
|
||||||
*/
|
*/
|
||||||
@ -10,9 +10,6 @@ endif
|
|||||||
ifneq (,$(filter mci,$(USEMODULE)))
|
ifneq (,$(filter mci,$(USEMODULE)))
|
||||||
DIRS += mci
|
DIRS += mci
|
||||||
endif
|
endif
|
||||||
ifneq (,$(filter rtc,$(USEMODULE)))
|
|
||||||
DIRS += rtc
|
|
||||||
endif
|
|
||||||
ifneq (,$(filter i2c,$(USEMODULE)))
|
ifneq (,$(filter i2c,$(USEMODULE)))
|
||||||
DIRS += i2c
|
DIRS += i2c
|
||||||
endif
|
endif
|
||||||
|
|||||||
@ -45,7 +45,6 @@ endif
|
|||||||
ifneq (,$(filter msba2,$(BOARD)))
|
ifneq (,$(filter msba2,$(BOARD)))
|
||||||
USEMODULE += sht11
|
USEMODULE += sht11
|
||||||
USEMODULE += ltc4150
|
USEMODULE += ltc4150
|
||||||
USEMODULE += rtc
|
|
||||||
USEMODULE += mci
|
USEMODULE += mci
|
||||||
USEMODULE += config
|
USEMODULE += config
|
||||||
USEMODULE += random
|
USEMODULE += random
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user