Releases: adafruit/circuitpython
CircuitPython 9.2.5
This is CircuitPython 9.2.5, the latest bugfix revision of CircuitPython, and is a new stable release.
WARNING for nRF52 boards only: If your board has an nRF52 UF2 bootloader whose version is before 0.6.1, you will not be able to load CircuitPython 8.2.0 and later, due to increased size of the firmware. See these instructions for updating your bootloader.
Highlights of this release
- Update frozen modules.
- Enable function attributes and reverse arithmetic operators on most boards.
displayio:- Add
tilepalettemapper. - add VT100 escape code support for scrolling and colors.
- Add
synthioandaudiodelaysadditions- Add
audioioon Espressif. - Add
spitargeton SAMx (enabled on most SAMx5x boards). - Initial work on a Zephyr port.
- Bug fixes.
Incompatibility warnings
- Uses of deprecated
displayiobindings are now called out with warnings. For instance,displayio.Displayis deprecated in favor ofbusdisplay.BusDisplay. In CircuitPython 10.0.0 the deprecated bindings will be removed.
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, SAMx5xcxd56: Sony Spresenseespressif: Espressif ESP32, ESP32-S2, ESP32-S3, ESP32-C2, ESP32-C3, ESP32-C6nordic: Nordic nRF52840, nRF52833raspberrypi: Raspberry Pi RP2040, RP2350stm: ST STM32F4 chip family
These ports are considered alpha and will have bugs and missing functionality:
analog: Analog Devices MAX32690broadcom: Raspberry Pi boards such as RPi 4, RPi Zero 2Wespressif: ESP32-P4litex: fomumimxrt10xx: NXP i.MX RT10xxxrenode: hardware simulatorsilabs: Silicon Labs MG24 familystm: ST non-STM32F4 chip familieszephyr: multiplatform RTOS: testing with nRF5340, nRF54L15, RA6M5, STM32H7
Changes
Fixes and enhancements
- Update frozen modules. #10139. Thanks @dhalbert.
- Enable warnings when using older
displayiobindings deprecated in 9.x. #10137. Thanks @eightycc. - Enable function attributes and reverse arithmetic operators on most boards. #10134. Thanks @eightycc.
- Add support for a Python-writable
/savespartition in addition to CIRCUITPY. #10122. Thanks @tannewt. - Add
tilepalettemapperfordisplayio. #10113. Thanks @FoamyGuy. - Add VT100 escape code scrolling in
terminalio. #10110, #10108. Thanks @RetiredWizard. - Add VT100 escape codes for colors in
terminalio. #10105. Thanks @RetiredWizard. - Check for empty SSID before attempting to start web workflow. #10103. Thanks @dhalbert.
- Allow a
CIRCUITPY_TERMINAL_SCALEvalue insettings.toml, to scale theterminaliodisplay. #10099. Thanks @RetiredWizard. - Fix loading small monochrome
OnDiskBitmaps. #10097. Thanks @SamantazFox. - Fix uses of
m_realloc()andm_freewhenMICROPY_MALLOC_USES_ALLOCATED_SIZEis set. #10094. Thanks @SamantazFox. - Improve
displayio.ColorConverteraccuracy for 5:5:5-bit colors. #10076. Thanks @qutefox. - Add `supervisor.runtime.display. #10062. Thanks @jepler.
- Restore
console_uart_printf()internally; fix use of__ZEPHYR__. #10057. Thanks @eightycc. - Add
audiodelays.PitchShifteffect. #10052. Thanks @relic-se. - Fix
CIRCUITPY_SERIAL_GUARDINGinserial_early_init(). #10043. Thanks @eightycc. - Provide and use a a default
__exit__()object, to save space. #10040. Thanks @jepler. - Reduce audio processing code size. #10036. Thanks @jepler.
- Skip over unused data in
WaveFiles. #10013. Thanks @MarshallMiller. - Add
synthio.BlockBiquadenhanced biquad filter support. #9804. Thanks @jepler.
Port and board-specific changes
Analog Devices
Broadcom
Espressif
- Remove debug prints in
PDMIn. #10101. Thanks @dhalbert. - Make enabling BLE on 4MB Espressif boards possible. #10089. Thanks @Neradoc.
- Add
audioio. #9995. Thanks @MarshallMiller.
i.MX
Nordic
renode
RP2
- Use Adafruit fork of Pico-PIO-USB. #10119. Thanks @tannewt.
- Fix
picodvi.Framebufferissues. #10116. Thanks @eightycc. - Fix interrupt handling during flash writes. #10116, #10111. Thanks @eightycc.
- Update pico-sdk to 2.1.1. #10083. Thanks @eightycc.
- Fix
picodvi.Framebufferscreen height for 640x480. #10069. Thanks @mattuna15. - Autoconfigure
picodvidisplay settings. #10062. Thanks @jepler. - Don't block
DMA_IRQ_1when disabling interrupts. #10049. Thanks @jepler. - Remove previously-added delay before initialization of CYW43. #10038. Thanks @bablokb.
- Speed up network operations by reducing
lwiptimer intervals; allocatelwipmemory dynamically. #10027. Thanks @eightycc. - Fix PIO state machine allocation for duplicate programs. #10025. Thanks @jepler.
- Fix peripheral clock restoration after light sleep. #10018. Thanks @dhalbert.
- Update Pico-PIO-USB. #10015. Thanks @jepler.
SAMx
- Add
spitarget(SPI secondary) support. #9385. Thanks @Bruin-Spacecraft-Group.
SiLabs
Spresense
STM
Zephyr
Individual boards
- 01Space 0.42 OLED ESP32C3: reduce default transmit power. #10085. Thanks @bill88t.
- Heltec Wireless Paper: fix LoRa SPI pin choice. #10021. Thanks @SeanTheITGuy.
- LILYGO TEMBED ESP32S3: use wheel LEDs for status. #10126. Thanks @Neradoc.
- Particle Boron: support 8MB flash chip. #10098. Thanks @dhalbert.
Documentation changes
- Update
picodvidisplay mode documentation. #10118. Thanks @FoamyGuy. - Use shorthand type names for
displayiotypes. #10109. Thanks @jepler. - Fix
usb_cdc.Serial.read()documentation. #10019. Thanks @dhalbert.
Build and infrastructure changes
- Add manual tests for USB host mouse support. #10128. Thanks @FoamyGuy.
- Fix custom build CI workflow. #10123. Thanks @Neradoc.
- Fix how to find board info for building and documentaiton. #10121, #10041. Thanks @tannewt, @jepler.
- Use
MP_ROM_QSTRinstead ofMP_OBJ_NEW_QSTR. #10058. Thanks @jepler. - Require specific
ruffversion. #10035. Thanks @jepler.
Translation additions and improvements
- Thanks for translations:
- @andibing (English - UK)
- @FK-sauve (French)
- @hexthat (Chinese - Pinyin)
- @karlosgliberal (Spanish)
- Jiayin Liu (Chinese - Pinyin)
- @wtuemura (Portugese - Brazil)
New boards
- Adafruit Fruit Jam: #10136, #10135, #10114, #10081. Thanks @tannewt, @dhalbert.
- Daisy Seed: #9974. Thanks @snkYmkrct.
- Elecrow CrowPanel 4.2 EPaper. #10107. Thanks @SeanTheITGuy.
- Heltec Vison Master E290. #10090. Thanks @SeanTheITGuy.
- HXR SAO DIgital Multimeter. #10092. Thanks @flummer.
- LILYGO T-Dongle S3. #10065. Thanks @deisterhold.
- LILYGO T-QT PRO NO PSRAM and PSRAM. #10131. Thanks @Neradoc.
- PROVES Kit v4. #10127. Thanks @proveskit.
- Red ESP32-S2-WROOM. #10060. Thanks @Glodigit.
- Spotpear ESP32C3 LCD 1.69. #10106. Thanks @SeanTheITGuy.
- WEMOS LOLIN S3 MINI PRO 4MB Flash 2MB PSRAM. #10088. Thanks @SeanTheITGuy.
Known issues
- See https://github.com/adafruit/circuitpython/issues for other issues, including issues still to be addressed for:
- Native-code .mpy files are not working. This capability is currently enabled only on the
winterbloom_solboard.
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 9.2.4
This is CircuitPython 9.2.4, the latest bugfix revision of CircuitPython, and is a new stable release.
WARNING for nRF52 boards only: If your board has an nRF52 UF2 bootloader whose version is before 0.6.1, you will not be able to load CircuitPython 8.2.0 and later, due to increased size of the firmware. See these instructions for updating your bootloader.
Highlights of this release
- Update frozen modules, including a fix for
adafruit_requests. audiofilters: addDistortionand implement LFO ticking.- Add
caniosupport for i.MX boards. - Fix RP2
picodvicrash. - Fix STM USB crashes.
Incompatibility warnings
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, SAMx5xcxd56: Sony Spresenseespressif: Espressif ESP32, ESP32-S2, ESP32-S3, ESP32-C2, ESP32-C3, ESP32-C6nordic: Nordic nRF52840, nRF52833raspberrypi: Raspberry Pi RP2040, RP2350stm: ST STM32F4 chip family
These ports are considered alpha and will have bugs and missing functionality:
analog: Analog Devices MAX32690broadcom: Raspberry Pi boards such as RPi 4, RPi Zero 2Wespressif: ESP32-P4litex: fomumimxrt10xx: NXP i.MX RT10xxxrenode: hardware simulatorsilabs: Silicon Labs MG24 familystm: ST non-STM32F4 chip families
Changes
Fixes and enhancements
- Update frozen modules, including a fix for
adafruit_requests. #10012. Thanks @dhalbert. MP3Decodercan now handle 40-byte format headers. #10001. Thanks @marshalmiller.audiofilters: addDistortionand implement LFO ticking. #9776. Thanks @relic-se.
Port and board-specific changes
Analog Devices
Broadcom
Espressif
i.MX
- Add
caniosupport. #9982. Thanks @SamantazFox and @qutefox.
Nordic
renode
RP2
- Fix regression re
offsetinrp2pio.StateMachine. #10010. Thanks @jepler. - Use newer PIO resource handling API. #9999. Thanks @jepler.
- Better audio DMA error handling. #9989. Thanks @eightycc.
- Fix
picodvicrashes due to DMA handling regression. #9980. Thanks @dhalbert.
SAMx
SiLabs
Spresense
STM
Individual boards
- Adafruit Metro RP2350: enable USB host by default. #10005. Thanks @jepler.
- Adafruit Sparkle Motion: correct and add pin aliases. #9993. Thanks @BlitzCityDIY.
- Spotpear ESP32C3 1.44" LCD: Use legacy 4MB layout to avoid bootloop due to
_bleioenabling. #9997. Thanks @SeanTheITGuy. - Waveshare ESP32-C6 LCD 1.47": allow sharing of SPI bus. #9987. Thanks @bwshockley.
Documentation changes
Build and infrastructure changes
Translation additions and improvements
New boards
- Waveshare ESP32-C6 LCD 1.47". #9984. Thanks @bwshockley.
Known issues
- See https://github.com/adafruit/circuitpython/issues for other issues, including issues still to be addressed for:
- Native-code .mpy files are not working. This capability is currently enabled only on the
winterbloom_solboard.
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 9.2.3
This is CircuitPython 9.2.3, the latest bugfix revision of CircuitPython, and is a new stable release.
WARNING for nRF52 boards only: If your board has an nRF52 UF2 bootloader whose version is before 0.6.1, you will not be able to load CircuitPython 8.2.0 and later, due to increased size of the firmware. See these instructions for updating your bootloader.
Highlights of this release
- Fix ESP32-S3 regression: did not connect properly to USB without an interposed hub.
- New boards: Adafruit Sparkle Motion and Mini Sparkle Motion, M5Stack StampS3.
Incompatibility warnings
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, SAMx5xcxd56: Sony Spresenseespressif: Espressif ESP32, ESP32-S2, ESP32-S3, ESP32-C2, ESP32-C3, ESP32-C6nordic: Nordic nRF52840, nRF52833raspberrypi: Raspberry Pi RP2040, RP2350stm: ST STM32F4 chip family
These ports are considered alpha and will have bugs and missing functionality:
analog: Analog Devices MAX32690broadcom: Raspberry Pi boards such as RPi 4, RPi Zero 2Wespressif: ESP32-P4litex: fomumimxrt10xx: NXP i.MX RT10xxxrenode: hardware simulatorsilabs: Silicon Labs MG24 familystm: ST non-STM32F4 chip families
Changes
Fixes and enhancements
Port and board-specific changes
Analog Devices
Broadcom
Espressif
i.MX
Nordic
renode
RP2
- Use defined constants for CYW43 pins. #9945. Thanks @arturo182.
SAMx
SiLabs
Spresense
STM
- Prospective fix for STM32H7 crashes on recent builds. #9962, Thanks @snkYmkrct.
Individual boards
Documentation changes
- Document Windows limitation for
usb_midi.set_names(). #9946. Thanks @dhalbert. - Fix
rtcdocumentation typo. #9944. Thanks @KeithTheEE.
Build and infrastructure changes
- Improvements to serial console startup and logging. #9964. Thanks @eightycc.
- Fix version of
setuptools_scmused forcircuitpython-stubs. #9948. Thanks @jepler. - Find files with inline documentation using an inclusion instead of an exclusion list. #9947. Thanks @jepler.
Translation additions and improvements
- Thanks for translations:
- gfbdrgng (Russian)
- @wtuemura (Portugese - Brazil)
New boards
- Adafruit Mini Sparkle Motion Mini. #9963. Thanks @FoamyGuy.
- Adafruit Sparkle Motion. #9961. Thanks @BlitzCityDIY.
- M5Stack StampS3: #9950. Thanks @StellasFun.
Known issues
- See https://github.com/adafruit/circuitpython/issues for other issues, including issues still to be addressed for:
- Native-code .mpy files are not working. This capability is currently enabled only on the
winterbloom_solboard.
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 9.2.2
This is CircuitPython 9.2.2, the latest bugfix revision of CircuitPython, and is a new stable release.
WARNING for nRF52 boards only: If your board has an nRF52 UF2 bootloader whose version is before 0.6.1, you will not be able to load CircuitPython 8.2.0 and later, due to increased size of the firmware. See these instructions for updating your bootloader.
Highlights of this release
int.from_bytes()and.to_bytes()calls can omitbyteorderarg, as in CPython.DemuxKeyMatrix: add scan delay, addcolumns_to_anodesandtransposeargs.- Implement
audiomixer.MixerVoice.levelassynthio.BlockInput. displayionow supports 24-bit color depth.- Add
sideset_pindirstorp2pio.StateMachine. rp2pio: support on GPIO pins 32 and up, available on RP2350B.- Initial implementation of
audiobusio.PDMInon Espressif. - Update Espressif ESP-IDF to v5.3.2, which supports ESP32-P4 v1.0 chips.
- New
ports/analogport, initially supporting Analog Devices ADI MAX32690 microcontroller. - Over 20 new boards.
Incompatibility warnings
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, SAMx5xcxd56: Sony Spresenseespressif: Espressif ESP32, ESP32-S2, ESP32-S3, ESP32-C2, ESP32-C3, ESP32-C6nordic: Nordic nRF52840, nRF52833raspberrypi: Raspberry Pi RP2040, RP2350stm: ST STM32F4 chip family
These ports are considered alpha and will have bugs and missing functionality:
analog: Analog Devices MAX32690broadcom: Raspberry Pi boards such as RPi 4, RPi Zero 2Wespressif: ESP32-P4litex: fomumimxrt10xx: NXP i.MX RT10xxxrenode: hardware simulatorsilabs: Silicon Labs MG24 familystm: ST non-STM32F4 chip families
Changes since 9.2.1
Fixes and enhancements
int.from_bytes()and.to_bytes()calls can omitbyteorderarg, as in CPython. #9940. Thanks @dhalbert.- Discard line-clearing escape characters in web workflow serial stream. #9934. Thanks @Neradoc.
- Fix
selfarg passed to@classmethodwhen accessed viasuper. #9926. Thanks @dhalbert and @dpgeorge (from MicroPython). DemuxKeyMatrix: add scan delay, addcolumns_to_anodesandtransposeargs. #9912. Thanks @patricksurry.- Implement
audiomixer.MixerVoice.levelassynthio.BlockInput. #9899. Thanks @relic-se. RGBMatrixspeculative fix: added and removed. #9892, #9865. Thanks @jepler.displayio: support 24-bit color depth. #9882. Thanks @ddrown.MP3Decoder: prevent including old data in stream. #9866. Thanks @jepler.- Remove unneeded keyword arg handlers in audio classes property setters. #9864, #9862. Thanks @relic-se and @jepler.
- Provide
audiomixer.MixerVoice.loopproperty. #9861. Thanks @pdw-mb. - Fix
vectoriorotation corner case. #9851. Thanks @FoamyGuy.
Port and board-specific changes
Analog Devices
- New
ports/analogport, initially supporting Analog Devices ADI MAX32690 microcontroller. #9667. Thanks @Brandon-Hurst.
Broadcom
Espressif
- Add short delay after I2C bus probe to fix I2C bus scanning on ESP32-S2. #9942. Thanks @dhalbert.
- Update Espressif ESP-IDF to v5.3.2, which supports ESP32-P4 v1.0 chips. #9928. Thanks @tannewt.
- Use correct USB Device instance. #9889. Thanks @dhalbert.
- ESP32-P4: USB support. #9889, #9841. Thanks @tannewt and @dhalbert.
- Make
alarmavailable on some boards where it was inadvertently omitted. #9881. Thanks @dhalbert. - Allow
mbedtlsdata to be stored in PSRAM. #9867. Thanks @jepler. - Initial implementation of
audiobusio.PDMIn. #9828. Thanks @JetForMe.
i.MX
Nordic
renode
RP2
- Enable compiler warning that was disabled for gcc 10. #9942. Thanks @jepler.
rp2pio: support PIO on GPIO pins 32 and up, available on RP2350B. #9901. Thanks @jepler.- Better documentation for
rp2piotypes. #9885. Thanks @jepler. - Add
sideset_pindirstorp2pio.StateMachine. #9849. Thanks @jepler. - Update
pico-sdkto version 2.1.0. #9831. Thanks @eightycc.
SAMx
SiLabs
Spresense
STM
Individual boards
- Adafruit Floppsy RP2040: add
board.DISPLAY; update pins. #9869, #9833. Thanks @jepler. - LILYGO T-Watch 2020 V3: restore serial connection. #9916. Thanks @Neradoc.
- Oxocard Connect: fix pins. #9932. Thanks @supcik.
- TTGO T8 v1.7 ESP32: PSRAM support. #9824. Thanks @aguaviva.
- Waveshare S3 Zero: add button pin names. #9858. Thanks @Timeline8.
- WIZnet W5100S-EVB-Pico2: update USB names. #9835. Thanks @anecdata.
Documentation changes
- Document safe mode wait interval in
README.rst. #9929. Thanks @pdw-mb. - Update
usb_hidboot device documentation. #9836. Thanks @dhalbert.
Build and infrastructure changes
raspberrypi: revert #5210. Use-Ogfor debug build. #9925. Thanks @eightycc.- Update CMAKE version for GitHub codespaces. #9832. Thanks @bablokb
Translation additions and improvements
- Thanks for translations:
- @andibing (English - UK)
- @odeevee (French)
- @hexthat (Chinese - Hanyu Pinyin)
- @jposada202020 (Spanish)
- @SKRRRRRRT (German)
- @wtuemura (Portugese - Brazil)
New boards since 9.2.1
- 8086 RP2040 Interfacer. #9894. Thanks @burtyb.
- Adafruit Metro RP2350 (RP2350B chip). #9895, #9890, #9834, #9830. Thanks @dhalbert.
- Analog Devices MAX32690 APARD. #9667. Thanks @Brandon-Hurst.
- Analog Devices MAX32690 EvKit. #9667. Thanks @Brandon-Hurst.
- HEIA-FR Picomo V3. #9933. Thanks @supcik.
- Heltec Wireless Paper. #9838. Thanks @SeanTheITGuy.
- M5Stack M5Stick C Plus2. #9939. Thanks @bootc.
- Music Thing Modular Workshop System. #9850. Thanks @todbot.
- Pimoroni Plasma 2350 W. #9923. Thanks @ShawnEsterman.
- Pimoroni Pico Plus 2 W. #9826. Thanks @eightycc.
- Waveshare ESP32-S3-ETH. #9922. Thanks @anecdata.
- Sunton ESP32-2432S024C. #9919, #9918. Thanks @PasswordVault and @RetiredWizard.
- Sunton ESP32-8048S050. #9911. Thanks @RetiredWizard.
- Waveshare ESP32-S3-Matrix. #9879. Thanks @m4tk.
- Waveshare RP2350-Geek. #9896. Thanks @relic-se.
- Waveshare RP2350-LCD-0.96. #9896. Thanks @relic-se.
- Waveshare RP2350-LCD-1.28. #9896. Thanks @relic-se.
- Waveshare RP2350-One. #9896. Thanks @relic-se.
- Waveshare RP2350-Plus. #9896. Thanks @relic-se.
- Waveshare RP2350-Tiny. #9896. Thanks @relic-se.
- Waveshare RP2350-Touch-LCD-1.28. #9896. Thanks @relic-se.
- Waveshare RP2350-Zero. #9896. Thanks @relic-se.
Known issues
- See https://github.com/adafruit/circuitpython/issues for other issues, including issues still to be addressed for:
- Native-code .mpy files are not working. This capability is currently enabled only on the
winterbloom_solboard.
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 9.2.1
This is CircuitPython 9.2.1, the latest bugfix revision of CircuitPython, and is a new stable release.
WARNING for nRF52 boards only: If your board has an nRF52 UF2 bootloader whose version is before 0.6.1, you will not be able to load CircuitPython 8.2.0 and later, due to increased size of the firmware. See these instructions for updating your bootloader.
Highlights of this release
- Additional
synthioandaudiofiltersfunctionality. I2CTargetandkeys.*.reset()fixes.- RP2350: PSRAM and
cpu.temperaturefixes. rp2pio: add background read operation.- Five new boards.
Incompatibility warnings
- Raise
TypeErrorwhen attempt to produce JSON for invalid types. Previously the types were serialized as strings.
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, SAMx5xcxd56: Sony Spresenseespressif: Espressif ESP32, ESP32-S2, ESP32-S3, ESP32-C2, ESP32-C3, ESP32-C6nordic: Nordic nRF52840, nRF52833raspberrypi: Raspberry Pi RP2040, RP2350stm: ST STM32F4 chip family
These ports are considered alpha and will have bugs and missing functionality:
broadcom: Raspberry Pi boards such as RPi 4, RPi Zero 2Wespressif: ESP32-P4 (currently no USB support)litex: fomumimxrt10xx: NXP i.MX RT10xxxrenode: hardware simulatorsilabs: Silicon Labs MG24 familystm: ST non-STM32F4 chip families
Changes since 9.2.0
Fixes and enhancements
- Fix regression of
keypad.*.reset()behavior. #9819. Thanks @aseanwatson and @dhalbert. - Add finaliser to
I2CTargetto fix problems on soft retart. #9810. Thanks @dhalbert. - Raise
TypeErrorwhen attempt to produce JSON for invalid types. #9789. Thanks @jepler. - Add
synthio.BlockInputsupport tosynthio.Notewaveform loop parameters. #9788. Thanks @relic-se. - Supply silence when sample missing in
audiofilters.Filter. #9787. Thanks @relic-se. - Force reboot to normal mode after
storage.erase_filesystem(). #9786. Thanks @bill88t. - Add support for tuple of
Biquadobjects withinaudiofilters.Filter. #9772. Thanks @relic-se. synthio: Add a form of biquad filter,BlockBiquad, that usesBlockInput. #9756. Thanks @jepler.
Port and board-specific changes
Broadcom
Espressif
i.MX
nordic
renode
RP2
- Fix serial REPL bootloop. #9799. Thanks @eightycc.
- Avoid
mbedtlsfunction that exists only on RP2040. #9792. Thanks @jepler. - Fix
cpu.temperatureon RP2350. #9784. Thanks @bablokb. - Flush cache properly when PSRAM is in use on RP2350. #9783. Thanks @dhalbert.
- Update
cyw43-drivermodule to matchpico-sdk2.0.0. #9775. Thanks @eightycc. - Add
rp2piobackground read operation. #9659. Thanks @timchinowsky.
SAMx
SiLabs
Spresense
STM
Individual boards
- LILYGO T-Deck (Plus): improve port, add support for variant "Plus" functionality. #9815. Thanks @bill88t.
- LILYGO TEMBED ESP32S3: fix display initialization sequence. #9650. Thanks @bytiful.
- Meowbit: enabled
gifio, and disable other modules unlikely to be used to make room. #9761. Thanks @dglaude. - Pimoroni Pico Plus 2: rework pin names. #9803. Thanks @bablokb.
- WIZnet W5100S EVB Pico: Add
ssl. #9791. Thanks @anecdata.
Documentation changes
- Fix typo in
BusDisplayparameters. #9806. Thanks @RetiredWizard.
Build and infrastructure changes
- Make default
unixvariant becoverage. #9796. Thanks @jepler. - Add
audiodelaysandaudioeffectstounixcoverage port. #9793. Thanks @jepler. - Fix security issues in GitHub Actions found by
zizmor. #9785. Thanks @jepler. - Check for proper gcc version when building. #9779. Thanks @jepler.
- Enable
vectorioincoveragebuild. #9766. Thanks @jepler.
Translation additions and improvements
- Thanks for translations:
New boards since 9.2.0
- 0xCB Gemini. #9801. Thanks @0xCB-dev.
- Bradán Lane STUDIO Coin M0. #9797. Thanks @bradanlane.
- Raspberry Pi Pico 2 W. #9817. Thanks @jepler.
- SparkFun Thing Plus RP2350. #9812. Thanks @sparkfun.
- WIZnet W5100S EVB Pico2. #9791. Thanks @anecdata.
Known issues
- See https://github.com/adafruit/circuitpython/issues for other issues, including issues still to be addressed for:
- Native-code .mpy files are not working. This capability is currently enabled only on the
winterbloom_solboard.
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 9.2.0
This is CircuitPython 9.2.0, the latest minor revision of CircuitPython, and is a new stable release.
WARNING for nRF52 boards only: If your board has an nRF52 UF2 bootloader whose version is before 0.6.1, you will not be able to load CircuitPython 8.2.0 and later, due to increased size of the firmware. See these instructions for updating your bootloader.
Highlights of this release
- Fix RP2350 cache invalidation for PSRAM.
Notable changes in 9.2.0 from 9.1.x
- Raspberry Pi RP2350 support.
- Update to Espressif ESP-IDF V5.3.1, including new I2C driver.
- Merge MicroPython updates from v1.22.2 and v1.23.
- Espressif BLE improvements.
- Add
math.dist(). _eveupdates.- New
busio.I2C.probe()andbitbangio.I2C.probe()methods to check for a single device address. - ESP32-S3: implement
sdioio. - New
audiodelaysandaudiofiltersmodules. These modules are experimental, and the API may change. - Incompatible change: Change default hostname for all Espressif boards to the ESP-IDF default, which is
espressif. - Incompatible change: Use default hostname for mDNS. Fix mDNS collision mangling.
Incompatibility warnings
- Change default hostname for all Espressif boards to the ESP-IDF default, which is
espressif. Previous board-specific names were not applied consistently. Usewifi.radio.hostnameto set a custom hostname. - Use default hostname for mDNS. Fix mDNS collision mangling. DNS hostnames will be different.
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, SAMx5xcxd56: Sony Spresenseespressif: Espressif ESP32, ESP32-S2, ESP32-S3, ESP32-C2, ESP32-C3, ESP32-C6nordic: Nordic nRF52840, nRF52833raspberrypi: Raspberry Pi RP2040, RP2350stm: ST STM32F4 chip family
These ports are considered alpha and will have bugs and missing functionality:
broadcom: Raspberry Pi boards such as RPi 4, RPi Zero 2Wespressif: ESP32-P4 (currently no USB support)litex: fomumimxrt10xx: NXP i.MX RT10xxxrenode: hardware simulatorsilabs: Silicon Labs MG24 familystm: ST non-STM32F4 chip families
Changes since 9.2.0-rc.0
Fixes and enhancements
Port and board-specific changes
Broadcom
Espressif
i.MX
nordic
renode
RP2
SAMx
SiLabs
Spresense
STM
Individual boards
Documentation changes
Build and infrastructure changes
Translation additions and improvements
New boards since 9.2.0-rc.0
Known issues
- See https://github.com/adafruit/circuitpython/issues for other issues, including issues still to be addressed for:
- Native-code .mpy files are not working. This capability is currently enabled only on the
winterbloom_solboard.
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 9.2.0-rc.0
This is CircuitPython 9.2.0-rc.0, a release candidate for 9.2.0 final. This release is believed to be stable, and is meant for testing before the final release of 9.2.0.
WARNING for nRF52 boards only: If your board has an nRF52 UF2 bootloader whose version is before 0.6.1, you will not be able to load CircuitPython 8.2.0 and later, due to increased size of the firmware. See these instructions for updating your bootloader.
Highlights of this release
- New
audiodelaysandaudiofiltersmodules. These modules are experimental, and the API may change. - Bug fixes.
Notable changes in 9.2.0 from 9.1.x
- Raspberry Pi RP2350 support.
- Update to Espressif ESP-IDF V5.3.1, including new I2C driver.
- Merge MicroPython updates from v1.22.2 and v1.23.
- Espressif BLE improvements.
- Add
math.dist(). _eveupdates.- New
busio.I2C.probe()andbitbangio.I2C.probe()methods to check for a single device address. - ESP32-S3: implement
sdioio. - New
audiodelaysandaudiofiltersmodules. These modules are experimental, and the API may change. - Incompatible change: Change default hostname for all Espressif boards to the ESP-IDF default, which is
espressif. - Incompatible change: Use default hostname for mDNS. Fix mDNS collision mangling.
Incompatibility warnings
- Change default hostname for all Espressif boards to the ESP-IDF default, which is
espressif. Previous board-specific names were not applied consistently. Usewifi.radio.hostnameto set a custom hostname. - Use default hostname for mDNS. Fix mDNS collision mangling. DNS hostnames will be different.
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, these ports are consider stable (but see Known Issues below):
atmel-samd: Microchip SAMD21, SAMx5xcxd56: Sony Spresenseespressif: Espressif ESP32, ESP32-S2, ESP32-S3, ESP32-C2, ESP32-C3, ESP32-C6nordic: Nordic nRF52840, nRF52833raspberrypi: Raspberry Pi RP2040, RP2350stm: ST STM32F4 chip family
These ports are considered alpha and will have bugs and missing functionality:
broadcom: Raspberry Pi boards such as RPi 4, RPi Zero 2Wespressif: ESP32-P4 (currently no USB support)litex: fomumimxrt10xx: NXP i.MX RT10xxxrenode: hardware simulatorsilabs: Silicon Labs MG24 familystm: ST non-STM32F4 chip families
Changes since 9.2.0-beta.1
Fixes and enhancements
- Fix default values for
wifi.Radio.start_dhcp_client(). #9751. Thanks @dhalbert. - Add
audiofiltersmodule. #9744. Thanks @dcooperdalrymple. - Improve
_bleio.Connection.bind()validation, error messages, and documentation. #9732. Thanks @dhalbert. - Add
errno.EROFSanderrno.ENOSPC. #9731. Thanks @dhalbert. adafruit_pixelbuf: allow modifying transmit buffer to control brightness on TM1814 RGB strips. #9730. Thanks @jepler.- Fix
keypad.ShiftRegisterKeys.key_countvalue. #9719. Thanks @dhalbert. - Add
audiodelaysmodule. #9640. Thanks @gamblor21.
Port and board-specific changes
Broadcom
Espressif
- Disable hardware stack guard while crashes it causes are investigated. #9748. Thanks @dhalbert and MicroPython folks.
- Disable ipv6 RDNSS: LWIP overwrites ipv4 DNS servers. #9713. Thanks @jepler.
i.MX
nordic
renode
RP2
- Explicitly invalidate cache lines on RP2350. #9752. Thanks @tannewt and @earlephilhower.
- Document
picodvidifferences between RP2040 and RP2350. #9740. Thanks @tannewt. - Fix assignment to
wifi.radio.dns. #9727. Thanks @jepler.
SAMx
SiLabs
Spresense
STM
Individual boards
Documentation changes
- Correct documentation of
wifi.Network.authmode. #9725. Thanks @bablokb. - Improve
keypad.ShiftRegisterKeysdocumentation. #9717. Thanks @aseanwatson.
Build and infrastructure changes
- Update to use
macos-12andubuntu-24.04for CI runs. #9720. Thanks @dhalbert. - Support frozen modules that use a
src/directory. #9673. Thanks @bablokb.
Translation additions and improvements
- Thanks for translations:
- @andibing (English - UK)
- @Atalanttore (German)
- @hexthat (Chinese - Pinyin)
- @Sokromatrix (German)
- @wtuemura (Portugese - Brazil)
New boards since 9.2.0-beta.1
- cezerio dev ESP32C6. #9724. Thanks @cezer-io.
- Solder Party ESP32-Pr Stamp XL. #9715. Thanks @solderparty (@arturo182).
Known issues
- See https://github.com/adafruit/circuitpython/issues for other issues, including issues still to be addressed for:
- Native-code .mpy files are not working. This capability is currently enabled only on the
winterbloom_solboard.
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 9.2.0-beta.1
This is CircuitPython 9.2.0-beta.1, a beta release for 9.2.0. It has known bugs that wil be fixed before the final release of 9.2.0.
WARNING for nRF52 boards only: If your board has an nRF52 UF2 bootloader whose version is before 0.6.1, you will not be able to load CircuitPython 8.2.0 and later, due to increased size of the firmware. See these instructions for updating your bootloader.
Highlights of this release
- New
busio.I2C.probe()andbitbangio.I2C.probe()methods to check for a single device address. - Use new ESP-IDF I2C driver.
- ESP32-S3: implement
sdioio. - Incompatible change: Change default hostname for all Espressif boards to the ESP-IDF default, which is
espressif. Previous board-specific names were not applied consistently. Usewifi.radio.hostnameto set a custom hostname. - Incompatible change: Use default hostname for mDNS. Fix mDNS collision mangling.
Notable changes in 9.2.0 from 9.1.x
- Raspberry Pi RP2350 support.
- Update to Espressif ESP-IDF V5.3.1, including new I2C driver.
- Merge MicroPython updates from v1.22.2 and v1.23.
- Espressif BLE improvements.
- Add
math.dist(). _eveupdates.- New
busio.I2C.probe()andbitbangio.I2C.probe()methods to check for a single device address. - ESP32-S3: implement
sdioio. - Incompatible change: Change default hostname for all Espressif boards to the ESP-IDF default, which is
espressif. - Incompatible change: Use default hostname for mDNS. Fix mDNS collision mangling.
Incompatibility warnings
- Change default hostname for all Espressif boards to the ESP-IDF default, which is
espressif. Previous board-specific names were not applied consistently. Usewifi.radio.hostnameto set a custom hostname. - Use default hostname for mDNS. Fix mDNS collision mangling. DNS hostnames will be different.
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, these ports are consider stable (but see Known Issues below):
atmel-samd: Microchip SAMD21, SAMx5xcxd56: Sony Spresenseespressif: Espressif ESP32, ESP32-S2, ESP32-S3, ESP32-C2, ESP32-C3, ESP32-C6nordic: Nordic nRF52840, nRF52833raspberrypi: Raspberry Pi RP2040, RP2350stm: ST STM32F4 chip family
These ports are considered alpha and will have bugs and missing functionality:
broadcom: Raspberry Pi boards such as RPi 4, RPi Zero 2Wespressif: ESP32-P4 (currently no USB support)litex: fomumimxrt10xx: NXP i.MX RT10xxxrenode: hardware simulatorsilabs: Silicon Labs MG24 familystm: ST non-STM32F4 chip families
Changes since 9.2.0-beta.0
Fixes and enhancements
- Incompatible change: Use default hostname for mDNS. Fix mDNS collision mangling. #9699. Thanks @tannewt.
- Fix
epaperdisplayto handle delays properly whentwo_byte_sequence_length=True. #9694. Thanks @Sola85. - Fix crash when printing
DeepSleepRequestexception, used internally byalarm. #9692. Thanks @jepler. - Fix internal check for connected BLE workflow, which was preventing deep sleep on some BLE boards. #9679. Thanks @dhalbert.
- New
busio.I2C.probe()andbitbangio.I2C.probe()methods to check for a single device address. #9671. Thanks @dhalbert. - Add slight delay in
KeyMatrixscanning to allow time for signal setting. #9665. Thanks @SeanCline. - Update to tinyusb v0.17.0. #9664. Thanks @samblenny.
- Fix
MP3Decoderinfinite loop when file ends in a partial frame. #9653. Thanks @eric321.
Port and board-specific changes
Broadcom
Espressif
- Save space when copying default hostname. #9677. Thanks @RetiredWizard.
- Fix BLE
Characteristicdeinit checking. #9676. Thanks @dhalbert. - Switch to using new ESP-IDF I2C driver. #9671. Thanks @tannewt and @dhalbert.
- Incompatible change: Change default hostname for all Espressif boards to the ESP-IDF default, which is
espressif. #9656. Thanks @RetiredWizard. - ESP32-S3: implement
sdioio. #9641. Thanks @jacobcrigby and @RetiredWizard. - Remove
ESP_CONSOLE_UARTsettings for ESP32-S3 666 display boards. #9583. Thanks @RetiredWizard.
i.MX
nordic
renode
RP2
- Move RP2040 divider wrapper to RAM. #9698. Thanks @tannewt.
- Fix
os.uname()values for RP2350. #9683. Thanks @dhalbert. - Fix
rotaryioon RP2350. #9682. Thanks @jepler. - Clear any pending interrupt flag in
rp2pio. #9680. Thanks @jepler.
SAMx
SiLabs
Spresense
STM
Individual boards
- Adafruit Feather RP2350: Add
board.IO4andboard.IO7. #9668. Thanks @tannewt. - Datanoise PicoADK V2. #9696. Thanks @DatanoiseTV.
- Makerfabs TFT7: Allow specifying
CIRCUITPY_DISPLAY_WIDTHinsettings.toml. #9654, #9634. Thanks @RetiredWizard. - Sunton ESP32 2432S028: Allow specifying
CIRCUITPY_DISPLAY_ROTATIONinsettings.toml. #9654, #9627. Thanks @RetiredWizard.
Documentation changes
- Fix
floppyiodocumentation formatting. #9658. Thanks @jepler. - Correct
memorymap.AddressRangeexample. #9639. Thanks @jepler.
Build and infrastructure changes
- Use
MP_PROPERTY_GETTER, etc. everywhere. #9684. Thanks @diamant3. - Keep
PYTHONPATHsetting when running tests. #9655. Thanks @jepler.
Translation additions and improvements
- Thanks for translations:
New boards since 9.2.0-beta.0
- Espressif ESP32-S# LCD EV Board v1.5. #9608. Thanks @sanhu88.
- Makerdiary iMX RT1011 Nano Kit. #9645. Thanks @makerdiary.
- Maker Go C6 SuperMini. #9687. Thanks @bill88t.
- Sunton ESP32 8048S050 [ESP32-S3]. #9661. Thanks @sanhu88.
Known issues
- See https://github.com/adafruit/circuitpython/issues for other issues, including issues still to be addressed for:
- Native-code .mpy files are not working. This capability is currently enabled only on the
winterbloom_solboard.
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 9.2.0-beta.0
This is CircuitPython 9.2.0-beta.0, a beta release for 9.2.0. It has known bugs that wil be fixed before the final release of 9.2.0.
WARNING for nRF52 boards only: If your board has an nRF52 UF2 bootloader whose version is before 0.6.1, you will not be able to load CircuitPython 8.2.0 and later, due to increased size of the firmware. See these instructions for updating your bootloader.
Highlights of this release
- On nRF boards, fix programmatic resetting directly into bootloader.
- Fix BLE storage leak.
- Clear input after ctrl-C on UART REPL boards. This fixes some USB workflow issues.
- Update to Espressif ESP-IDF V5.3.1.
- Merge MicroPython updates from v1.23.
- Raspberry Pi RP2350 additions, fixes, and documentation.
- Espressif BLE improvements.
- Add
math.dist(). _eveupdates.
Notable changes in 9.2.0 from 9.1.x
- Raspberry Pi RP2350 support.
- Update to Espressif ESP-IDF V5.3.1.
- Merge MicroPython updates from v1.22.2 and v1.23.
- Espressif BLE improvements.
- Add
math.dist(). _eveupdates.
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, these ports are consider stable (but see Known Issues below):
atmel-samd: Microchip SAMD21, SAMx5xcxd56: Sony Spresenseespressif: Espressif ESP32, ESP32-S2, ESP32-S3, ESP32-C2, ESP32-C3, ESP32-C6nordic: Nordic nRF52840, nRF52833raspberrypi: Raspberry Pi RP2040, RP2350stm: ST STM32F4 chip family
These ports are considered alpha and will have bugs and missing functionality:
broadcom: Raspberry Pi boards such as RPi 4, RPi Zero 2Wespressif: ESP32-P4 (currently no USB support)litex: fomumimxrt10xx: NXP i.MX RT10xxxrenode: hardware simulatorsilabs: Silicon Labs MG24 familystm: ST non-STM32F4 chip families
Changes since 9.2.0-alpha.2351
Fixes and enhancements
- Web workflow: warn when trying to leave page while an upload is in progress. #9625. Thanks @FoamyGuy.
- Fix
gc_alloc_possible(). #9619, #9616. Thanks @tannewt. - Clear serial input buffer when a ctrl-C is received in UART REPL. #9619, #9616. Thanks @tannewt.
- Merge MicroPython v1.23 into CircuitPython. #9638, #9611. Thanks @dhalbert.
- Extend
_evehardware opcodes for future compatibility. #9604. Thanks @jamesbowman. - Fix reported type name for
stdioobjects. #9598, #9556. Thanks @timdechant. _eve: allow passing a single float toBitMapTransform*()methods. #9592. Thanks @jamesbowman._eve: useulab.numpyfloat vectors inVertex2f(). #9589. Thanks @jamesbowman.- Avoid crashing when display components are deinitialized. #9568. Thanks @jepler.
- Add
math.dist(). #9560. Thanks @FoamyGuy.
Port and board-specific changes
Broadcom
Espressif
- Free
_bleio.Characteristicmemory properly. #9619, #9616. Thanks @tannewt. - Update to ESP-IDF v5.3.1. #9607. Thanks @tannewt.
- More support for BLE descriptors. #9597. Thanks @tannewt.
- Fix resume from sleep. #9590. Thanks @tannewt.
- ESP32-C6: fix UART creation. #9580, #9579. Thanks @hdalbert.
- Fix board-specific pin initialization. #9580, #9553. Thanks @dhalbert.
- Validate
analogbufio.BufferedInsample rate. #9563. Thanks @jepler.
i.MX
nordic
- Fix resetting into UF2 bootloader even when the SoftDevice is not active. #9619, #9618. Thanks @tannewt.
renode
RP2
- Add
picodvi320x240 8-bit color support on RP2530. #9636. Thanks @tannewt. - Document RP2350 A2 limitations due to RP2350-E9 erratum. #9633. Thanks @dhalbert.
- Enable proper RP2350 modules, including
picodvi. #9617. Thanks @tannewt. - Support RP2350 PIO features. #9610. Thanks @jepler.
- Add XOSC startup delay for RP2350 boards. #9600. Thanks @tannewt.
rp2pio.StateMachine: add.offsetandpcproperties. #9594. Thanks @jepler.- Update PIO USB submodule. #9571. Thanks @tannewt.
SAMx
SiLabs
Spresense
STM
Individual boards
- Adafruit Qualia ESP32-S3 RGB666: restore 120 MHz clock speed to fix display tearing. #9564. Thanks @tannewt.
- BDMicro VINA-D21 removed. #9637. Thanks @dhalbert.
- LILYGO T-Watch-S3: initialize AXP2101. #9582. Thanks @bill88t.
- M5Stack Cardputer: expose
board.KEYBOARD; allow custom key-event handling. #9529. Thanks @konstantint. - VIDI X V1.1: include board revision in name. #9613. Thanks @lorojakic.
Documentation changes
- Fix typo in top-level README. #9635. Thanks @mpaw.
- Improve
Contributing.mdandports/espressif/README.rstwith better links to Learn Guides. #9554. Thanks @samblenny. - Improve type annotations in
_bleio. #9548. Thanks @elpekenin.
Build and infrastructure changes
- Unpin
autoapiversion. #9591. Thanks @tannewt. - Fix ReadTheDocs build. #9580, #9578. Thanks @tannewt.
- Upload ..x pull request merge builds to AWS S3. #9580, #9557. Thanks @dhalbert.
- Remove the debug
printfadapter #9572. Thanks @jepler.
Translation additions and improvements
- Thanks for translations:
New boards since 9.2.0-alpha.2351
- CircuitART Zero S3. #9593. Thanks @CircuitART.
- Espressif ESP32-P4-Function-EV. #9612. Thanks @tannewt.
- Fablab Barcelona Barduino. #9603. Thanks @JosepMartiElias.
- iLabs Challenger+ RP2350 BConnect. #9562. Thanks @PontusO.
- iLabs Challenger+ RP2350 WiFi/BLE5. #9562. Thanks @PontusO.
- Pimoroni Tiny FX. #9575. Thanks @bablokb.
- Seeed XIAO ESP32S3. #9530. Thanks @djairjr.
- Seeed XIAO RP2350. #9532. Thanks @tannewt.
- Weekin/Debroglie WK-50 Trackball Keyboard. #9585. Thanks @Glodigit.
Known issues
- See https://github.com/adafruit/circuitpython/issues for other issues, including issues still to be addressed for:
- Native-code .mpy files are not working. This capability is currently enabled only on the
winterbloom_solboard.
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 9.1.4
This is CircuitPython 9.1.4, the latest bugfix release of CircuitPython, and is a new stable release.
WARNING for nRF52 boards only: If your board has an nRF52 UF2 bootloader whose version is before 0.6.1, you will not be able to load CircuitPython 8.2.0 and later, due to increased size of the firmware. See these instructions for updating your bootloader.
Highlights of this release
- On nRF boards, fix programmatic resetting directly into bootloader.
- Fix BLE storage leak.
- Clear input after ctrl-C on UART REPL boards. This fixes some USB workflow issues.
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, these ports are consider stable (but see Known Issues below):
atmel-samd: Microchip SAMD21, SAMx5xcxd56: Sony Spresenseespressif: Espressif ESP32, ESP32-S2, ESP32-S3, ESP32-C2, ESP32-C3, ESP32-C6nordic: Nordic nRF52840, nRF52833raspberrypi: Raspberry Pi RP2040stm: ST STM32F4 chip family
These ports are considered alpha and will have bugs and missing functionality:
broadcom: Raspberry Pi boards such as RPi 4, RPi Zero 2Wlitex: fomumimxrt10xx: NXP i.MX RT10xxxrenode: hardware simulatorsilabs: Silicon Labs MG24 familystm: ST non-STM32F4 chip families
Changes since 9.1.3
Fixes and enhancements
- Fix
gc_alloc_possible(). #9616. Thanks @tannewt. - Clear serial input buffer when a ctrl-C is received in UART REPL. #9616. Thanks @tannewt.
Port and board-specific changes
Broadcom
Espressif
i.MX
nordic
renode
RP2040
SAMx
SiLabs
Spresense
STM
Individual boards
Documentation changes
Build and infrastructure changes
Translation additions and improvements
New boards since 9.1.3
Known issues
- See https://github.com/adafruit/circuitpython/issues for other issues, including issues still to be addressed for:
Thanks
Thank you to all who used, tested, and contributed to this release, including the contributors above, and many others on GitHub and Discord. Join us on the Discord chat to collaborate.