github adafruit/circuitpython 7.2.0-alpha.1
CircuitPython 7.2.0 Alpha 1

latest releases: 9.2.0-beta.0, 9.1.4, 9.1.3...
pre-release2 years ago

This is CircuitPython 7.2.0-alpha.1, the first published alpha release for CircuitPython 7.2.0. It is relatively stable, but there will be further additions and fixes before final release.

Notable additions to 7.2.0 since 7.1.0

  • Continuing work on Raspberry Pi Broadcom board support.
  • Espressif ESP32-S3 support.
  • RP2040 PIO sideset support.

Download from circuitpython.org

Firmware downloads are available from the downloads page on circuitpython.org. The site makes it easy to select the correct file and language for your board.

Installation

To install follow the instructions in the Welcome to CircuitPython! guide. To install the latest libraries, see this page in that guide.

Try the latest version of the Mu editor for creating and editing your CircuitPython programs and for easy access to the CircuitPython serial connection (the REPL).

Port status

CircuitPython has a number of "ports" that are the core implementations for different microcontroller families. Stability varies on a per-port basis. As of this release, atmel-samd, cxd56 (Spresense), esp32s2, nrf,raspberrypi, stm for the F4 family are stable. stm for other STM chip families is being actively improved but may be missing functionality and have bugs. broadcom (Raspberry Pi), litex and mimxrt10xx are in an alpha state and will have bugs and missing functionality.

Changes since 7.1.x branch

Fixes and enhancements

Port and board-specific changes

Broadcom

Espressif

  • Add distinct UF2 family ID for ESP32-S3. #5771. Thanks @hathach.
  • Update protomatter and reenable RGBMatrix. #5744. Thanks @jepler.
  • Choose SPI channel automatically. #5660. Thanks @jepler.
  • Update ESP-IDF to v4.4; add ESP32-S3 support; temporarily diable RGBMatrix. #5615. Thanks @MicroDev1.

nRF

RP2040

SAMx

Individual boards

  • Adafruit Feather ESP32-S2: turn on I2C power by default. #5789, #5779, #5776. Thanks @ladyada and @dhalbert.
  • Adafruit Feather ESP32-S2 TFT: fix color order. #5742. Thanks @ladyada.
  • Adafruit Feather ESP32-S2 TFT: fix pin assignments. #5738. Thanks @ladyada.
  • Adafruit KB2040: add CLK pin to match silkscreen. #5735. Thanks @tannewt.
  • Adafruit QT Py ESP32-S2: fix pin assignments. #5738. Thanks @ladyada.
  • Espressif ESP32-S3-Box-2.5 and ESP32-S3-DevkitC-1-nopsram: fix USB PIDs. Thanks @jepler.
  • MakerDiary nRF52840 MDK USB Dongle: fix pin assignments. #5729. Thanks @asura99.

New boards since 7.1.0

Documentation changes

  • Fix typo in rp2pio. #5764. Thanks @dannystaple.
  • Use circuitpython_typing instead of _typing for type annotations. #5760. Thanks @jepler.
  • Update version of Sphinx. #5760. Thanks @jepler.
  • Fix stubs for adafruit_bus_device by redoing directory structure to match module. #5786. Thanks @prplz.
  • Add protocol definition for fonts for type annotations. #5759. Thanks @jepler.

Build and infrastructure changes

Translation additions and improvements

Known issues

Thanks

Thank you to all who used, tested, and contributed, including the contributors above, and many others on GitHub and Discord. Join us on the Discord chat to collaborate.

Don't miss a new circuitpython release

NewReleases is sending notifications on new releases.