Rev 558 | Rev 563 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 558 | Rev 559 | ||
|---|---|---|---|
| Line 21... | Line 21... | ||
| 21 | AVRDUDE_WRITE_FUSEBITS += -U lfuse:w:$(LOWFUSE):m |
21 | AVRDUDE_WRITE_FUSEBITS += -U lfuse:w:$(LOWFUSE):m |
| 22 | endif |
22 | endif |
| 23 | 23 | ||
| 24 | #comment this line for not programming fusebits |
24 | #comment this line for not programming fusebits |
| 25 | ULFLAGS += $(AVRDUDE_WRITE_FUSEBITS) |
25 | ULFLAGS += $(AVRDUDE_WRITE_FUSEBITS) |
| 26 | - | ||
| 27 | # Path to where you would like to put your personal node directorys |
- | |
| 28 | PERSONALDIR = ../personal |
- | |
| 29 | 26 | ||
| 30 | #Commands used to upload a new version of bios over can, see makefile for more details |
27 | #Commands used to upload a new version of bios over can, see makefile for more details |
| 31 | CANUPLOAD = mono |
28 | CANUPLOAD = mono ../../../../PcSoftware/canDude/canDude.exe |
| 32 | CANULFLAGS = -h localhost -p 1200 |
29 | CANULFLAGS = -h localhost -p 1200 |