github adafruit/circuitpython v1.8.4-20161014
First Beta Release

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

This is the first beta release of MicroPython support for Adafruit educational development boards. All APIs are in flux so expect some things to change in the future.

  • Supports Arduino Zero
  • Basic support for all Feather M0s through the feather_m0_basic firmware.
  • Supports ADC, DAC, I2C and SPI through machine. (Soon to change)
  • Supports REPL over USB.
  • Runs boot.py and main.py from internal flash on reset.
  • Loading to internal flash supported via Mass Storage over USB. Make sure to eject and do not write to the file system from Python at the same time.

To use, load using bossac when the board's bootloader is active (double click to activate):

bossac_osx -e -w -v -b -R adafruit-micropython-feather_m0_basic-1.8.4-20161014.bin

Don't miss a new circuitpython release

NewReleases is sending notifications on new releases.