Subversion Repositories HomeAutomation

Rev

Rev 1638 | Rev 1667 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed

Rev 1638 Rev 1666
Line 24... Line 24...
24
ULFLAGS      += $(AVRDUDE_WRITE_FUSEBITS)
24
ULFLAGS      += $(AVRDUDE_WRITE_FUSEBITS)
25
 
25
 
26
#Commands used to upload a new version of bios over can, see makefile for more details
26
#Commands used to upload a new version of bios over can, see makefile for more details
27
CANUPLOAD         = mono ../../../../PcSoftware/canDude/canDude.exe
27
CANUPLOAD         = mono ../../../../PcSoftware/canDude/canDude.exe
28
CANULFLAGS        = -h localhost -p 1200
28
CANULFLAGS        = -h localhost -p 1200
29
#CANUPLOAD          = ../../../../PcSoftware/Atom/atomDude.pl
29
#CANUPLOAD          = ../../../../PcSoftware/scripts/atomDude.pl
30
#CANULFLAGS         = -h localhost -p 1202
30
#CANULFLAGS         = -h localhost -p 1202
31
SETCONF           = perl ../../../../PcSoftware/scripts/setConfig/setConfig.pl
31
SETCONF           = perl ../../../../PcSoftware/scripts/setConfig/setConfig.pl
32
 
32
 
33
##### BUILD BINARIES #####
33
##### BUILD BINARIES #####
34
#Define the binaries to use on your system, if not in path then add path (example: AWK=/usr/bin/awk)
34
#Define the binaries to use on your system, if not in path then add path (example: AWK=/usr/bin/awk)