summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2021-12-22 20:01:13 +0100
committerHampusM <hampus@hampusmat.com>2021-12-22 20:01:13 +0100
commit365ff332362822a2742a5d6653310f6e9eb4f96d (patch)
tree88c593855c6a2392a533575475971fb4d8069d01 /Makefile
parentf921311a3793c9bcd332e50b294681bed95a7608 (diff)
build: add serial monitor logging
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 703ffef..0b03594 100644
--- a/Makefile
+++ b/Makefile
@@ -10,8 +10,11 @@ OPTIMIZATION_LEVEL=s
DEBUG_FLAGS = -O0 -g
MCU_FLAG_NAME = mmcu
+# Flags
+LOG_MONITOR = 0
# Paths
+MONITOR_LOG_FILE = monitor.log
ARDUINO_DIR = $(HOME).arduino15/packages/arduino
ARDMK_DIR = make-scripts
AVRDUDE_CONF = /etc/avrdude.conf