Skip to content

Correct OpenOCD version in tools.openocd.path definition #224

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 4, 2017
Merged

Correct OpenOCD version in tools.openocd.path definition #224

merged 1 commit into from
Apr 4, 2017

Conversation

per1234
Copy link
Contributor

@per1234 per1234 commented Apr 3, 2017

http://downloads.arduino.cc/packages/package_index.json specifies
openocd version 0.9.0-arduino6-static in the Arduino SAMD Boards 1.6.13
entry. The incorrect version previously used to define
tools.openocd.path caused uploads for SAMD boards to fail:

java.io.IOException: Cannot run program "{runtime.tools.openocd-0.9.0-arduino5-static.path}/bin/openocd.exe": CreateProcess error=2, The system cannot find the file specified

http://downloads.arduino.cc/packages/package_index.json specifies
openocd version 0.9.0-arduino6-static in the Arduino SAMD Boards 1.6.13
entry. The incorrect version previously used to define
tools.openocd.path caused uploads for SAMD boards to fail:
"java.io.IOException: Cannot run program
"{runtime.tools.openocd-0.9.0-arduino5-static.path}/bin/openocd.exe":
CreateProcess error=2, The system cannot find the file specified"
@per1234
Copy link
Contributor Author

per1234 commented Apr 4, 2017

I fixed another occurrence of the problem I had missed previously and did a squash + force push to keep it to a single commit.

@facchinm facchinm merged commit 78078e0 into arduino:master Apr 4, 2017
@facchinm
Copy link
Member

facchinm commented Apr 4, 2017

Thanks a lot, we totally missed it during QA due to multiple versions installed on the same PCs 🙁

@cmaglie cmaglie added this to the Release 1.6.14 milestone May 2, 2017
boseji pushed a commit to go-ut/combined-ArduinoCore-samd that referenced this pull request May 30, 2020
Update TinyUSB to commit c59fa77 due to a bug in the stack
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants