added some descriptions of available defines

This commit is contained in:
Michael Moon 2010-09-10 13:19:59 +10:00
parent 2be7485409
commit 632ddaa216
1 changed files with 15 additions and 0 deletions

View File

@ -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"