Skip to content

Merge 6.0.x #4003

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
wants to merge 11 commits into from
Closed

Merge 6.0.x #4003

wants to merge 11 commits into from

Conversation

jepler
Copy link

@jepler jepler commented Jan 14, 2021

There were conflicts in ports/nrf/common-hal/_bleio/Adapter.c and shared-bindings/_bleio/Adapter.c that I resolved by taking the "main" branch side. "BLE fixes" was applied via cherry pick to both branches, but "Round BLE timing values; fix timeout check" was applied only on the main, which git couldn't resolve on its own.

There were conflicts in circuitpython.pot that I resolved by regenerating the file with make translate.

dhalbert and others added 11 commits December 21, 2020 22:58
Get a chunk of data from readinto instead of a single byte. This
speeds up the parsing by reducing the number of function calls.

Fixes adafruit#3703
Speed up JSON parsing with readinto (adafruit#3728 for 6.0.x)
This is the same as I added to mpy-cross at e666e86, see adafruit#3074
There were conflicts in ports/nrf/common-hal/_bleio/Adapter.c and shared-bindings/_bleio/Adapter.c that I resolved by taking the "main" branch side.  "BLE fixes" was applied via cherry pick to both branches, but "Round BLE timing values; fix timeout check" was applied only on the main, which git couldn't resolve on its own.

There was a conflict in circuitpython.pot that I resolved by regenerating the file with `make translate`.
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