From 632ddaa2164635a39553e59df1eacd26c84cd6d8 Mon Sep 17 00:00:00 2001 From: Michael Moon Date: Fri, 10 Sep 2010 13:19:59 +1000 Subject: [PATCH] added some descriptions of available defines --- Makefile | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/Makefile b/Makefile index 313d1b2..d684035 100644 --- a/Makefile +++ b/Makefile @@ -36,6 +36,21 @@ CC = $(ARCH)gcc OBJDUMP = $(ARCH)objdump OBJCOPY = $(ARCH)objcopy +############################################################################## +# # +# Available Defines: # +# # +# DEBUG # +# enables tons of debugging output. may cause host-side talkers to choke # +# XONXOFF # +# enables XON/XOFF flow control for stupid or crude talkers # +# ACCELERATION_REPRAP # +# enables reprap-style acceleration # +# ACCELERATION_RAMPING # +# enables start/stop ramping # +# # +############################################################################## + DEFS = -DF_CPU=$(F_CPU) # DEFS += "-DDEBUG=1"