Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion boards/common/kw41z/Makefile.include
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ export CPU_MODEL = mkw41z512vht4

# include this module into the build
INCLUDES += -I$(RIOTBOARD)/common/kw41z/include
USEMODULE += boards_common_kw41z

# This board comes with OpenSDA configured for JLink compatibility
DEBUG_ADAPTER ?= jlink
Expand Down
3 changes: 3 additions & 0 deletions boards/frdm-kw41z/Makefile.include
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
# This board uses the shared board_init function
USEMODULE += boards_common_kw41z

include $(RIOTBOARD)/common/kw41z/Makefile.include
11 changes: 2 additions & 9 deletions boards/phynode-kw41z/Makefile.include
Original file line number Diff line number Diff line change
@@ -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
3 changes: 3 additions & 0 deletions boards/usb-kw41z/Makefile.include
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
# This board uses the shared board_init function
USEMODULE += boards_common_kw41z

include $(RIOTBOARD)/common/kw41z/Makefile.include