<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/ports/atmel-samd/boards/sam32, branch master</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=master</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2020-06-03T09:56:35+00:00</updated>
<entry>
<title>Fix up end of file and trailing whitespace.</title>
<updated>2020-06-03T09:56:35+00:00</updated>
<author>
<name>Diego Elio Pettenò</name>
<email>flameeyes@flameeyes.com</email>
</author>
<published>2020-05-30T09:44:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=dd5d7c86d22807c021dd1711eb7dd3daebc5cfcf'/>
<id>urn:sha1:dd5d7c86d22807c021dd1711eb7dd3daebc5cfcf</id>
<content type='text'>
This can be enforced by pre-commit, but correct it separately to make it easier to review.
</content>
</entry>
<entry>
<title>no current need for NVM</title>
<updated>2020-02-16T19:43:19+00:00</updated>
<author>
<name>Max Holliday</name>
<email>maholli@stanford.edu</email>
</author>
<published>2020-02-16T19:43:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=93760042fa9793d79e4490dc665593b608d5b334'/>
<id>urn:sha1:93760042fa9793d79e4490dc665593b608d5b334</id>
<content type='text'>
</content>
</entry>
<entry>
<title>adding Adafruit_CircuitPython_Register to frozen + updating SAM32</title>
<updated>2020-02-09T00:09:47+00:00</updated>
<author>
<name>Max Holliday</name>
<email>maholli@stanford.edu</email>
</author>
<published>2020-02-09T00:09:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=b91c4e66cb1e6672b21a6dff359041d5b4e91b59'/>
<id>urn:sha1:b91c4e66cb1e6672b21a6dff359041d5b4e91b59</id>
<content type='text'>
</content>
</entry>
<entry>
<title>wip</title>
<updated>2019-10-28T22:15:02+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2019-10-28T22:15:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=1505da784f228d43df41a773cfe504e7e4da330a'/>
<id>urn:sha1:1505da784f228d43df41a773cfe504e7e4da330a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Parameterize linker script</title>
<updated>2019-10-21T03:50:12+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2019-10-21T03:50:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=7b79ac37399927070e1931022f5759393202ed3d'/>
<id>urn:sha1:7b79ac37399927070e1931022f5759393202ed3d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>make nrf touchio be generic: now available for SAMD51 too</title>
<updated>2019-08-18T12:44:10+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2019-08-18T12:44:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=e2a4c76a3745c512eb85ca5555ec35e5f7d52769'/>
<id>urn:sha1:e2a4c76a3745c512eb85ca5555ec35e5f7d52769</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Turn off SUPEROPT on gc.c instead of trying to squueze inline limit so much; reorganize mpconfigboard.mk files</title>
<updated>2019-06-12T15:08:22+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2019-06-12T15:08:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=1bb4fccc3b28edd1010013b3043e419ec2940f7f'/>
<id>urn:sha1:1bb4fccc3b28edd1010013b3043e419ec2940f7f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reorganize board busses into shared-bindings and shared-module.</title>
<updated>2019-04-08T23:58:50+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2019-04-08T23:58:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=0f003ac5b8312fafb120e86e05eefd2431014d8c'/>
<id>urn:sha1:0f003ac5b8312fafb120e86e05eefd2431014d8c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix #ifdefs in port.c to call xxx_reset() rroutines properly. Remove most uses of EXPRESS_BOARD.</title>
<updated>2019-02-19T03:44:31+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2019-02-19T03:44:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=9c24c804fbd4b1a55498bedcb9dd28ad0666f18a'/>
<id>urn:sha1:9c24c804fbd4b1a55498bedcb9dd28ad0666f18a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>WIP: atmel-samd trinket build works</title>
<updated>2019-02-15T05:28:20+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2019-02-15T05:28:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=5154e0581e0eda0b755a19df98dca45db7ffa76b'/>
<id>urn:sha1:5154e0581e0eda0b755a19df98dca45db7ffa76b</id>
<content type='text'>
</content>
</entry>
</feed>
