Conversation
Update Stage to 1.2.3 to work around display backlight problems
disable interrupts inside of ports raspberrypi common hal
…timeout Use a longer clock stretching timeout for RP2040 zero-byte I2C writes
fix mistaken use of PWM channel for slice
…issues-7.1.x minor .py changes due to blacken update - 7.1.x
Collaborator
|
Hi, you are merging 7.1.x into main, which caused the extra commits. Could you make a separate branch and submit a PR either against 7.1.x or against main? This guide gives you help about how to submit PR's to CircuitPython: https://learn.adafruit.com/contribute-to-circuitpython-with-git-and-github |
add a frequencyin_reset() for VM restart
The remote ref may be out of date and not get the right branch history in some cases. actions/checkout also fetches based on sha
Pass ci_fetch_deps.py the sha rather than ref
Collaborator
|
Let's start this PR over again. What are the changes you want to make? I don't see any commits or changes you made? |
t-ikegami
pushed a commit
to t-ikegami/circuitpython
that referenced
this pull request
Dec 13, 2021
Previously a subclass of a type that didn't implement unary_op, or didn't handle MP_UNARY_OP_BOOL, would raise TypeError on bool conversion. Fixes adafruit#5677.
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
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.
Hi, I am having pstack exhausted error. I want to increase pystack size. Can you please add pystack_size for pico? (This is my first PR, I don't know if it is the right place.) adafruitforum