github adafruit/circuitpython 7.0.0-alpha.4
CircuitPython 7.0.0 Alpha 4

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

This is CircuitPython 7.0.0-alpha.4, 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 since 6.3.0 include:

  • Support for the CircuitPython development workflow over BLE.
  • Camera support on ESP32S2.
  • The keypad key-scanning module.
  • Run-time customization of USB devices.
  • Merging in of MicroPython fixes and enhancements as of MicroPython 1.16.
  • Simplifications to the RGB status LED codes.
  • 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), 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. 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

  • Provide for a BLE development workflow with BLE file transfer and a BLE serial connection. #4918, #4957. Thanks @tannewt.
  • Add keypad module for scanning keys or buttons, key matrices, and shift-register keys. #4891. Thanks @dhalbert.
  • displayio support for BGR color modes. #4952. Thanks @jepler.
  • Correct partial refresh of displayio.TileGrid. #4876. Thanks @t-ikegami.
  • Merge in MicroPython 1.16. #4897. Thanks @jepler.
  • Fix handling of hidden objects in displayio. #4915. Thanks @Neradoc.
  • Allow constructing a time.struct_time() from another struct_time. #4931. Thanks @MicroDev1.
  • Fix buffer handling in usb_cdc.Serial. #4922. Thanks @dhalbert.
  • Update ulab to 3.0.0. #4881. Thanks @jepler.
  • Re-enable slice indices. #4857. Thanks @dunkmann00.
  • Fix REPL move-cursor escape sequence. #4853. Thanks @t-ikegami.
  • Fix bytes() and bytearray() input validation. #4947. Thanks @MicroDev1.

Port and board-specific changes

ESP32S2

NRF

RP2040

SAMx

Individual Boards.

  • Add MacroPad RP2040 display initialization. #4949. Thanks @deshipu.
  • Improve MacroPad RP2040 pin definitions. #4941. Thanks @kattni.
  • Fix missing board.SPI() on MacroPad RP2040. #4966. Thanks @dgriswo.
  • PewPew M4: use keypad instead of gamepad. #4942. Thanks @deshipu.
  • Fix pin assignments on Wio Terminal. #4890, #4913. Thanks @t-ikegami.
  • Fix pin assignments on Unexpected Maker TinyS2. #4887. Thanks @mcauser2.
  • Add pin alias to Adafruit Slider Trinkey. #4889. Thanks @kattni.
  • Update ESP config for LILYGO TTGO T8 ESP32-S2. #4873. Thanks @netroy.

New boards Since 6.3.0

Documentation

Build and infrastructure changes

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.16. 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).

Don't miss a new circuitpython release

NewReleases is sending notifications on new releases.