mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
12 lines
191 B
Makefile
12 lines
191 B
Makefile
|
APPLICATION = isr_yield_higher
|
||
|
include ../Makefile.tests_common
|
||
|
|
||
|
BOARD_INSUFFICIENT_MEMORY := nucleo32-f031
|
||
|
|
||
|
USEMODULE += xtimer
|
||
|
|
||
|
include $(RIOTBASE)/Makefile.include
|
||
|
|
||
|
test:
|
||
|
./tests/test.py
|