-
Notifications
You must be signed in to change notification settings - Fork 1.3k
spresense: update SDK to 2.2.0 #5069
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
Conversation
jepler
left a comment
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.
This looks fishy. @dhalbert is it possible your added commit reverted the spresense-exported-sdk submodule update?
Yes, thank you. I forgot to update the submodules when I switched to this branch. Force-pushed a fix. |
|
It appears that sometimes this runs with |
@dhalbert noticed that if a fork was called `micropython`, the existing check could fail during CI because it will be cloned into a directory also called `micropython`. Instead of hardcoding a range of strings that are OK as top directories, find the location of the top directory relative to the script. This will be conflicty after adafruit#5069 is merged, but it should be easy to fix.
dhalbert
left a comment
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.
@kamtom480 Thanks for this quick fix.
@jepler Thanks for spotting the issues in my commits.
@dhalbert noticed that if a fork was called `micropython`, the existing check could fail during CI because it will be cloned into a directory also called `micropython`. Instead of hardcoding a range of strings that are OK as top directories, find the location of the top directory relative to the script. This will be conflicty after adafruit#5069 is merged, but it should be easy to fix.
Update Spresense SDK to version 2.2.0.