Add checksum tool for NXP LPC

This commit is contained in:
tmk 2014-06-20 15:30:10 +09:00
parent b4a91ecf4e
commit a9f5f201ad
2 changed files with 100 additions and 1 deletions

View file

@ -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