You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This release, 6.2.0-rc.0, is the first release candiate for the stable release of CircuitPython 6.2.0. Notable changes since 6.2.0-beta.4 include displayio and vectorio fixes and improvements, many i.MX fixes and additions, and RP2040 I2C improvement. See Port status below for details on port stability for each port, and Known issues for known problems. If you find any issues with this release, please file an issue.
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 implementation for a variety of microcontroller families. Stability varies on a per-port basis. As of this release, atmel-samd, cxd56 (Spresense), nrf, and stm for the F4 family are stable. esp32s2, raspberrypi, and stm for other STM chip families are being actively improved but may be missing functionality and have bugs. litex and mimxrt10xx are in an alpha state and will have bugs and missing functionality.
Thank you to all who used, tested, and contributed since 6.2.0-beta.4, including [[FILLIN]], and many others on GitHub and Discord. Join us on the Discord chat to collaborate.
This release, 6.2.0-rc.0, is the first release candiate for the stable release of CircuitPython 6.2.0. Notable changes since 6.2.0-beta.4 include
displayio
andvectorio
fixes and improvements, many i.MX fixes and additions, and RP2040 I2C improvement. See Port status below for details on port stability for each port, and Known issues for known problems. If you find any issues with this release, please file an issue.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 implementation for a variety of microcontroller families. Stability varies on a per-port basis. As of this release,
atmel-samd
,cxd56
(Spresense),nrf
, andstm
for the F4 family are stable.esp32s2
,raspberrypi
, andstm
for other STM chip families are being actively improved but may be missing functionality and have bugs.litex
andmimxrt10xx
are in an alpha state and will have bugs and missing functionality.Changes since 6.2.0-beta.4
Full commit log is here.
Fixes and enhancements
TypeError
message intime
. Add a missing parameter to an error message (Fixes #4505) #4509. Thanks @lesamouraipourpre.memoryview()
to be used forRGBMatrix
. RGBMatrix: fix memoryview(matrix) #4501. Thanks @bitbangio.SPI
enhancements. Spi enhancements #4497. Thanks @jepler.displayio
andvectorio
internal improvements. Thanks @kmatch98.vectorio.Rectangle sizes
. Corrects vectorio.Rectangle size dimensions #4484. Thanks @kmatch98.displayio
redrawing when usingTileGrid.transform_xy
. update logic for displayio.TileGrid's transform_xy #4464. Thanks @kmatch98.bitmaptools
properly. Fix reading 4-bit data #4454, update bitmask for 4-bit colors #4455. Thanks @jepler and @kmatch98.displayio.Bitmap
. Bitmap dirty improvements #4432. Thanks @jepler.bitmaptools.arrayblit()
. arrayblit: mark bitmap area as dirty #4430. Thanks @jepler.display.BitMap
can be amemoryview()
. displayio.Bitmap: Make memoryview()able #4429. Thanks @jepler.reverse_rows
capability tobitmaptools.readinto()
. Addreverse_rows
to speedy bitmaptools.readinto function #4428. Thanks @kmatch98.Port and board-specific changes
recvfrom_into()
port. swap recvfrom_into() port byte-order #4465. Thanks @anecdata.busio.UART
. mimxrt10xx: Fix bogus assertion. #4518. Thanks @jepler.mpconfigboard.mk
to override additional build flags. raspberypi: Allow mpconfigboard to override additional items #4519. Thanks @jepler.nvm.toml
for flash settings. Switch RP2040 flash settings to nvm.toml #4446. Thanks @tannewt.Build and infrastructure changes
nvm.toml
data for flash device information. Switch devices.h to nvm.toml data #4481. Thanks @tannewt.@file
mechanism to shorten linker command line. Use GCC @file to shorten linker command length #4480. Thanks @tannewt.CIRCUITPY_USB_MSC = 0
will compile. storage: Correct when we check for USB mounts #4462. Thanks @jepler.Documentation
Translation Additions and Improvements
Breaking changes since 5.x
i2cslave
is nowi2cperipheral
and the class in it is changed as well.stop
kwarg has been removed fromI2C.writeto()
. If no stop is desired, then usewriteto_then_readfrom
.busio.I2C
to set the speed explicitly._bleio.ConnectionError
has been removed. Code will now raise the nativeConnectionError
instead.Known issues
Thanks
Thank you to all who used, tested, and contributed since 6.2.0-beta.4, including @anecdata, @bergdahl, @d-c-d, @deshipu, @dhalbert, @FoamyGuy, @gamblor21, @garethhcoleman, @hexthat, @hierophect, @hugodahl, @jepler, @jposada202020, @kmatch98, @ladyada, @lesamouraipourpre, @lyusupov, @miclooking, @microdev1, @Neradoc, @tannewt, @tyomitch, @WarriorOfWire, @weblate, @wtuemura, and many others on GitHub and Discord. Join us on the Discord chat to collaborate.
New boards since 6.2.0-beta.4
Breaking changes since 5.x
i2cslave
is nowi2cperipheral
and the class in it is changed as well.stop
kwarg has been removed fromI2C.writeto()
. If no stop is desired, then usewriteto_then_readfrom
.busio.I2C
to set the speed explicitly._bleio.ConnectionError
has been removed. Code will now raise the nativeConnectionError
instead.Known issues
Thanks
Thank you to all who used, tested, and contributed since 6.2.0-beta.4, including [[FILLIN]], 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.9.4 @25ae98f. Support upstream MicroPython by purchasing a PyBoard (from Adafruit here) or sponsoring MicroPython on GitHub.
The text was updated successfully, but these errors were encountered: