2015-08-17 15:41:29 +02:00
|
|
|
ifneq (,$(filter gnrc_netif_default,$(USEMODULE)))
|
2015-08-11 23:52:02 +02:00
|
|
|
USEMODULE += at86rf212b
|
2015-08-17 15:41:29 +02:00
|
|
|
USEMODULE += gnrc_nomac
|
2015-05-30 11:51:07 +02:00
|
|
|
endif
|
|
|
|
|
2015-07-22 14:13:30 +02:00
|
|
|
# The RTT clock drives the core clock in the default configuration
|
|
|
|
FEATURES_REQUIRED += periph_rtt
|
|
|
|
|
2015-01-28 13:51:45 +01:00
|
|
|
# The RTT clock drives the core clock in the default configuration
|
|
|
|
FEATURES_REQUIRED += periph_rtt
|
|
|
|
|
2015-01-12 14:42:48 +01:00
|
|
|
# The Mulle uses NVRAM to store persistent variables, such as boot count.
|
2015-01-28 13:51:45 +01:00
|
|
|
USEMODULE += nvram_spi
|
|
|
|
FEATURES_REQUIRED += periph_spi
|