1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-16 17:52:43 +01:00
RIOT/tests/driver_at/Makefile

11 lines
264 B
Makefile
Raw Normal View History

2018-05-22 12:52:27 +02:00
include ../Makefile.tests_common
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo arduino-nano \
arduino-uno nucleo-f031k6
2018-05-22 12:52:27 +02:00
USEMODULE += shell
USEMODULE += at
2018-06-23 00:20:45 +02:00
USEMODULE += at_urc
2018-05-22 12:52:27 +02:00
include $(RIOTBASE)/Makefile.include