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 206... | Line 206... | ||
| 206 | sym: $(TARGET).sym |
206 | sym: $(TARGET).sym |
| 207 | config: config.h |
207 | config: config.h |
| 208 | 208 | ||
| 209 | install: |
209 | install: |
| 210 | $(CANUPLOAD) $(CANULFLAGS) -n $(NODE_ID) -f $(TARGET).hex -r |
210 | $(CANUPLOAD) $(CANULFLAGS) -n $(NODE_ID) -f $(TARGET).hex -r |
| - | 211 | ||
| - | 212 | reset: |
|
| - | 213 | $(CANUPLOAD) $(CANULFLAGS) -n $(NODE_ID) -r |
|
| - | 214 | ||
| - | 215 | start: |
|
| - | 216 | $(CANUPLOAD) $(CANULFLAGS) -n $(NODE_ID) -s |
|
| 211 | 217 | ||
| 212 | # Eye candy. |
218 | # Eye candy. |
| 213 | # AVR Studio 3.x does not check make's exit code but relies on |
219 | # AVR Studio 3.x does not check make's exit code but relies on |
| 214 | # the following magic strings to be generated by the compile job. |
220 | # the following magic strings to be generated by the compile job. |
| 215 | begin: |
221 | begin: |