mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
f006938936
https://www.nxp.com/products/processors-and-microcontrollers/arm-based-processors-and-mcus/kinetis-cortex-m-mcus/l-seriesultra-low-powerm0-plus/freedom-development-platform-for-kinetis-kl43-kl33-kl27-kl17-and-kl13-mcus:FRDM-KL43Z
9 lines
469 B
Makefile
9 lines
469 B
Makefile
# This board comes with OpenSDA configured with a P&E debugger application,
|
|
# which we do not have any support for. Update your OpenSDA firmware with
|
|
# the latest CMSIS-DAP firmware for your board from
|
|
# https://www.nxp.com/support/developer-resources/run-time-software/kinetis-developer-resources/ides-for-kinetis-mcus/opensda-serial-and-debug-adapter:OPENSDA
|
|
DEBUG_ADAPTER ?= dap
|
|
|
|
# Include default FRDM board config
|
|
include $(RIOTBOARD)/common/frdm/Makefile.include
|