Skip to content

Commit

Permalink
Merge pull request #155 from xorbit/master
Browse files Browse the repository at this point in the history
Make `make jlink-flash` command work on case sensitive systems
  • Loading branch information
dhalbert authored Dec 23, 2020
2 parents 5301af7 + a681e01 commit bb30130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ qc \n\
" > $(BUILD_PATH)/flash.jlink

jlink-flash: $(BUILD_PATH)/$(NAME).bin $(BUILD_PATH)/flash.jlink
jlinkexe -if swd -device AT$(CHIP_VARIANT) -speed 4000 -CommanderScript $(BUILD_PATH)/flash.jlink
JLinkExe -if swd -device AT$(CHIP_VARIANT) -speed 4000 -CommanderScript $(BUILD_PATH)/flash.jlink

wait:
sleep 5
Expand Down

0 comments on commit bb30130

Please sign in to comment.