mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
13 lines
238 B
Makefile
13 lines
238 B
Makefile
BOARD ?= nucleo-f767zi
|
|
|
|
include ../Makefile.pkg_common
|
|
|
|
USEPKG += arduino_sdi_12
|
|
|
|
# Boards not fast enough, that can't keep up with the line data rate, should be
|
|
# added here
|
|
BOARD_BLACKLIST := \
|
|
#
|
|
|
|
include $(RIOTBASE)/Makefile.include
|