aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2014-01-24 20:29:34 +0100
committerJakob Odersky <jodersky@gmail.com>2014-01-24 20:29:34 +0100
commitcae1a47905b0a5145a6aebb7875b3a46b5bdd407 (patch)
tree6dcfde64b428c10632f63e121e7a2df4ce3712fc /Makefile
parent6cdf34b0e87bc915de39a6d5817980a825a720da (diff)
downloadmux-cae1a47905b0a5145a6aebb7875b3a46b5bdd407.tar.gz
mux-cae1a47905b0a5145a6aebb7875b3a46b5bdd407.tar.bz2
mux-cae1a47905b0a5145a6aebb7875b3a46b5bdd407.zip
move debugging and panic implementation to tshield
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
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