Skip to content

Commit

Permalink
Support new -R flag in stm8flash to reset the board after flashing
Browse files Browse the repository at this point in the history
The feature is added by
vdudouyt/stm8flash#168
  • Loading branch information
zouppen committed Oct 21, 2023
1 parent 533f896 commit e8e1f8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions firmware/hw0.4/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,4 @@ clean:
flash: $(PROGRAM).ihx
stm8flash -c $(PROGRAMMER) -p $(DEVICE) -w $(PROGRAM).ihx
stm8flash -c $(PROGRAMMER) -p $(DEVICE) -v $(PROGRAM).ihx
stm8flash -c $(PROGRAMMER) -p $(DEVICE) -R

0 comments on commit e8e1f8d

Please sign in to comment.