forked from adafruit/circuitpython
-
Notifications
You must be signed in to change notification settings - Fork 1
Checkout v2 subomdules #2
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
Closed
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Addition of RTS/CTS/RS485 capability
mimxrt10xx: Enable displayio
mimxrt10xx: Add Feather M7 1011 board config
Disable BLE file service for now
relicense nrf SPI.c to MIT
…n-import Enable _bleio adapter when _bleio is imported
cached heap buffer for neopixel_write
Arduino Nano 33 IoT support
Fix incorrect initialisation of default UART
We now correctly set the reason for the unit not being ready and always start the unit. Fixes adafruit#2567
We were trying to reset bluetooth when it was off and then trying to raise an exception without the heap.
Fix crash after empty REPL session
testing performed: * successfully store and retrieve a 500kB file on the flash * square wave output on each pin appears on o'scope * board.SPI(), board.SERIAL(), board.I2C() all construct
Fix Mac crash when waking up with an ejected CIRCUITPY
samd51 thing plus: new port
This only fixes the `import` portion. It doesn't actually change reference behavior because modules within a package could already be referenced through the parent package even though an error should have been thrown.
move red LED to D13 and make D3 lsm6ds IRQ
RFC: Use Sphinx 3 To Build Docs
The repository URL for extmod/ulab had a trailing slash, causing errors when trying to clone it. Closes adafruit#2762
The HID descriptor reported by circuitpython erroneously limited the maximum keycode to 101, which prevented circuitpython from sending a number of otherwise valid keycodes. Closes adafruit#274
Fix bad submodule path
Fix maximum keycode in keyboard HID descriptor
In order to get tags, including in submodules, we use our own fetching procedure on top of checkout@v2. A problem occuring in about 1% of jobs was that some submodules inexplicably did not have an "origin" remote configured. "git submodule sync" configures the "origin" remote in those cases. No cause for the problem was determined. Besides keeping up to date on actions/checkout, @v2 is supposed to fix a bug where "re-run" of a pull request would fail checking out the code.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
In order to get tags, including in submodules, we use our own fetching procedure on top of checkout@v2.
A problem occuring in about 1% of jobs was that some submodules inexplicably did not have an "origin" remote configured. "git submodule sync" configures the "origin" remote in those cases. No cause for the problem was determined.
Besides keeping up to date on actions/checkout, @v2 is supposed to fix a bug where "re-run" of a pull request would fail checking out the code. In order to test this, I am going to cancel and re-run this PR's actions.