Rev 471 | Rev 478 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 471 | Rev 474 | ||
|---|---|---|---|
| Line 205... | Line 205... | ||
| 205 | sym: $(TARGET).sym |
205 | sym: $(TARGET).sym |
| 206 | config: config.h |
206 | config: config.h |
| 207 | 207 | ||
| 208 | install: |
208 | install: |
| 209 | $(CANUPLOAD) $(CANULFLAGS) -n $(NODE_ID) -f $(TARGET).hex -r |
209 | $(CANUPLOAD) $(CANULFLAGS) -n $(NODE_ID) -f $(TARGET).hex -r |
| - | 210 | ||
| - | 211 | reset: |
|
| - | 212 | $(CANUPLOAD) $(CANULFLAGS) -n $(NODE_ID) -r |
|
| - | 213 | ||
| - | 214 | start: |
|
| - | 215 | $(CANUPLOAD) $(CANULFLAGS) -n $(NODE_ID) -s |
|
| 210 | 216 | ||
| 211 | # Eye candy. |
217 | # Eye candy. |
| 212 | # AVR Studio 3.x does not check make's exit code but relies on |
218 | # AVR Studio 3.x does not check make's exit code but relies on |
| 213 | # the following magic strings to be generated by the compile job. |
219 | # the following magic strings to be generated by the compile job. |
| 214 | begin: |
220 | begin: |