Skip to content

enable BLE for S3 reverseTFT - #2

Draft
henrygab wants to merge 102 commits into
mainfrom
ble_on_s3_reversetft
Draft

enable BLE for S3 reverseTFT#2
henrygab wants to merge 102 commits into
mainfrom
ble_on_s3_reversetft

Conversation

@henrygab

@henrygab henrygab commented Apr 9, 2025

Copy link
Copy Markdown
Owner

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.

  • Consider whether to submit this PR against main or against (if it exists) the branch for the current stable release or an upcoming minor release. The branch will be named i.j.x, for example, 9.2.x. Bug fixes and minor enhancements can be submitted against the stable release branch, and will be merged to main regularly.
  • Create your own fork of circuitpython and create a branch for your changes.
  • Use pre-commit to check your commits before submitting. See https://learn.adafruit.com/contribute-to-circuitpython-with-git-and-github/check-your-code.
  • Test your changes and tell us how you tested.

eightycc and others added 30 commits December 7, 2024 09:32
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.
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
…olor_converter

TilePaletteMapper support for ColorConverter
snkYmkrct and others added 29 commits April 2, 2025 18:54
- 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.
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
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
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.