Rev 1667 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 1667 | Rev 1700 | ||
|---|---|---|---|
| Line 22... | Line 22... | ||
| 22 | 22 | ||
| 23 | #when this line is uncommented the avr will be programmed with fuses automatically (fuses is defined in bios.inc) |
23 | #when this line is uncommented the avr will be programmed with fuses automatically (fuses is defined in bios.inc) |
| 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 |
|
27 | CANUPLOAD = mono ../../../../PcSoftware/canDude/canDude.exe |
| 28 |
|
28 | CANULFLAGS = -h localhost -p 1200 |
| 29 |
|
29 | SETCONF = perl ../../../../PcSoftware/scripts/setConfig/setConfig.pl |
| 30 | 30 | ||
| 31 |
|
31 | #CANUPLOAD = ../../../../PcSoftware/scripts/atomDude.pl |
| 32 |
|
32 | #CANULFLAGS = -h localhost -p 1202 |
| 33 |
|
33 | #SETCONF = perl ../../../../PcSoftware/scripts/setConfig/setAtomConfig.pl |
| 34 | 34 | ||
| 35 | ##### BUILD BINARIES ##### |
35 | ##### BUILD BINARIES ##### |
| 36 | #Define the binaries to use on your system, if not in path then add path (example: AWK=/usr/bin/awk) |
36 | #Define the binaries to use on your system, if not in path then add path (example: AWK=/usr/bin/awk) |
| 37 | 37 | ||
| 38 | # on BSD/MAC this should be MD5SUM = md5 |
38 | # on BSD/MAC this should be MD5SUM = md5 |