master
Stefan Dorn 2016-06-11 20:26:01 +01:00
parent dea913d16e
commit 46b1493a07
1 changed files with 3 additions and 1 deletions

View File

@ -90,7 +90,7 @@ GENDEPFLAGS += -MMD -MP -MF $@.dep # generate dependency files
CC := avr-gcc
OBJCOPY := avr-objcopy
SIZE := avr-size
CHKSUM := md5sum
# remove whitespace from some of the options
FORMAT := $(strip $(FORMAT))
@ -110,6 +110,8 @@ all: $(TARGET).hex $(TARGET).eep
@echo
$(SIZE) --target=$(FORMAT) $(TARGET).eep
@echo
$(CHKSUM) $(TARGET).hex $(TARGET).eep
@echo
@echo 'you can load "$(TARGET).hex" and "$(TARGET).eep" onto the'
@echo 'Teensy using the Teensy loader'
@echo