From cae1a47905b0a5145a6aebb7875b3a46b5bdd407 Mon Sep 17 00:00:00 2001 From: Jakob Odersky Date: Fri, 24 Jan 2014 20:29:34 +0100 Subject: move debugging and panic implementation to tshield --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 200e467..b0fd7c0 100644 --- a/Makefile +++ b/Makefile @@ -83,11 +83,11 @@ kernel/%.o: kernel/%.c # Utility rules -upload: target - $(AVRDUDE) $(AVRDUDEFLAGS) -U flash:w:$(TARGET).hex:i - size: target $(AVRSIZE) --format=avr --mcu=$(MCU) $(TARGET).elf + +upload: target + $(AVRDUDE) $(AVRDUDEFLAGS) -U flash:w:$(TARGET).hex:i monitor: cu -l $(SERIAL) -s $(BAUD) --parity=none -h -- cgit v1.2.3