-
Notifications
You must be signed in to change notification settings - Fork 2k
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
dist/tools/cc2538-bsl: use upstream version #13568
Conversation
Automatically fetch the upstream version of cc2538-bsl.py instead of maintaining our own fork of the tool. fixes RIOT-OS#13566
Before doing this are there divergence between the two versions? Can we open a PR upstream for whatever divergence we have? |
Looking at the history it seems like our fork was mostly concerned with Python2 <-> Python3 shenanigans. |
No changes when flashing
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't see any difference with upstream and works locally, lets give the ci a run ACK.
Contribution description
Automatically fetch the upstream version of cc2538-bsl.py instead of maintaining our own fork of the tool.
Testing procedure
Flash one of the supported boards, e.g
openmote-b
.cc2538-bsl.py
should automatically be downloaded.Issues/PRs references
fixes #13566