<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/atmel-samd/boards/feather_m0_basic, branch stable</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=stable</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=stable'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2017-08-27T19:02:50+00:00</updated>
<entry>
<title>Modernize module and class static dicts; update freetouch</title>
<updated>2017-08-27T19:02:50+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2017-08-27T19:02:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=c679c80c710fd4a0e37ad87200d8a721e19727aa'/>
<id>urn:sha1:c679c80c710fd4a0e37ad87200d8a721e19727aa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>atmel-samd: Introduce a nvm module for non-volatile byte-level memory access. (#203)</title>
<updated>2017-08-25T20:00:27+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2017-08-25T20:00:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=266be307770abe11c220eb493388807920914b7a'/>
<id>urn:sha1:266be307770abe11c220eb493388807920914b7a</id>
<content type='text'>
* atmel-samd: Introduce a nvm module for non-volatile byte-level memory access.

This allows for persisting small configuration values even when the file system
is read-only from CircuitPython.

Fixes #160

* Review feedback:
* Add tests.
* Fix non-zero index.
* Fix len()
</content>
</entry>
<entry>
<title>atmel-samd: Update README and add pinout tables that map MCU names</title>
<updated>2017-07-13T23:05:24+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@chickadee.tech</email>
</author>
<published>2017-07-13T23:05:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=3660023046a19b075165ad57e1529a57f3383b8c'/>
<id>urn:sha1:3660023046a19b075165ad57e1529a57f3383b8c</id>
<content type='text'>
to names in the board module and explain pin capabilities.

Fixes #149
</content>
</entry>
<entry>
<title>atmel-samd: Reboot to bootloader when a 1200 baud serial connection is</title>
<updated>2017-07-12T18:58:22+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott.shawcroft@gmail.com</email>
</author>
<published>2017-07-06T20:41:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=1e04e8ea1c3480906822f30549afd1a8e9e5cb45'/>
<id>urn:sha1:1e04e8ea1c3480906822f30549afd1a8e9e5cb45</id>
<content type='text'>
closed. This is how Arduino triggers the bootloader.
</content>
</entry>
<entry>
<title>atmel-samd: Introduce board reset mechanic used on CircuitPlayground</title>
<updated>2017-06-16T22:40:15+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott.shawcroft@gmail.com</email>
</author>
<published>2017-06-16T22:40:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=a715bf6bac8b5a3316cf96181960a82d33aca31b'/>
<id>urn:sha1:a715bf6bac8b5a3316cf96181960a82d33aca31b</id>
<content type='text'>
Express to ensure the Neopixels are off after reloads.
</content>
</entry>
<entry>
<title>atmel-samd: Add user initiated safe mode and rework board.c for</title>
<updated>2017-06-16T21:55:53+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott.shawcroft@gmail.com</email>
</author>
<published>2017-06-16T21:55:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=3e23464b1ed11710714a4d6eaa98c2c84ec6f4dd'/>
<id>urn:sha1:3e23464b1ed11710714a4d6eaa98c2c84ec6f4dd</id>
<content type='text'>
board specific functionality.

Fixes #155
</content>
</entry>
<entry>
<title>atmel-samd: Rename auto-reset to auto-reload to reduce confusion with physical reset buttons.</title>
<updated>2017-05-12T23:45:38+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott.shawcroft@gmail.com</email>
</author>
<published>2017-05-12T23:45:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=7672bf773637b008f4e5a334bcbd0a91c5ac95b2'/>
<id>urn:sha1:7672bf773637b008f4e5a334bcbd0a91c5ac95b2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>atmel-samd: Use LTO for all builds to get 5000 bytes back on express boards.</title>
<updated>2017-04-18T16:44:04+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott.shawcroft@gmail.com</email>
</author>
<published>2017-04-18T00:20:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=8d0d5defc7e06143cc5cfc4599bbf10c1055c623'/>
<id>urn:sha1:8d0d5defc7e06143cc5cfc4599bbf10c1055c623</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>
</feed>
