| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-03-31 | Update the supported ports | Scott Shawcroft | |
| 2020-03-11 | Change docs target | Lucian Copeland | |
| 2020-01-06 | Add initial MIMXRT10XX port | arturo182 | |
| 2019-10-14 | merge from upstream | Dan Halbert | |
| 2019-10-13 | update docs/supported_ports.rst | Dan Halbert | |
| 2019-10-11 | Change port name to cxd56 | Kamil Tomaszewski | |
| 2019-10-09 | Add Spresense to supported_ports | Kamil Tomaszewski | |
| 2018-02-27 | Merge remote-tracking branch 'adafruit/2.x' into merge_2x | Scott Shawcroft | |
| 2018-02-20 | Delete a bunch of docs, drivers and examples not relevant to CircuitPython. | Scott Shawcroft | |
| This fixes #345 and fixes #215. | |||
| 2017-06-27 | docs: Typos and rename to CircuitPython. | Scott Shawcroft | |
| 2016-11-21 | This introduces an alternative hardware API called nativeio structured ↵ | Scott Shawcroft | |
| around different functions that are typically accelerated by native hardware. Its not meant to reflect the structure of the hardware. Docs are here: http://tannewt-micropython.readthedocs.io/en/microcontroller/ It differs from upstream's machine in the following ways: * Python API is identical across ports due to code structure. (Lives in shared-bindings) * Focuses on abstracting common functionality (AnalogIn) and not representing structure (ADC). * Documentation lives with code making it easy to ensure they match. * Pin is split into references (board.D13 and microcontroller.pin.PA17) and functionality (DigitalInOut). * All nativeio classes claim underlying hardware resources when inited on construction, support Context Managers (aka with statements) and have deinit methods which release the claimed hardware. * All constructors take pin references rather than peripheral ids. Its up to the implementation to find hardware or throw and exception. | |||
| 2016-10-19 | Support markdown. | Scott Shawcroft | |
| 2016-10-18 | Documentation rework to unify the docs together rather than having them | Scott Shawcroft | |
| on a per port basis. Also enables generating docs from inline RST in C code. Simply omits all lines except those that start with //|. Indentation after "//| " will be preserved. | |||
