<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/atmel-samd/boards, 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-31T19:05:43+00:00</updated>
<entry>
<title>atmel-samd: Add SPI pin names to the Trinket. Fixes #213 (#217)</title>
<updated>2017-08-31T19:05:43+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2017-08-31T19:05:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=17ec02a77d13aefdf601431be0868be32c88d84a'/>
<id>urn:sha1:17ec02a77d13aefdf601431be0868be32c88d84a</id>
<content type='text'>
</content>
</entry>
<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>Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development) master.</title>
<updated>2017-08-26T02:17:07+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2017-08-26T02:17:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=ef61b5ecb59e9b4e37e3e3c023c62d583c23eb16'/>
<id>urn:sha1:ef61b5ecb59e9b4e37e3e3c023c62d583c23eb16</id>
<content type='text'>
cpx build compiles and loads and works in repl; test suite not run yet
esp8266 not tested yet
</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>Added ability to freeze multiple directories; freeze neopixel library in cpx build (#199)</title>
<updated>2017-08-23T18:05:59+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2017-08-23T18:05:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=74cfdeb316420a3732370a5e19a6822c52395384'/>
<id>urn:sha1:74cfdeb316420a3732370a5e19a6822c52395384</id>
<content type='text'>
Reworked frozen module support: clean up makefiles and handle multiple directories.
Modules to freeze are included as git submodules.

Add neopixel to circuitplayground express build.

Fixes #56 </content>
</entry>
<entry>
<title>atmel-samd: Add support for a second flash chip so either may be used.</title>
<updated>2017-08-03T20:44:31+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@chickadee.tech</email>
</author>
<published>2017-08-03T20:44:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=13cb4aa89db351b20fe996db2f80056b4ce630c0'/>
<id>urn:sha1:13cb4aa89db351b20fe996db2f80056b4ce630c0</id>
<content type='text'>
</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>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: Add Trinket Rev D support.</title>
<updated>2017-07-12T18:55:50+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott.shawcroft@gmail.com</email>
</author>
<published>2017-07-05T18:31:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=09b80b10d18c5851e5749afbba103f42a0b2ad6c'/>
<id>urn:sha1:09b80b10d18c5851e5749afbba103f42a0b2ad6c</id>
<content type='text'>
</content>
</entry>
</feed>
