This is CircuitPython 7.1.0, the latest minor revision of CircuitPython, and is a new stable release.
Notable additions to 7.1.0 since 7.0.0
- Initial port for Raspberry Pi Broadcom-based boards.
- Preliminary support for
asyncio
cooperative multitasking. bitmaptools
: dithering and alphablend are new.keypad.Event
s now include timestamps.framebufferio
: support for IS31FL3741.- Espressif now provides
I2CPeripheral
, WiFi monitor mode, setting MAC address, ESP32-C3 support,ParallelImageCapture
. gifio.GifWriter
is new.- HID now provides boot device and feature report support.
rotaryio
now allows setting the divisor of counts per transition.- SAMD now provides
watchdog
, andalarm
with sleep. - SAMx5 boards now all have sleep support.
- The STM port now provides STM32L4R5 support.
- MicroPython 1.17 has been merged in.
- Russian 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).
Documentation
Documentation is available in readthedocs.io.
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.
New boards since 7.0.0
- Adafruit Feather ESP32-S2
- Adafruit Feather ESP32-S2 TFT
- Adafruit KB2040
- Adafruit QT Py ESP32-S2
- AIThinker ESP32-C3S_Kit
- Challenger NB RP204
- Cytron Maker Nano RP2040
- JPConstantineau Pykey60
- Lolin/Wemos S2-Pico
- Melopero Shake RP2040
- MicroDev microC3
- Oak Development Technologies Bread 2040
- Raspberry Pi 4B
- Raspberry Pi Compute Module 4 IO Board
- Raspberry Pi Zero 2W
- Seed XIAO variant build for HID devices
- Solder Party RP2040 Stamp
- Swan R5
Changes since 7.1.0-rc.1
This release is a relabeling of 7.1.0-rc.1 and is otherwise the same as that release.
Known issues
- See https://github.com/adafruit/circuitpython/issues for open issues, including issues still to be addressed for 7.x.x.
Thanks
Thank you to all who used, tested, and contributed since 7.0.0, including the contributors above, and many others on GitHub and Discord. Join us on the Discord chat to collaborate.