<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython, branch 3.0.0-alpha.0</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=3.0.0-alpha.0</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=3.0.0-alpha.0'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2017-09-23T01:05:51+00:00</updated>
<entry>
<title>Move to ASF4 and introduce SAMD51 support. (#258)</title>
<updated>2017-09-23T01:05:51+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2017-09-23T01:05:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=6839fff31303463d5c7942387fa498895edf1abf'/>
<id>urn:sha1:6839fff31303463d5c7942387fa498895edf1abf</id>
<content type='text'>
* atmel-samd: Remove ASF3. This will break builds.

* atmel-samd: Add ASF4 for the SAMD21 and SAMD51.

* Introduce the supervisor concept to facilitate porting.

The supervisor is the code which runs individual MicroPython VMs. By
splitting it out we make it more consistent and easier to find.

This also adds very basic SAMD21 and SAMD51 support using the
supervisor. Only the REPL currently works.

This begins the work for #178.
</content>
</entry>
<entry>
<title>Add Ananlog Pin aliases to trinket_m0 pins.c</title>
<updated>2017-09-20T04:36:06+00:00</updated>
<author>
<name>Jerry Needell</name>
<email>jerryneedell@gmail.com</email>
</author>
<published>2017-09-19T23:49:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=3ad01ddb04b160b74b4baee9fce043da17dbcef5'/>
<id>urn:sha1:3ad01ddb04b160b74b4baee9fce043da17dbcef5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Re-initialize ADC before every AnalogIn read. (#255)</title>
<updated>2017-09-16T17:06:23+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2017-09-16T17:06:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=75c3be37ac14fc2b188bd932348e45546a806f1a'/>
<id>urn:sha1:75c3be37ac14fc2b188bd932348e45546a806f1a</id>
<content type='text'>
`microcontroller.cpu.temperature` uses different ADC settings, and caused
AnalogIn to give wrong answers. AnalogIn can no longer assume it's the
only user of the ADC.</content>
</entry>
<entry>
<title>add set_rgb_status_brightness (#246)</title>
<updated>2017-09-12T19:09:22+00:00</updated>
<author>
<name>Asher Lieber</name>
<email>lieber.asher@gmail.com</email>
</author>
<published>2017-09-12T19:09:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=5aa8922038a5f0ee07c7c36a3d8eab0547f585bc'/>
<id>urn:sha1:5aa8922038a5f0ee07c7c36a3d8eab0547f585bc</id>
<content type='text'>
Add set_rgb_status_brightness() via `samd.rgb_status_brightness`.

Fixes #162.</content>
</entry>
<entry>
<title>updated the http reference for max7219 to use the readthedocs from the adafruit cirtcuitpython area instead of the micropython area</title>
<updated>2017-09-08T05:07:45+00:00</updated>
<author>
<name>mrmcwethy</name>
<email>mrmcwethy@yahoo.com</email>
</author>
<published>2017-09-08T00:21:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=dd72fe694526d2b468e189b70ae732f7568fe6e4'/>
<id>urn:sha1:dd72fe694526d2b468e189b70ae732f7568fe6e4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added DotStar to line 72</title>
<updated>2017-09-06T21:53:31+00:00</updated>
<author>
<name>KurticusMaximus</name>
<email>kurticus.maximus.the.great@gmail.com</email>
</author>
<published>2017-09-06T21:49:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=ca1f3e5fb723b8cdd220d6e44740db28dd4bd444'/>
<id>urn:sha1:ca1f3e5fb723b8cdd220d6e44740db28dd4bd444</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add Processor to microcontroller documentation TOC (#237)</title>
<updated>2017-09-06T21:50:00+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2017-09-06T21:50:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=e0ddd528c8552ad5242cdd956b7f9763019c46fe'/>
<id>urn:sha1:e0ddd528c8552ad5242cdd956b7f9763019c46fe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>shared-bindings: Prevent check_lock from being optimized away. (#240)</title>
<updated>2017-09-06T21:49:30+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2017-09-06T21:49:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=6467e3d40b0297f88ccbad8fa565aa3790c2931a'/>
<id>urn:sha1:6467e3d40b0297f88ccbad8fa565aa3790c2931a</id>
<content type='text'>
Fixes #229</content>
</entry>
<entry>
<title>Ctrl-C was causing a soft-reset in REPL.</title>
<updated>2017-09-06T21:47:23+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2017-09-06T21:15:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=acbca4451253d71645669a2137260d1fefaf5ac6'/>
<id>urn:sha1:acbca4451253d71645669a2137260d1fefaf5ac6</id>
<content type='text'>
Also allow an immediate ctrl-c in `input()`.
</content>
</entry>
<entry>
<title>atmel-samd: Ensure MTB is off in case we ran a debug build before</title>
<updated>2017-09-06T18:56:41+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@chickadee.tech</email>
</author>
<published>2017-09-06T07:19:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=c0159c5e80f9ca29ac9cf25602b92cd46f4a762d'/>
<id>urn:sha1:c0159c5e80f9ca29ac9cf25602b92cd46f4a762d</id>
<content type='text'>
a non-debug build.
</content>
</entry>
</feed>
