<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython, branch 5.0.0-beta.5</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=5.0.0-beta.5</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=5.0.0-beta.5'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2020-02-04T23:41:17+00:00</updated>
<entry>
<title>Merge pull request #2584 from dhalbert/oserror-with-filename</title>
<updated>2020-02-04T23:41:17+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@adafruit.com</email>
</author>
<published>2020-02-04T23:41:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=433671f5eb1e4ac94615301c3b41c6a01935274a'/>
<id>urn:sha1:433671f5eb1e4ac94615301c3b41c6a01935274a</id>
<content type='text'>
Include filename for 'No such file/directory', etc.</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'adafruit/master' into oserror-with-filename</title>
<updated>2020-02-04T22:08:50+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2020-02-04T22:08:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=280e20adbeba23711bef3786e1bb1c7bbc87c825'/>
<id>urn:sha1:280e20adbeba23711bef3786e1bb1c7bbc87c825</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix printing single-arg exceptions</title>
<updated>2020-02-04T21:55:56+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2020-02-04T21:55:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=e13642351c2827e62a614d569138de8971ebd7c8'/>
<id>urn:sha1:e13642351c2827e62a614d569138de8971ebd7c8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix multi-arg exception printing</title>
<updated>2020-02-04T21:41:25+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2020-02-04T21:41:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=7fe959ab39e14b000934b15d7cce13aae9f6a525'/>
<id>urn:sha1:7fe959ab39e14b000934b15d7cce13aae9f6a525</id>
<content type='text'>
</content>
</entry>
<entry>
<title>preserve errno in OSError</title>
<updated>2020-02-04T21:19:40+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2020-02-04T21:19:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=5164719e67878418cff51d26f40e4813da02bc83'/>
<id>urn:sha1:5164719e67878418cff51d26f40e4813da02bc83</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #2568 from hierophect/stm32-loader-linkers</title>
<updated>2020-02-04T20:21:45+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@adafruit.com</email>
</author>
<published>2020-02-04T20:21:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=65045eb3bc4c61a5e4c538cdbf93b97f832f251e'/>
<id>urn:sha1:65045eb3bc4c61a5e4c538cdbf93b97f832f251e</id>
<content type='text'>
STM32: UF2 build option for STM32F405</content>
</entry>
<entry>
<title>Include filename for 'No such file/directory', etc.</title>
<updated>2020-02-04T18:32:39+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2020-02-04T18:32:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=57b566e73614c74a9fc74cd2d2007d91cdb507db'/>
<id>urn:sha1:57b566e73614c74a9fc74cd2d2007d91cdb507db</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #2582 from dhalbert/palette-color-list-tuple</title>
<updated>2020-02-04T17:19:09+00:00</updated>
<author>
<name>Kattni</name>
<email>kattni@adafruit.com</email>
</author>
<published>2020-02-04T17:19:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=c10479f2bba4dfd210471218deae62f6e6561bc8'/>
<id>urn:sha1:c10479f2bba4dfd210471218deae62f6e6561bc8</id>
<content type='text'>
allow tuple or list for Palette color</content>
</entry>
<entry>
<title>Implement new linker for external flash only</title>
<updated>2020-02-04T15:38:45+00:00</updated>
<author>
<name>Lucian Copeland</name>
<email>hierophect@gmail.com</email>
</author>
<published>2020-02-04T15:38:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=3ce6fc89a4b5bb97edc8568d1cd41aed04635b94'/>
<id>urn:sha1:3ce6fc89a4b5bb97edc8568d1cd41aed04635b94</id>
<content type='text'>
</content>
</entry>
<entry>
<title>make translate</title>
<updated>2020-02-04T04:41:15+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2020-02-04T04:41:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=66ca659709b0033a3199375deef2eaa75d2e1d53'/>
<id>urn:sha1:66ca659709b0033a3199375deef2eaa75d2e1d53</id>
<content type='text'>
</content>
</entry>
</feed>
