forked from mirrors/qmk_userspace
Add checksum tool for NXP LPC
This commit is contained in:
parent
b4a91ecf4e
commit
a9f5f201ad
2 changed files with 100 additions and 1 deletions
|
@ -7,7 +7,7 @@ LD = $(GCC_BIN)arm-none-eabi-gcc
|
|||
OBJCOPY = $(GCC_BIN)arm-none-eabi-objcopy
|
||||
OBJDUMP = $(GCC_BIN)arm-none-eabi-objdump
|
||||
SIZE = $(GCC_BIN)arm-none-eabi-size
|
||||
CHKSUM = ~/Dropbox/MBED/tool/lpc-vector-checksum
|
||||
CHKSUM = $(TMK_DIR)/tool/mbed/lpc-vector-checksum
|
||||
|
||||
CPU = -mcpu=cortex-m0 -mthumb
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue