mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-30 08:51:19 +01:00
7 lines
178 B
Makefile
7 lines
178 B
Makefile
# export this module and its includes
|
|
INCLUDES += -I$(RIOTBOARD)/sam4s-xpro/include
|
|
|
|
# setup flasher (using openOCD)
|
|
PROGRAMMER ?= openocd
|
|
PROGRAMMERS_SUPPORTED += openocd edbg
|