enable BLE for S3 reverseTFT - #2
Draft
henrygab wants to merge 102 commits into
Draft
Conversation
And make them available over USB MSC. They can be remount to make them writable (slowly) from the host PC. Fixes adafruit#9954. Fixes adafruit#8678. Fixes adafruit#3477
Remove watchdog.deinit() for 10.0.0.
Because https://www.st.com/resource/en/data_brief/32f412gdiscovery.pdf says "STM32F412ZGT6"
Suspected typo: last "S" in "STM32F412xGS"
Use MICROPY_HW_MCU_NAME for sysname and nodename for all ports.
USB device_info test check if pins exist before using
…me-features CIRCUITPY_FULL_BUILD now controls a few more features
Merge current 9.2.x to main
…olor_converter TilePaletteMapper support for ColorConverter
- Added the SDRAM controller and set up heap to use the 64 MB external RAM - Added the rest of the board pin definitions from the pinout - Did peripheral pins cleanup for the stm32H750 chip - Added SDMMC peripheral and sdioio module support - Added pwmio support and started work on audiopwmio
These are used by USB host on core 1 and must be in RAM to work. The softer `inline` keyword allows the compiler to ignore it and put the function in flash instead. Core 1 will crash then.
Force inline critical_section_{enter,exit} from SDK
Switch back to TinyUSB from hathach and Pico-PIO-USB from sekigon-gonnoc.
Use upstream for RP2 USB
Chorus audio effect
Add Blues Cygnet Feather (STM32L433) board
active_audio was set to NULL, but then used in the following set_pin() call. because of MPU, this triggered hard fault on the stm32h7.
Added peripheral support for Daisy Seed stm32H750 board
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: CircuitPython/main Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/
Allow Selection of _bleio by Board, Fixup CIRCUITPY_BLEIO Flags
…main Translations update from Hosted Weblate
Add touchio pullup rp2350
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: CircuitPython/main Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/
…main Translations update from Hosted Weblate
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.
Thanks for submitting a pull request to CircuitPython! Remove these instructions before submitting.
See https://learn.adafruit.com/contribute-to-circuitpython-with-git-and-github for detailed instructions.
mainor against (if it exists) the branch for the current stable release or an upcoming minor release. The branch will be namedi.j.x, for example,9.2.x. Bug fixes and minor enhancements can be submitted against the stable release branch, and will be merged tomainregularly.circuitpythonand create a branch for your changes.pre-committo check your commits before submitting. See https://learn.adafruit.com/contribute-to-circuitpython-with-git-and-github/check-your-code.