Skip to content

Commit 541d22e

Browse files
committed
Update the README with new links.
1 parent ef44cec commit 541d22e

File tree

1 file changed

+20
-3
lines changed

1 file changed

+20
-3
lines changed

README.md

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,32 @@
33
[![Build Status](https://travis-ci.org/adafruit/circuitpython.svg?branch=master)](https://travis-ci.org/adafruit/circuitpython) [![Doc Status](https://readthedocs.org/projects/circuitpython/badge/?version=latest)](http://circuitpython.readthedocs.io/) [![Gitter](https://badges.gitter.im/adafruit/circuitpython.svg)](https://gitter.im/adafruit/circuitpython?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
44

55
This is an open source derivative of [MicroPython](http://www.micropython.org)
6-
for use on educational development boards designed and sold by [Adafruit](https://www.adafruit.com)
7-
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
8-
[Adafruit Feather M0 Bluefruit LE](https://www.adafruit.com/products/2995).
6+
for use on educational development boards designed and sold by [Adafruit](https://www.adafruit.com).
97

108
As a MicroPython derivative, this implements Python 3.x on microcontrollers such
119
as the SAMD21 and ESP8266.
1210

1311
## Project Status
1412
This project is in beta. Most APIs should be stable going forward.
1513

14+
### Supported boards
15+
16+
#### Designed for CircuitPython
17+
* [Adafruit Feather M0 Express](https://www.adafruit.com/product/3403)
18+
19+
#### Other
20+
* [Adafruit Feather HUZZAH](https://www.adafruit.com/products/2821)
21+
* [Adafruit Feather M0 Basic](https://www.adafruit.com/products/2772)
22+
* [Adafruit Feather M0 Bluefruit LE](https://www.adafruit.com/products/2995) (uses M0 Basic binaries)
23+
* [Adafruit Feather M0 Adalogger](https://www.adafruit.com/product/2796) (MicroSD card not supported yet.)
24+
* [Arduino Zero](https://www.arduino.cc/en/Main/ArduinoBoardZero)
25+
26+
## Download
27+
28+
Official binaries are available through the [latest GitHub releases](https://github.com/adafruit/circuitpython/releases).
29+
Continuous (one per commit) builds are available [here](https://adafruit-circuit-python.s3.amazonaws.com/index.html?prefix=bin)
30+
which includes experimental hardware support.
31+
1632
## Documentation
1733

1834
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:
6076
- `py` Core Python implementation, including compiler, runtime, and
6177
core library.
6278
- `shared-bindings` Shared definition of Python modules, their docs and backing C APIs. Ports must implement the C API to support the corresponding module.
79+
- `shared-module` Shared implementation of Python modules that may be based on `common-hal`.
6380
- `tests` Test framework and test scripts.
6481
- `tools` Various tools, including the pyboard.py module.
6582

0 commit comments

Comments
 (0)