Skip to content
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

Update bpi_leaf_s3 #8404

Merged
merged 1 commit into from
Sep 15, 2023
Merged

Update bpi_leaf_s3 #8404

merged 1 commit into from
Sep 15, 2023

Conversation

Wind-stormger
Copy link

@Wind-stormger Wind-stormger commented Sep 15, 2023

New BPI-Leaf-S3 v1.1 version support double-clicking the reset button to enter the UF2 bootloader.

for tinyUF2 adafruit/tinyuf2#347

for circuitpython-org adafruit/circuitpython-org#1252

Copy link
Member

@tannewt tannewt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@tannewt tannewt merged commit 86990e9 into adafruit:main Sep 15, 2023
14 checks passed
@Wind-stormger Wind-stormger deleted the CircuitPython-main-PR branch September 18, 2023 01:17
dhalbert pushed a commit to dhalbert/circuitpython that referenced this pull request Sep 19, 2023
This allows the entire configuration to be defined in a single file,
including the logic for including pyboard.py and automatically versioning
based on the git tag.

Building the package works both via `python -m build` as well as
`hatch build`.  `python -m build ` has the advantage of automatically
fetching all dependencies, you don't need to manually install any hatch
packages.

In order to make the versioning work, and also keep things simpler for end
users, mpremote releases will now be the same as MicroPython releases and
use the same tag.  The version strings for mpremote will look like:
- X.Y.Z -- clean build at the tag
- X.Y.Z.postN+gHASH -- clean build, N revisions from the most recent tag
- X.Y.Z.postN+gHASH.dYYYYMMDD -- dirty build, N revisions from out

This commit extends on the idea from adafruit#8404.

Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
This pull request was closed.
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.

2 participants