1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/boards/frdm-kw41z/Makefile.include
Joakim Nohlgård 26d782533c frdm: Use configuration for OpenOCD 0.10.0 or newer by default
Update your environment variables if you are running an older Debian or
Ubuntu release and use the distribution provided OpenOCD packages.
2018-11-29 14:23:49 +01:00

10 lines
274 B
Makefile

# define the cpu used by the board
export CPU = kinetis
export CPU_MODEL = mkw41z512vht4
# This board comes with OpenSDA configured for JLink compatibility
export DEBUG_ADAPTER ?= jlink
# Include default FRDM board config
include $(RIOTBOARD)/common/frdm/Makefile.include