github adafruit/circuitpython 0.9.0
0.9.0 - Barcelona

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

I've been traveling over a week now and I'm in Barcelona! Over that time I've done a bunch of polish work, especially on the ESP8266 port, and gotten the 1.0 issues list down to 2. We're getting closer and closer. Almost everything between now and 1.0 will be polish instead of large features. Please file issues for any problems you find.

This release is based on MicroPython 1.8.7.

There are a couple breaking changes since 0.8.4 to be aware of:

  • Enum like values in DigitalInOut and UART are now all CAPS instead of lowercase. They also now print their value instead of just their class.
  • Only 800khz NeoPixels are now supported. 400khz are rare and we needed the flash space.

Other non-breaking changes since 0.8.4:

  • Tweaked nativeio.SPI to better support SD cards.
  • atmel-samd: Fix I2C init when it errors. Thanks @deshipu for finding the bug
  • Changed sys.implementation to 'circuitpython' and corrected version output at @deshipu's suggestion
  • ESP8266: Fixed a number of bugs and unified the run process with the atmel-samd port.
  • Pin objects are now printed as their board or microcontroller.pin name rather than <Pin>.
  • Added note on webrepl_setup at @fede2cr's suggestion.

To install, download a .bin file and follow the guide here for M0 and here for ESP8266.

Don't miss a new circuitpython release

NewReleases is sending notifications on new releases.