github adafruit/circuitpython 7.2.0-rc.0
CircuitPython 7.2.0 Release Candidate 0

latest releases: 9.1.0-beta.2, 9.1.0-beta.1, 9.0.4...
pre-release2 years ago

This is CircuitPython 7.2.0-rc.0, the initial release candidate for CircuitPython 7.2.0. It is considered stable, but we want to give time for further testing before the final release of 7.2.0.

Notable additions to 7.2.0 since 7.1.1

  • Continuing work on Raspberry Pi Broadcom board support.
  • Espressif ESP32-S3 and ESP32-C3 support, including BLE.
  • RP2040 PIO sideset support.
  • board.STEMMA_I2C() available on all boards with STEMMA connectors.
  • binascii.crc32().
  • vectorio.contains().
  • Turkish translation.

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), espressif for ESP32-S2, 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), espressif for ESP32-S3 and ESP32-C3, litex and mimxrt10xx are in an alpha state and will have bugs and missing functionality.

Changes since 7.2.0-alpha.2

Fixes and enhancements

Port and board-specific changes

Espressif

SAMx

STM

Individual boards

  • Adafruit Feather ESP32-S2 TFT: update pin name. #6045. Thanks @kattni.
  • Adafruit Feather ESP32-S2 TFT: fix pin state defaults. #6034. Thanks @tannewt.
  • Adafruit QT Py ESP32-S2: make TX and RX pins available for non-debug builds. #6056. Thanks @Neradoc.
  • Adafruit Portal boards: freeze in necessary libraries to save RAM. #6043. Thanks @makermelissa.
  • SparkFun MicroMod SAMD51: correct board.SPI() MISO pin. #6023. Thanks @stonehippo.

New boards since 7.1.1

Documentation changes

  • RP2040: Explain PIO read/write sizes. #6011. Thanks @tannewt.
  • Add half_duplex argument to busio.SPI() signature. #6003. Thanks @dhalbert.

Build and infrastructure changes

  • Check for failure during qstr phase of build, fix spurious error. #6047. Thanks @jepler.
  • Fix compression of long UTF-8 strings. #6039. Thanks @jepler.
  • Better use of git describe to get commit string. #6033. Thanks @jepler.
  • Fix all native module tests to run on x64. #6028. Thanks @jepler.
  • Revise convert-release-notes.py script. #6020. Thanks @dhalbert.

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.