2017-01-17 14:46:12 +01:00
|
|
|
include ../Makefile.tests_common
|
|
|
|
|
|
|
|
USEMODULE += xtimer
|
|
|
|
|
2018-12-05 17:31:12 +01:00
|
|
|
# This test randomly fails on `native` so disable it from CI
|
2019-06-26 17:53:58 +02:00
|
|
|
TEST_ON_CI_BLACKLIST += native
|
2018-04-23 17:07:02 +02:00
|
|
|
|
2018-04-03 00:36:14 +02:00
|
|
|
# Port and pin configuration for probing with oscilloscope
|
|
|
|
# Port number should be found in port enum e.g in cpu/include/periph_cpu.h
|
|
|
|
#FEATURES_REQUIRED += periph_gpio
|
|
|
|
#CFLAGS += -DSLEEP_PIN=7
|
|
|
|
#CFLAGS += -DSLEEP_PORT=PORT_F
|
|
|
|
|
2017-01-17 14:46:12 +01:00
|
|
|
include $(RIOTBASE)/Makefile.include
|