Skip to content

CircuitPython 7.0.0 Alpha 3

Pre-release
Pre-release
Compare
Choose a tag to compare
@dhalbert dhalbert released this 03 Jun 16:37
· 12275 commits to main since this release
c7df5e9

This is CircuitPython 7.0.0-alpha.3, an alpha release for CircuitPython 7.0.0. It is relatively stable, but contains a number of issues still to be addressed for 7.0.0. The Python API's it presents may change.

Notable additions to 7.0.0 include run-time customization of USB devices, merging in of MicroPython fixes and enhancements as of MicroPython 1.15, simplifications to the RGB status LED codes, and a clocking fix for a few samples of RP2040 boards.

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 our new 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), nrf, and stm for the F4 family are stable. esp32s2, raspberrypi, and stm for other STM chip families are being actively improved but may be missing functionality and have bugs. litex and mimxrt10xx are in an alpha state and will have bugs and missing functionality.

Changes since 6.3.0

The full commit log is here.

Fixes and enhancements

Port and board-specific changes

ESP32S2

i.MX

NRF

RP2040

SAMx

Spresense

Trinkeys

Individual Boards.

New boards Since 6.3.0

Documentation

Build and infrastructure changes

  • Remove Adafruit boards that did not turn into products. #4812. Thanks @dhalbert.
  • Generate mpy-cross builds for MacOS M1 machines. #4835, #4836. Thanks @jepler.
  • Add trial CI Windows builds with MSYS2. #4826. Thanks @jepler.
  • Print more firmware memory information on ESP32-S2. #4763. Thanks @jepler.
  • Fix builds to support cp1252 code pages. #4751. Thanks @jepler.
  • Fix stray warning on MacOS builds. #4740. Thanks @jepler.
  • Make .mpy version info include origin as CircuitPython. #4713. Thanks @jepler.
  • Add aarch64 version of mpy-cross for use on RPi 64-bit OS's. #4712. Thanks @jepler.
  • Ensure all appropriate code files are being consider for reformatting. #4692. Thanks @jepler.
  • Correct builds with USB turned off. #4619. Thanks @tyomitch.
  • Extract failed builds into a convenient list. #4605. Thanks @tannewt.
  • Remove unstable release from circuitpython.org when superseded by stable release. #4594. Thanks @Neradoc.

Translation additions and improvements

Breaking changes since 6.x

  • OnDiskBitmap can now use Palettes. #4823. Thanks @jepler.
  • The RGB status LED codes have changed for clarity and to save power. #4743. Thanks @tannewt.
  • PWMOut is now only in pwmio, and is no longer in both pulseio and pwomio. #4694. Thanks @dhalbert.

Known issues

Thanks

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

Documentation

Documentation is available in readthedocs.io.

This release is based on MicroPython 1.15. Support upstream MicroPython by purchasing a PyBoard (from Adafruit here) or sponsoring MicroPython on GitHub.

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 our new 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).