mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
10 lines
270 B
Makefile
10 lines
270 B
Makefile
#variable needed by cpy2remed PROGRAMMER
|
|
#it contains name of ST-Link removable media
|
|
DIR_NAME_AT_REMED = "NODE_F439ZI"
|
|
|
|
PROGRAMMERS_SUPPORTED += cpy2remed
|
|
|
|
|
|
# load the common Makefile.include for Nucleo-144 boards
|
|
include $(RIOTBOARD)/common/nucleo144/Makefile.include
|