Added JLink flash scripts

This commit is contained in:
Kristian Sloth Lauszus
2018-05-02 10:37:27 +02:00
parent 0c4c736552
commit 66252eabf0
5 changed files with 39 additions and 2 deletions

View File

@@ -31,6 +31,9 @@ FPU = -mfloat-abi=soft
# Command for flashing the left half of the keyboard.
FLASH_CMD = node ../lib/agent/packages/usb/update-module-firmware.js leftHalf $(PROJECT_OBJ:.axf=.bin)
# Path to the JLink script used for the left half.
JLINK_SCRIPT = ../scripts/flash-left.jlink
# Source files.
SOURCE = $(wildcard src/*.c) \
../lib/KSDK_2.0_MKL03Z8xxx4/devices/MKL03Z4/system_MKL03Z4.c \