1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/driver_at/Makefile

10 lines
203 B
Makefile
Raw Normal View History

2018-05-22 12:52:27 +02:00
include ../Makefile.tests_common
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove 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