Rev 437 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 437 | Rev 475 | ||
|---|---|---|---|
| Line 24... | Line 24... | ||
| 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 | 26 | ||
| 27 | # Path to where you would like to put your personal node directorys |
27 | # Path to where you would like to put your personal node directorys |
| 28 | PERSONALDIR = ../personal |
28 | PERSONALDIR = ../personal |
| - | 29 | ||
| - | 30 | #Commands used to upload a new version of bios over can, see makefile for more details |
|
| - | 31 | CANUPLOAD = mono ~/eclipse/csharp/canDude/canDude.exe |
|
| - | 32 | CANULFLAGS = -h localhost -p 1200 |
|