diff options
| author | Scott Shawcroft <scott.shawcroft@gmail.com> | 2017-04-25 11:28:47 -0700 |
|---|---|---|
| committer | Scott Shawcroft <scott.shawcroft@gmail.com> | 2017-04-25 11:28:47 -0700 |
| commit | 541d22e8d0515d19fb857f41424fee2399906a99 (patch) | |
| tree | 6cdf136cb1eb1032670294c78fa5c88187ab0737 /README.md | |
| parent | ef44cec1f151b16a43b86eadecf7b5330a09c42d (diff) | |
Update the README with new links.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 23 |
1 files changed, 20 insertions, 3 deletions
@@ -3,9 +3,7 @@ [](https://travis-ci.org/adafruit/circuitpython) [](http://circuitpython.readthedocs.io/) [](https://gitter.im/adafruit/circuitpython?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) This is an open source derivative of [MicroPython](http://www.micropython.org) -for use on educational development boards designed and sold by [Adafruit](https://www.adafruit.com) -including the [Arduino Zero](https://www.arduino.cc/en/Main/ArduinoBoardZero), [Adafruit Feather M0 Basic](https://www.adafruit.com/products/2772), [Adafruit Feather HUZZAH](https://www.adafruit.com/products/2821) and -[Adafruit Feather M0 Bluefruit LE](https://www.adafruit.com/products/2995). +for use on educational development boards designed and sold by [Adafruit](https://www.adafruit.com). As a MicroPython derivative, this implements Python 3.x on microcontrollers such as the SAMD21 and ESP8266. @@ -13,6 +11,24 @@ as the SAMD21 and ESP8266. ## Project Status This project is in beta. Most APIs should be stable going forward. +### Supported boards + +#### Designed for CircuitPython +* [Adafruit Feather M0 Express](https://www.adafruit.com/product/3403) + +#### Other +* [Adafruit Feather HUZZAH](https://www.adafruit.com/products/2821) +* [Adafruit Feather M0 Basic](https://www.adafruit.com/products/2772) +* [Adafruit Feather M0 Bluefruit LE](https://www.adafruit.com/products/2995) (uses M0 Basic binaries) +* [Adafruit Feather M0 Adalogger](https://www.adafruit.com/product/2796) (MicroSD card not supported yet.) +* [Arduino Zero](https://www.arduino.cc/en/Main/ArduinoBoardZero) + +## Download + +Official binaries are available through the [latest GitHub releases](https://github.com/adafruit/circuitpython/releases). +Continuous (one per commit) builds are available [here](https://adafruit-circuit-python.s3.amazonaws.com/index.html?prefix=bin) +which includes experimental hardware support. + ## Documentation Guides and videos are available through the [Adafruit Learning System](https://learn.adafruit.com/) under the [CircuitPython category](https://learn.adafruit.com/category/circuitpython) and [MicroPython category](https://learn.adafruit.com/category/micropython). An API reference is also available on [Read the Docs](http://circuitpython.readthedocs.io/en/latest/?). @@ -60,6 +76,7 @@ The core code of MicroPython is shared amongst ports including CircuitPython: - `py` Core Python implementation, including compiler, runtime, and core library. - `shared-bindings` Shared definition of Python modules, their docs and backing C APIs. Ports must implement the C API to support the corresponding module. +- `shared-module` Shared implementation of Python modules that may be based on `common-hal`. - `tests` Test framework and test scripts. - `tools` Various tools, including the pyboard.py module. |
