mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
2ff7e03a94
The test will put a device to sleep, then wake it up to see if the backup memory was retained.
12 lines
207 B
Makefile
12 lines
207 B
Makefile
include ../Makefile.tests_common
|
|
|
|
FEATURES_REQUIRED = backup_ram
|
|
|
|
USEMODULE += pm_layered
|
|
USEMODULE += periph_rtc
|
|
USEMODULE += xtimer
|
|
|
|
CFLAGS += -DLOG_LEVEL=LOG_WARNING
|
|
|
|
include $(RIOTBASE)/Makefile.include
|