<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/atmel-samd/asf_conf, branch main</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=main</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=main'/>
<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>atmel-samd: Use DMA for SPI flash block transfers.</title>
<updated>2017-05-02T22:25:06+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott.shawcroft@gmail.com</email>
</author>
<published>2017-05-02T22:25:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=24a5752f942e3afcb5549c3622f321637375c995'/>
<id>urn:sha1:24a5752f942e3afcb5549c3622f321637375c995</id>
<content type='text'>
Fixes #99
</content>
</entry>
<entry>
<title>atmel-samd: Introduce audio sample playback via audioio.AudioOut.</title>
<updated>2017-05-01T20:10:03+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott.shawcroft@gmail.com</email>
</author>
<published>2017-04-21T21:43:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=58b9789d0c824c665db744ef3653d6304e908bc0'/>
<id>urn:sha1:58b9789d0c824c665db744ef3653d6304e908bc0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add PulseIn support which can be used to measure a series of pulse widths.</title>
<updated>2017-03-24T10:30:15+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott.shawcroft@gmail.com</email>
</author>
<published>2017-03-13T20:55:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=7cb54864aa7c651fc65350708afcddfab2a15fcc'/>
<id>urn:sha1:7cb54864aa7c651fc65350708afcddfab2a15fcc</id>
<content type='text'>
This is useful for infrared input and DHT sensors.
</content>
</entry>
<entry>
<title>atmel-samd: Rework the clock configs to only be crystalless when needed by the hardware.</title>
<updated>2017-02-10T13:09:17+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott.shawcroft@gmail.com</email>
</author>
<published>2017-02-10T12:56:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=ae715a827b3d9b0cdd700c514d487a1aa5905e1f'/>
<id>urn:sha1:ae715a827b3d9b0cdd700c514d487a1aa5905e1f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>atmel-samd: Basic capacitive touch button support.</title>
<updated>2016-12-12T23:11:25+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott.shawcroft@gmail.com</email>
</author>
<published>2016-12-07T02:39:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=3972bc19c7c788d5c587156aba39ea659decc420'/>
<id>urn:sha1:3972bc19c7c788d5c587156aba39ea659decc420</id>
<content type='text'>
Currently only works on a single channel and is only enabled for boards with
SPI flash. Only really designed for hardware testing at this point.
</content>
</entry>
<entry>
<title>atmel-samd: Stop relying on an external crystal.</title>
<updated>2016-11-07T20:37:38+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@chickadee.tech</email>
</author>
<published>2016-11-07T20:37:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=acc4fe4d7db647aa2f2da3abd5e9a655da7124ec'/>
<id>urn:sha1:acc4fe4d7db647aa2f2da3abd5e9a655da7124ec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>atmel-samd: Add support for SPI.</title>
<updated>2016-10-11T22:48:43+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@chickadee.tech</email>
</author>
<published>2016-10-11T22:48:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=011056af15f6107b9ef35fdf19a3f715b55f55d5'/>
<id>urn:sha1:011056af15f6107b9ef35fdf19a3f715b55f55d5</id>
<content type='text'>
Also separate out the ASF config headers that are shared across all boards.
</content>
</entry>
</feed>
