1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 05:52:44 +01:00

boards/phynode-kw41z: use common kw41z board configuration

This commit is contained in:
Alexandre Abadie 2019-06-03 13:06:30 +02:00
parent 13c89b5feb
commit af7331dd41
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -1,20 +1,13 @@
# define the cpu used by the board
export CPU = kinetis
export CPU_MODEL = mkw41z512vht4
# include this module into the build
INCLUDES += -I$(RIOTBOARD)/common/kw41z/include
# use openocd by default to program this board
PROGRAMMER ?= openocd
# dap debug adapter is required for openocd
ifeq (openocd,$(PROGRAMMER))
DEBUG_ADAPTER = dap
DEBUG_ADAPTER = dap
endif
# Enable direct write to FCF (required for setting FOPT byte).
export OPENOCD_PRE_FLASH_CMDS += "-c kinetis fcf_source write"
# Include default FRDM board config
include $(RIOTBOARD)/common/frdm/Makefile.include
include $(RIOTBOARD)/common/kw41z/Makefile.include