Skip to content

Releases: adafruit/circuitpython

CircuitPython 10.4.0-alpha.2

Pre-release

Choose a tag to compare

@dhalbert dhalbert released this 16 Sep 03:33
0dedbf7

This is CircuitPython 10.4.0-alpha.2, an alpha release for 10.4.0. Further features, changes, and bug fixes will be added before the final release of 10.4.0.

Highlights of changes since 10.3.1

  • 5 GHz WiFi support.
  • Allow importing turbo (@viper and @native) .mpy files on many espressif, nordic, and SAMx5x boards (already enabled on RP2xxx).
  • BLE numeric-comparison (PIN) pairing on Espressif.
  • Merge from MicroPython v1.28 and v1.29.
  • Many bug fixes.

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 code.circuitpython.org or 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, these ports are consider stable (but see Known Issues below):

  • atmel-samd: Microchip SAMD21, SAMx5x
  • cxd56: Sony Spresense
  • espressif: Espressif ESP32, ESP32-C2, ESP32-C3, ESP32-C5, ESP32-C6, ESP32-C61, ESP32-H2, ESP32-S2, ESP32-S3
  • nordic: Nordic nRF52840, nRF52833
  • raspberrypi: Raspberry Pi RP2040, RP2350
  • stm: ST STM32F4 chip family

These ports are considered alpha and will have bugs and missing functionality:

  • analog: Analog Devices MAX32690
  • broadcom (will be removed in CircuitPython 11): Raspberry Pi boards such as RPi 4, RPi Zero 2W
  • espressif: ESP32-P4
  • litex: fomu
  • mimxrt10xx: NXP i.MX RT10xxx
  • renode: hardware simulator
  • silabs: Silicon Labs MG24 family
  • stm: ST non-STM32F4 chip families
  • zephyr: multiplatform RTOS, running on multiple chip families

Changes since 10.3.1

Fixes and enhancements

Port and board-specific changes

Analog Devices

Broadcom

Espressif

i.MX

Nordic

renode

RP2xxx

SAMx

SiLabs

Spresense

STM

Zephyr

Individual boards

Pimoroni PicoSystem: enable picogame. #11359. Thanks @lynt-smitka.

Documentation changes

Build and infrastructure changes

Translation additions and improvements

New boards

Known issues

Thanks

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

CircuitPython 10.3.1

Choose a tag to compare

@dhalbert dhalbert released this 14 Sep 18:13
c9dee12

This is CircuitPython 10.3.1, a bugfix revision of CircuitPython, and is a new stable release.

Highlights of changes since 10.3.0

  • Allow importing turbo (@viper and @native) .mpy files on RP2xxx boards. More to come.
  • Espressif ESP32-C5 support.
  • Espressif and nordic BLE fixes that improve BLE workflow.
  • Many other bug fixes.
  • Many build infrastructure improvements and speedups.

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 code.circuitpython.org or 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, these ports are consider stable (but see Known Issues below):

  • atmel-samd: Microchip SAMD21, SAMx5x
  • cxd56: Sony Spresense
  • espressif: Espressif ESP32, ESP32-C2, ESP32-C3, ESP32-C5, ESP32-C6, ESP32-C61, ESP32-H2, ESP32-S2, ESP32-S3
  • nordic: Nordic nRF52840, nRF52833
  • raspberrypi: Raspberry Pi RP2040, RP2350
  • stm: ST STM32F4 chip family

These ports are considered alpha and will have bugs and missing functionality:

  • analog: Analog Devices MAX32690
  • broadcom (will be removed in CircuitPython 11): Raspberry Pi boards such as RPi 4, RPi Zero 2W
  • espressif: ESP32-P4
  • litex: fomu
  • mimxrt10xx: NXP i.MX RT10xxx
  • renode: hardware simulator
  • silabs: Silicon Labs MG24 family
  • stm: ST non-STM32F4 chip families
  • zephyr: multiplatform RTOS, running on multiple chip families

Changes since 10.3.0

Fixes and enhancements

Port and board-specific changes

Analog Devices

Broadcom

Espressif

i.MX

Nordic

renode

RP2xxx

SAMx

SiLabs

Spresense

STM

Zephyr

Individual boards

Documentation changes

Build and infrastructure changes

Translation additions and improvements

New boards

Known issues

Thanks

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

CircuitPython 10.3.0

Choose a tag to compare

@dhalbert dhalbert released this 31 Aug 13:33
d897c15

This is CircuitPython 10.3.0, a minor revision of CircuitPython, and is a new stable release.

Notable additions, changes, and fixes in 10.3.0 from 10.2.1

Gaming and Display

  • picogame game engine module, a performant game-oriented alternative to displayio.
  • E-ink display quality improvements, including on MagTag 2025.

Audio

  • audio.AudioOut, using DAC, now available on STM.
  • audio_i2sin, available on Espressif and RP2xxx.
  • audiofilewriter, to send an audio pipeline stream to a file.
  • audiodelays.Flanger, audiodelays.GranularPitchShift.
  • audiospeed.Resampler.
  • audiodelays, audiofilters, and audiofreeverb now available on RP2xxx.
  • synthio.Biquad filters now available in audiodelays.Echo and audiofreeverb.Freeverb.
  • usb_audio.USBMicrophone and usb_audio.USBSpeaker, which provide audio source and sink USB devices.
  • Duplex I2S.

settings.toml

  • CIRCUITPY_BLE_WORKFLOW toggle.
  • CIRCUITPY_HEAP_SRAM_SIZE.
  • CIRCUITPY_SAFE_MODE_DELAY time value.
  • CIRCUITPY_SDCARD_USB toggle.
  • CIRCUITPY_WIFI_HOSTNAME.
  • Float values can now be specified.

Storage

  • sdioio now available on RP2xxx.
  • storage.unsafe_disable_usb_drive() can disable the USB CIRCUITPY drive after the host has mounted it.

Fixes

  • ESP-NOW works again.
  • USB host fixes.
  • BLE workflow fixes (more to come).

Highlights of changes since 10.3.0-rc.0

  • Fix build failures.
  • Update RP2350 PSRAM timing when processor frequency changes.

Incompatibility warnings when upgrading to 10.3.0 from 10.2.1

  • The baudrate specified in busio.SPI.configure() is now a ceiling, and will not be exceeded. Previously, on some ports, the actual baudrate chosen could have been the nearest available baudrate, but higher than the specified baudrate, sometimes by a substantial amount. Use SPI.frequency to fetch the actual baudrate. Limitations: On Zephyr, SPI.frequency is the specified, not the actual baudrate, and some Zephyr ports may violate the ceiling behavior.

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 code.circuitpython.org or 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, these ports are consider stable (but see Known Issues below):

  • atmel-samd: Microchip SAMD21, SAMx5x
  • cxd56: Sony Spresense
  • espressif: Espressif ESP32, ESP32-C2, ESP32-C3, ESP32-C6, ESP32-C61, ESP32-H2, ESP32-S2, ESP32-S3
  • nordic: Nordic nRF52840, nRF52833
  • raspberrypi: Raspberry Pi RP2040, RP2350
  • stm: ST STM32F4 chip family

These ports are considered alpha and will have bugs and missing functionality:

  • analog: Analog Devices MAX32690
  • broadcom (will be removed in CircuitPython 11): Raspberry Pi boards such as RPi 4, RPi Zero 2W
  • espressif: ESP32-P4
  • litex: fomu
  • mimxrt10xx: NXP i.MX RT10xxx
  • renode: hardware simulator
  • silabs: Silicon Labs MG24 family
  • stm: ST non-STM32F4 chip families
  • zephyr: multiplatform RTOS, running on multiple chip families

Changes since 10.3.0-rc.0

Fixes and enhancements

Port and board-specific changes

Analog Devices

Broadcom

Espressif

i.MX

Nordic

renode

RP2xxx

  • Derive PSRAM QMI timings from system clock rate. #11250. Thanks @ladyada.

SAMx

SiLabs

Spresense

STM

Zephyr

Individual boards

Adafruit PyBadge: shrink build. #11263. Thanks @dhalbert.

Documentation changes

Build and infrastructure changes

Translation additions and improvements

New boards

Known issues

Thanks

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

CircuitPython 10.3.0-rc.0

Pre-release

Choose a tag to compare

@dhalbert dhalbert released this 27 Aug 21:01
fda87e8

This is CircuitPython 10.3.0-rc.0, a release candidate for CircuitPython 10.3.0 final. CircuitPython 10.3.0 will be the latest minor revision of CircuitPython, and will be a new stable release.

Notable additions, changes, and fixes in 10.3.0 from 10.2.1

Gaming and Display

  • picogame game engine module, a performant game-oriented alternative to displayio.
  • E-ink display quality improvements, including on MagTag 2025.

Audio

  • audio.AudioOut, using DAC, now available on STM.
  • audio_i2sin, available on Espressif and RP2xxx.
  • audiofilewriter, to send an audio pipeline stream to a file.
  • audiodelays.Flanger, audiodelays.GranularPitchShift.
  • audiospeed.Resampler.
  • audiodelays, audiofilters, and audiofreeverb now available on RP2xxx.
  • synthio.Biquad filters now available in audiodelays.Echo and audiofreeverb.Freeverb.
  • usb_audio.USBMicrophone and usb_audio.USBSpeaker, which provide audio source and sink USB devices.
  • Duplex I2S.

settings.toml

  • CIRCUITPY_BLE_WORKFLOW toggle.
  • CIRCUITPY_HEAP_SRAM_SIZE.
  • CIRCUITPY_SAFE_MODE_DELAY time value.
  • CIRCUITPY_SDCARD_USB toggle.
  • CIRCUITPY_WIFI_HOSTNAME.
  • Float values can now be specified.

Storage

  • sdioio now available on RP2xxx.
  • storage.unsafe_disable_usb_drive() can disable the USB CIRCUITPY drive after the host has mounted it.

Fixes

  • ESP-NOW works again.
  • USB host fixes.
  • BLE workflow fixes (more to come).

Highlights of this release

  • Add picogame game engine module.
  • Add CIRCUITPY_HEAP_SRAM_SIZE setting in settings.toml.
  • Add audiodelays.Flanger.
  • Add synthio.Biquad filters to audiodelays.Echo and audiofreeverb.Freeverb.
  • Implement duplex I2S.
  • Add stereo support to usb_audio.
  • BLE workflow fixes (more to come).
  • Zephyr BLE support.
  • Many other Zephyr, additions, fixes, and new boards.

Incompatibility warnings when upgrading to 10.3.0 from 10.2.1

  • The baudrate specified in busio.SPI.configure() is now a ceiling, and will not be exceeded. Previously, on some ports, the actual baudrate chosen could have been the nearest available baudrate, but higher than the specified baudrate, sometimes by a substantial amount. Use SPI.frequency to fetch the actual baudrate. Limitations: On Zephyr, SPI.frequency is the specified, not the actual baudrate, and some Zephyr ports may violate the ceiling behavior.

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 code.circuitpython.org or 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, these ports are consider stable (but see Known Issues below):

  • atmel-samd: Microchip SAMD21, SAMx5x
  • cxd56: Sony Spresense
  • espressif: Espressif ESP32, ESP32-C2, ESP32-C3, ESP32-C6, ESP32-C61, ESP32-H2, ESP32-S2, ESP32-S3
  • nordic: Nordic nRF52840, nRF52833
  • raspberrypi: Raspberry Pi RP2040, RP2350
  • stm: ST STM32F4 chip family

These ports are considered alpha and will have bugs and missing functionality:

  • analog: Analog Devices MAX32690
  • broadcom (will be removed in CircuitPython 11): Raspberry Pi boards such as RPi 4, RPi Zero 2W
  • espressif: ESP32-P4
  • litex: fomu
  • mimxrt10xx: NXP i.MX RT10xxx
  • renode: hardware simulator
  • silabs: Silicon Labs MG24 family
  • stm: ST non-STM32F4 chip families
  • zephyr: multiplatform RTOS, running on multiple chip families

Changes since 10.3.0-alpha.4

Fixes and enhancements

Port and board-specific changes

Analog Devices

Broadcom

Espressif

  • Read MAC address from eFuse so WiFi does not need to be enabled to fetch the address. #11238. Thanks @mikeysklar.
  • Accept a BLE re-pairing request from a peer already bonded to the board. #11237. Thanks @dhalbert.
  • Require encryption to write CCCD of an encrypted characteristic. #11236. Thanks @dhalbert.
  • Fix busio.UART CTS flow control. #11162. Thanks @tannewt.

i.MX

Nordic

renode

RP2xxx

SAMx

SiLabs

Spresense

  • Raise NotImplementedError for os.urandom() instead of returning a non-TRNG value. #11184. Thanks @dhalbert.

STM

Zephyr

Individual boards

  • Adafruit Memento: turn off presenting SD c...
Read more

CircuitPython 10.3.0-alpha.4

Pre-release

Choose a tag to compare

@dhalbert dhalbert released this 23 Jul 02:35
c926271

This is CircuitPython 10.3.0-alpha.4, an alpha release for 10.3.0. Further features, changes, and bug fixes will be added before the final release of 10.3.0.

Highlights of this release

  • Add audiofilewriter.
  • Add audiodelays.GranularPitchShift.
  • Add sdioio, audiodelays, audiofilters, and audiofreeverb on RP2xxx.
  • Add CIRCUITPY_BLE_WORKFLOW, CIRCUITPY_SAFE_MODE_DELAY, and CIRCUITPY_WIFI_HOSTNAME to settings.toml.
  • Add storage.unsafe_disable_usb_drive(), to disable the USB CIRCUITPY drive after the host has mounted it.
  • Lower the default WiFi power from 20 dBm to 15 dBm on all boards with chip antennas
  • USB host fixes.
  • Espressif BLE fixes.
  • ESP-NOW works again on Espressif.
  • Update TinyUSB.

Incompatibility warnings when upgrading to 10.3.0 from 10.2.x

  • The baudrate specified in busio.SPI.configure() is now a ceiling, and will not be exceeded. Previously, on some ports, the actual baudrate chosen could have been the nearest available baudrate, but higher than the specified baudrate, sometimes by a substantial amount. Use SPI.frequency to fetch the actual baudrate. Limitations: On Zephyr, SPI.frequency is the specified, not the actual baudrate, and some Zephyr ports may violate the ceiling behavior.

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 code.circuitpython.org or 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, these ports are consider stable (but see Known Issues below):

  • atmel-samd: Microchip SAMD21, SAMx5x
  • cxd56: Sony Spresense
  • espressif: Espressif ESP32, ESP32-C2, ESP32-C3, ESP32-C6, ESP32-C61, ESP32-H2, ESP32-S2, ESP32-S3
  • nordic: Nordic nRF52840, nRF52833
  • raspberrypi: Raspberry Pi RP2040, RP2350
  • stm: ST STM32F4 chip family

These ports are considered alpha and will have bugs and missing functionality:

  • analog: Analog Devices MAX32690
  • broadcom: Raspberry Pi boards such as RPi 4, RPi Zero 2W (will be removed in CircuitPython 11)
  • espressif: ESP32-P4
  • litex: fomu
  • mimxrt10xx: NXP i.MX RT10xxx
  • renode: hardware simulator
  • silabs: Silicon Labs MG24 family
  • stm: ST non-STM32F4 chip families
  • zephyr: multiplatform RTOS, running on multiple chip families

Changes since 10.3.0-alpha.3

Fixes and enhancements

  • Update frozen libraries. #11129. Thanks @dhalbert.
  • Add storage.unsafe_disable_usb_drive(), which disables the CIRCUITPY drive even after it was enumerated as a USB drive. The drive is marked as "not ready". This allows writing to the drive from the REPL or from code without a remount() in boot.py.
  • Allow non-boot-protocol keyboards to be used with USB host. #11126. Thanks @mikeysklar.
  • Do not do BLE bonding delay (blue flashes) when waking from deep sleep. #11123. Thanks @dhalbert.
  • Add CIRCUITPY_BLE_WORKFLOW in settings.toml for enabling/disabling BLE workflow. #11123. Thanks @dhalbert.
  • Add audiodelays.GranularPitchShift. #11121. Thanks @FoamyGuy.
  • Fix handling of .. in beginning of file paths. #11113. Thanks @94xhn.
  • Fix native modules (.mpy files with native machine code). #11112. Thanks @jepler.
  • Improve PWMOut constructor failure error messages. #11107. Thanks @dhalbert.
  • Add audiofilewriter module, an audio sink that writes to a file. #11106. Thanks @FoamyGuy.
  • Update TinyUSB, including MAX3421E fix. #11093. Thanks @mikeysklar.
  • Fix preserve_dios during fake deep sleep. #11087. Thanks @dhalbert.
  • Fix non-looping audio playback. #11085. Thanks @dhalbert.
  • busio.SPI: do not exceed specified baudrate. #11081. Thanks @dhalbert.
  • Fix BLE crash on AirLift restart. #11077. Thanks @dhalbert.
  • Add CIRCUITPY_SAFE_MODE_DELAY in settings.toml: sets time allowed for user-initiated safe mode during startup. #11073. Thanks @dhalbert.
  • Add CIRCUITPY_WIFI_HOSTNAME in settings.toml: sets hostname prior to WiFi connect. #11072. Thanks @dhalbert.
  • Improvements to I2SIn streaming protocol. #11068. Thanks @FoamyGuy.

Port and board-specific changes

Analog Devices

Broadcom

Espressif

i.MX

Nordic

renode

RP2xxx

SAMx

SiLabs

Spresense

STM

Zephyr

Individual boards

Documentation changes

  • Fix doubled backslashes in settings.toml documentation. #11119. Thanks @dhalbert.

Build and infrastructure changes

  • fix CIRCUITPY_* flags that should be #if, not #ifdef. #11069. Thanks @dhalbert.

Translation additions and improvements

New boards

Known issues

Thanks

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

CircuitPython 10.3.0-alpha.3

Pre-release

Choose a tag to compare

@dhalbert dhalbert released this 23 Jun 22:26
c2d8c2b

This is CircuitPython 10.3.0-alpha.3, an alpha release for 10.3.0. Further features, changes, and bug fixes will be added before the final release of 10.3.0.

Highlights of this release

  • Add usb_audio.USBMicrophone and usb_audio.USBSpeaker, which provide audio source and sink USB devices.
  • Add audiospeed.Resampler.
  • Add audio_i2sin input audio stream; supported only on Espressif and RP2xxx.
  • Fix Espressif camera support regression.
  • Fix several Espressif BLE bugs.
  • Other bug fixes.

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 code.circuitpython.org or 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, these ports are consider stable (but see Known Issues below):

  • atmel-samd: Microchip SAMD21, SAMx5x
  • cxd56: Sony Spresense
  • espressif: Espressif ESP32, ESP32-C2, ESP32-C3, ESP32-C6, ESP32-C61, ESP32-H2, ESP32-S2, ESP32-S3
  • nordic: Nordic nRF52840, nRF52833
  • raspberrypi: Raspberry Pi RP2040, RP2350
  • stm: ST STM32F4 chip family

These ports are considered alpha and will have bugs and missing functionality:

  • analog: Analog Devices MAX32690
  • broadcom: Raspberry Pi boards such as RPi 4, RPi Zero 2W
  • espressif: ESP32-P4
  • litex: fomu
  • mimxrt10xx: NXP i.MX RT10xxx
  • renode: hardware simulator
  • silabs: Silicon Labs MG24 family
  • stm: ST non-STM32F4 chip families
  • zephyr: multiplatform RTOS, running on multiple chip families

Changes since 10.3.0-alpha.2

Fixes and enhancements

  • Add audio_i2sin on Espressif and RP2xxx. It can act as an audio stream like other audio sources. #11064, #10990. Thanks @FoamyGuy.
  • Add usb_audio.USBSpeaker. #11062. Thanks @FoamyGuy.
  • Add usb_audio.USBMicrophone. #11058. Thanks @FoamyGuy.
  • Add audiospeed.Resampler. #11057. Thanks @relic-se.
  • Allow using an I/O expander pin or a DigitalInOut for the sdcardio.SDCard chip-select pin. #11053. Thanks @bablokb.
  • Fix dotclockframebuffer GPIO expander pin validation. #11028. Thanks @makermelissa.
  • Add mask arg to bitmaptools.alphablend(). #11027. Thanks @makermelissa.
  • Fix stereo signal processing in audiofilters.Filter. #11025. Thanks @relic-se.
  • Fix audiospeed.SpeedChanger. #11022. Thanks @todbot.
  • Fix filesystem incorrectly reported as read-only for web and BLE workflows. #11048. Thanks @makermelissa.
  • Return HTTP 409 instead of 500 on web workflow when filesytem is read-only. #11017. Thanks @makermelissa.
  • Simplify startup message printing to fix suppressing messages from boot.py on the display. #11010. Thanks @dhalbert.
  • Turn on __delattr__() and __setattr__() on most boards. #11007. Thanks @dhalbert.

Port and board-specific changes

Analog Devices

Broadcom

Espressif

i.MX

Nordic

renode

RP2xxx

SAMx

SiLabs

Spresense

STM

Zephyr

Individual boards

  • senseBox MCU Eye: update name, pins, and flash. #11063. Thanks @sensebox.

Documentation changes

  • Improve deep sleep and displayio.release_displays() documentation. #11038. Thanks @dhalbert.

Build and infrastructure changes

Translation additions and improvements

New boards

Known issues

Thanks

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

CircuitPython 10.3.0-alpha.2

Pre-release

Choose a tag to compare

@dhalbert dhalbert released this 15 May 16:40
05511a4

This is CircuitPython 10.3.0-alpha.2, an alpha release for 10.3.0. Further features, changes, and bug fixes will be added before the final release of 10.3.0.

Highlights of this release

  • Fix crashes on certain boards with integral displays.
  • Adafruit MagTag 2025: improve display quality and support new display variant.
  • Add CIRCUITPY_SDCARD_USB to settings.toml to control visibility of a mounted SD card on USB.
  • Support float values in settings.toml.
  • Report USB MSC drives as removable media to the host.
  • Update ESP-IDF to v6.0.1.
  • Fix audiomixer.Mixer regressions on SAMx5x.
  • STM: support audio.AudioOut, using DAC.

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 code.circuitpython.org or 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, these ports are consider stable (but see Known Issues below):

  • atmel-samd: Microchip SAMD21, SAMx5x
  • cxd56: Sony Spresense
  • espressif: Espressif ESP32, ESP32-C2, ESP32-C3, ESP32-C6, ESP32-C61, ESP32-H2, ESP32-S2, ESP32-S3
  • nordic: Nordic nRF52840, nRF52833
  • raspberrypi: Raspberry Pi RP2040, RP2350
  • stm: ST STM32F4 chip family

These ports are considered alpha and will have bugs and missing functionality:

  • analog: Analog Devices MAX32690
  • broadcom: Raspberry Pi boards such as RPi 4, RPi Zero 2W
  • espressif: , ESP32-P4
  • litex: fomu
  • mimxrt10xx: NXP i.MX RT10xxx
  • renode: hardware simulator
  • silabs: Silicon Labs MG24 family
  • stm: ST non-STM32F4 chip families
  • zephyr: multiplatform RTOS, running on multiple chip families

Changes since 10.3.0-alpha.1

Fixes and enhancements

Port and board-specific changes

Analog Devices

Broadcom

Espressif

i.MX

Nordic

renode

RP2

SAMx

SiLabs

Spresense

STM

Zephyr

Individual boards

Documentation changes

Build and infrastructure changes

Translation additions and improvements

  • Thanks for translations:

New boards

Known issues

Thanks

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

CircuitPython 10.2.1

Choose a tag to compare

@dhalbert dhalbert released this 12 May 21:43
bcfcb51

This is CircuitPython 10.2.1, a bugfix revision of CircuitPython, and is a new stable release.

Highlights of this release

  • Fix crashes on certain boards with integral displays.
  • Adafruit MagTag 2025: improve display quality and support new display variant.

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 code.circuitpython.org or 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, these ports are consider stable (but see Known Issues below):

  • atmel-samd: Microchip SAMD21, SAMx5x
  • cxd56: Sony Spresense
  • espressif: Espressif ESP32, ESP32-C2, ESP32-C3, ESP32-C6, ESP32-C61, ESP32-H2, ESP32-S2, ESP32-S3
  • nordic: Nordic nRF52840, nRF52833
  • raspberrypi: Raspberry Pi RP2040, RP2350
  • stm: ST STM32F4 chip family

These ports are considered alpha and will have bugs and missing functionality:

  • analog: Analog Devices MAX32690
  • broadcom: Raspberry Pi boards such as RPi 4, RPi Zero 2W
  • espressif: , ESP32-P4
  • litex: fomu
  • mimxrt10xx: NXP i.MX RT10xxx
  • renode: hardware simulator
  • silabs: Silicon Labs MG24 family
  • stm: ST non-STM32F4 chip families
  • zephyr: multiplatform RTOS, running on multiple chip families

Changes since 10.2.0

Fixes and enhancements

Port and board-specific changes

Analog Devices

Broadcom

Espressif

i.MX

Nordic

renode

RP2

SAMx

SiLabs

Spresense

STM

Zephyr

Individual boards

Documentation changes

Build and infrastructure changes

Translation additions and improvements

New boards

Known issues

Thanks

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

CircuitPython 10.3.0-alpha.1

Pre-release

Choose a tag to compare

@dhalbert dhalbert released this 30 Apr 21:30
8e45cf1

This is CircuitPython 10.3.0-alpha.1, an alpha release for 10.2.0. Further features, changes, and bug fixes will be added before the final release of 10.3.0.

Highlights of this release

  • Improve SD card USB presentation on macOS.
  • Prefer foo.py over foo/ package when importing, like CPython.
  • Pin fixes.
  • Enable gifio and `storage in Zephyr port.

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 code.circuitpython.org or 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, these ports are consider stable (but see Known Issues below):

  • atmel-samd: Microchip SAMD21, SAMx5x
  • cxd56: Sony Spresense
  • espressif: Espressif ESP32, ESP32-C2, ESP32-C3, ESP32-C6, ESP32-C61, ESP32-H2, ESP32-S2, ESP32-S3
  • nordic: Nordic nRF52840, nRF52833
  • raspberrypi: Raspberry Pi RP2040, RP2350
  • stm: ST STM32F4 chip family

These ports are considered alpha and will have bugs and missing functionality:

  • analog: Analog Devices MAX32690
  • broadcom: Raspberry Pi boards such as RPi 4, RPi Zero 2W
  • espressif: , ESP32-P4
  • litex: fomu
  • mimxrt10xx: NXP i.MX RT10xxx
  • renode: hardware simulator
  • silabs: Silicon Labs MG24 family
  • stm: ST non-STM32F4 chip families
  • zephyr: multiplatform RTOS, running on multiple chip families

Changes since 10.2.0

Fixes and enhancements

    • Prefer foo.py over foo/ package when importing, like CPython. Conforms to CPython behavior. #10951. Thanks @tannewt.
  • Automount SD card earlier to make USB SD card access work properly on macoS. #10963. Thanks @mikeysklar.

Port and board-specific changes

Analog Devices

Broadcom

Espressif

i.MX

Nordic

renode

RP2

SAMx

SiLabs

Spresense

STM

Zephyr

Individual boards

Documentation changes

Build and infrastructure changes

Translation additions and improvements

  • Thanks for translations:

New boards

Known issues

Thanks

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

CircuitPython 10.2.0

Choose a tag to compare

@dhalbert dhalbert released this 22 Apr 18:35
abb3cbb

This is CircuitPython 10.2.0, a minor revision of CircuitPython, and is a new stable release.

Highlights of this release

  • New audiotools.SpeedChanger.
  • New qspibus support for displayio.
  • Stability improvements to USB SD card handling.
  • Merge of MicroPython v1.27.
  • Update to ESP-IDF v5.5.3.
  • Many additions to the Zephyr port.
  • Simulated hardware testing is now being done in the Zephyr port.

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 code.circuitpython.org or 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, these ports are consider stable (but see Known Issues below):

  • atmel-samd: Microchip SAMD21, SAMx5x
  • cxd56: Sony Spresense
  • espressif: Espressif ESP32, ESP32-C2, ESP32-C3, ESP32-C6, ESP32-C61, ESP32-H2, ESP32-S2, ESP32-S3
  • nordic: Nordic nRF52840, nRF52833
  • raspberrypi: Raspberry Pi RP2040, RP2350
  • stm: ST STM32F4 chip family

These ports are considered alpha and will have bugs and missing functionality:

  • analog: Analog Devices MAX32690
  • broadcom: Raspberry Pi boards such as RPi 4, RPi Zero 2W
  • espressif: , ESP32-P4
  • litex: fomu
  • mimxrt10xx: NXP i.MX RT10xxx
  • renode: hardware simulator
  • silabs: Silicon Labs MG24 family
  • stm: ST non-STM32F4 chip families
  • zephyr: multiplatform RTOS, running on multiple chip families

Changes since 10.1.4 and 10.2.0-alpha.1

Fixes and enhancements

Port and board-specific changes

Analog Devices

Broadcom

Espressif

i.MX

Nordic

renode

RP2

SAMx

SiLabs

Spresense

STM

Zephyr

Individual boards

Documentation changes

Build and infrastructure changes

  • Update CI actions to Node.24 versions. #10910. Thanks @dhalbert.
  • Fix ReadTheDocs build warnings. #10907. Thanks @dhalbert.
  • Add support for user-supplied build configuration files: user_pre_mpconfigport.mk, user_post_mpconfigport.mk, user_post_circuitpy_defns.mk. #10817. Thanks @bablokb.

Translation additions and improvements

New boards

Known issues

Thanks

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