github adafruit/circuitpython 0.9.6
0.9.6 - Fresh Bugs

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

Who knew there would still be more bugs to fix? :-P Thanks to everyone who has found and reported issues. We really appreciate the feedback. In fact, we now auto-build every commit to the repository and make it available for testing here. So, if you feel like finding fresh bugs give an auto-build a try. :-)

This release is based on MicroPython 1.8.7.

Change highlights since 0.9.5:

  • atmel-samd: HID Mouse support fixed by @dhalbert.
  • atmel-samd: Disabled pulseio (PWMOut, PulseIn and PulseOut) in non-express builds in favor of touch.
  • atmel-samd: Switched to FreeTouch for touch support and enabled in all builds.
  • esp8266: Fixed bidirectional SPI thanks to @jerryneedell.
  • atmel-samd: Fix potential buffer overflow when providing start index to I2C and SPI read/write functions.
  • atmel-samd: Turn on built-in framebuf module for express boards.

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

Have a Feather M0 Express? Download a .uf2 and follow these instructions. To install our libraries simply download the latest bundle and copy the lib folder onto your CIRCUITPY drive.

Don't miss a new circuitpython release

NewReleases is sending notifications on new releases.