Skip to content

Conversation

@kamtom480
Copy link

Update Spresense SDK to version 2.2.0.

@dhalbert
Copy link
Collaborator

A new version of sphinx-autoapi broke the documentation build. I pushed the fix that @tannewt did that is already in use in #5066 and #5068.

jepler
jepler previously requested changes Jul 27, 2021
Copy link

@jepler jepler left a 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?

@dhalbert
Copy link
Collaborator

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.

@dhalbert
Copy link
Collaborator

It appears that sometimes this runs with micropython as the top level directory and sometimes circuitpython. I saw the duplicate PID/VID checker script fail with micropython, and then succeed on a rerun (!), so that's why I loosened the check. @kamtom480's fork is named micropython.

jepler added a commit to jepler/circuitpython that referenced this pull request Jul 27, 2021
@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.
Copy link
Collaborator

@dhalbert dhalbert left a 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 dhalbert merged commit 297919b into adafruit:main Jul 27, 2021
jepler added a commit to jepler/circuitpython that referenced this pull request Jul 27, 2021
@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.
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