Skip to content

please add support for stackrduino m0 pro #6703

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 8,511 commits into from

Conversation

StackRduino
Copy link

No description provided.

mdroberts1243 and others added 30 commits September 21, 2020 21:07
canio: Initial implementation for SAM E5x MCUs
Currently translated at 73.3% (587 of 800 strings)

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/pl/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/
New contributor @mdroberts1243 encountered an interesting problem in
which the argument they had named "column_underscore_and_page_addressing"
simply couldn't be used; I discovered that internally this had been
transformed into "column_underscore∧page_addressing", because QSTR
makes _ENTITY_ stand for the same thing as &ENTITY; does in HTML.

This might be nice for some things, but we don't want it here!
I was unable to find a sensible way to "escape" and prevent this entity
coding, so instead I ripped out support for the _and_ and _or_ escapes.
makeqstrdefs: don't make _and_, _or_ poisoned substrings for QSTRs
ESP32S2 - Fix SPI's SD card issue, add pin protections
Currently translated at 100.0% (807 of 807 strings)

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/pt_BR/
Currently translated at 73.7% (595 of 807 strings)

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/pl/
Greater that 100khz is technically out of the original spec.

Background here: adafruit/Adafruit_CircuitPython_CLUE#36
tannewt and others added 28 commits October 12, 2020 15:44
remove warning-disable flag that seems unneeded now
rgbmatrix: update protomatter to 1.0.5 tag
build: parallelize the qstr build steps
Fix STM RTC read so it's atomic.
Currently translated at 92.4% (767 of 830 strings)

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/fr/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/
Currently translated at 100.0% (832 of 832 strings)

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/pt_BR/
Currently translated at 100.0% (832 of 832 strings)

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/zh_Latn/
Finer grained, per port tick locking
Add new board to atmel-samd port: bdmicro_vina_d51
…tr_fix

boards/bdmicro_vina_d51/pins.c: Fix illegal QSTR name (hyphen).
Currently translated at 100.0% (832 of 832 strings)

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/sv/
Moved ORDEREDDICT define to central location
tannewt added a commit to tannewt/circuitpython that referenced this pull request Aug 8, 2022
This ensures that the USB serial connection gets a copy of the
latest title bar.

Fixes micropython#6703
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.