<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/atmel-samd/asf, 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: Introduce audiobusio.PDMIn for recording audio from PDM</title>
<updated>2017-07-28T19:12:38+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott.shawcroft@gmail.com</email>
</author>
<published>2017-05-24T17:43:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=557ceded00de20d2070e1397d3dec322f753d1e6'/>
<id>urn:sha1:557ceded00de20d2070e1397d3dec322f753d1e6</id>
<content type='text'>
microphones.
</content>
</entry>
<entry>
<title>Fix USB Busy error for kbd hid. Made kbd USB report descriptor be</title>
<updated>2017-07-12T18:55:49+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2017-06-30T01:56:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=2cd62b46cded7d64e9289f01f3de1da1f84c93ed'/>
<id>urn:sha1:2cd62b46cded7d64e9289f01f3de1da1f84c93ed</id>
<content type='text'>
COMPILER_WORD_ALIGNED as done in #118 for mouse. Added COMPILER_WORD_ALIGNED
to other UDC_DESC_STORAGE declarations that might have the same issue in
the future.
</content>
</entry>
<entry>
<title>atmel-samd: Add a safe mode which detects hard faults and reboots without running user code again.</title>
<updated>2017-05-15T22:29:04+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott.shawcroft@gmail.com</email>
</author>
<published>2017-05-13T16:17:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=974847ac8d9fc2f64b43953da1731612840bb171'/>
<id>urn:sha1:974847ac8d9fc2f64b43953da1731612840bb171</id>
<content type='text'>
</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>atmel-samd: HID report descriptor for mouse had to be COMPILER_WORD_ALIGNED.</title>
<updated>2017-04-15T14:18:56+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2017-04-15T14:18:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=2fe6b74e9001eb2ea0d09e5617dd7d91851ae072'/>
<id>urn:sha1:2fe6b74e9001eb2ea0d09e5617dd7d91851ae072</id>
<content type='text'>
</content>
</entry>
<entry>
<title>atmel-samd: Add USB HID mouse and keyboard support.</title>
<updated>2017-02-27T14:43:58+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott.shawcroft@gmail.com</email>
</author>
<published>2017-02-03T17:41:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=d598c2a919e9d3dc550092a4ac7e7ed68dc27f86'/>
<id>urn:sha1:d598c2a919e9d3dc550092a4ac7e7ed68dc27f86</id>
<content type='text'>
</content>
</entry>
<entry>
<title>atmel-samd: Use link time optimization to reduce code size of builds which</title>
<updated>2017-02-26T00:00:33+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott.shawcroft@gmail.com</email>
</author>
<published>2017-02-25T11:19:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=062fac1d43d42b35e0ecdaaec124c29b65db7c68'/>
<id>urn:sha1:062fac1d43d42b35e0ecdaaec124c29b65db7c68</id>
<content type='text'>
share space with the file system.

"Express" builds with SPI flash crash the compiler for some reason so its
currently disabled for them.
</content>
</entry>
<entry>
<title>Add frequency changing support to PWMOut.</title>
<updated>2017-01-30T23:02:01+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott.shawcroft@gmail.com</email>
</author>
<published>2017-01-27T02:05:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=e3f9ee839afb5a369779a30a96214c929e76911e'/>
<id>urn:sha1:e3f9ee839afb5a369779a30a96214c929e76911e</id>
<content type='text'>
You can either set it once up front, or set variable_frequency on custruction to
indicate that the frequency must be able to change. This informs whether a timer
can be shared amongst pins.

This also adds persistent clock calibration on atmel-samd. Once the device has
synced its clock frequency over USB it will remember that config value until USB
is used again. This helps ensure the clock frequency is similar on and off USB.

Lastly, this also corrects time.sleep() when on USB by correcting the tick counter.
</content>
</entry>
<entry>
<title>atmel-samd: Add preliminary support for UART</title>
<updated>2016-12-19T21:03:50+00:00</updated>
<author>
<name>Sebastian Plamauer</name>
<email>oeplse@gmail.com</email>
</author>
<published>2016-10-31T19:18:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=1598e44231a9ea2dbf20f487fcd05ded90e80d9a'/>
<id>urn:sha1:1598e44231a9ea2dbf20f487fcd05ded90e80d9a</id>
<content type='text'>
</content>
</entry>
</feed>
