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