Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

jepler
Copy link
Owner

@jepler jepler commented Apr 11, 2020

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.

tannewt and others added 30 commits February 19, 2020 10:35
Addition of RTS/CTS/RS485 capability
mimxrt10xx: Add Feather M7 1011 board config
…n-import

Enable _bleio adapter when _bleio is imported
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.
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
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
sabas1080 and others added 10 commits April 9, 2020 17:00
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 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.
@jepler jepler closed this Apr 30, 2020
jepler pushed a commit that referenced this pull request May 13, 2020
@jepler jepler deleted the checkout-v2-subomdules branch November 3, 2021 21:09
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.