<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/shared-bindings, 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>Merge remote-tracking branch 'adafruit/master' into wdt-nrf</title>
<updated>2020-06-02T00:01:16+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2020-06-02T00:01:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=959f7297dae60b1f39e50727346b037670822f39'/>
<id>urn:sha1:959f7297dae60b1f39e50727346b037670822f39</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'master' into update-ulab</title>
<updated>2020-06-01T22:19:21+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@adafruit.com</email>
</author>
<published>2020-06-01T22:19:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=a170c5e13aeb8972b967d85ceae1cef0303e0078'/>
<id>urn:sha1:a170c5e13aeb8972b967d85ceae1cef0303e0078</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'adafruit/master' into wdt-nrf</title>
<updated>2020-06-01T22:18:12+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2020-06-01T22:18:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=323cca8910012e6cbd38a353961e4766fb1c9d1e'/>
<id>urn:sha1:323cca8910012e6cbd38a353961e4766fb1c9d1e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ulab: docs: Fix markup error</title>
<updated>2020-06-01T16:02:51+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2020-06-01T16:02:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=8af77cb91fa848540e52740e9ed21b969be9cf4f'/>
<id>urn:sha1:8af77cb91fa848540e52740e9ed21b969be9cf4f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix spelling</title>
<updated>2020-06-01T14:16:55+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2020-06-01T14:16:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=5061405eb3c231473cada799884285c5bd46f8ba'/>
<id>urn:sha1:5061405eb3c231473cada799884285c5bd46f8ba</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ulab: update</title>
<updated>2020-06-01T14:02:29+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2020-06-01T13:56:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=18c659780eeb6cf04430cdf9899197f4851d1bf6'/>
<id>urn:sha1:18c659780eeb6cf04430cdf9899197f4851d1bf6</id>
<content type='text'>
.. add new modules and functions to our shared-bindings stubs
</content>
</entry>
<entry>
<title>shared-bindings: Fix docs of storage.VfsFat</title>
<updated>2020-05-31T15:35:42+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2020-05-31T15:35:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=89bd87d9fca62e3d8255d9435937280a11e857e6'/>
<id>urn:sha1:89bd87d9fca62e3d8255d9435937280a11e857e6</id>
<content type='text'>
This is almost, but not entirely, a whitespace change.

"..." was missing or mis-placed in several places

The invalid syntax 'def f(self, ):' was used in several places.
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'adafruit/master' into wdt-nrf</title>
<updated>2020-05-29T17:16:24+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2020-05-29T17:16:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=2fd7a43f2f5b2bafad6bfed68b6c0a00688ece9b'/>
<id>urn:sha1:2fd7a43f2f5b2bafad6bfed68b6c0a00688ece9b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Various doc examples:  Fix the "/ 18" copypasta bug</title>
<updated>2020-05-27T21:43:35+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2020-05-27T21:43:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=90571e7b7f773e0bedbb69617101f67be4128a9e'/>
<id>urn:sha1:90571e7b7f773e0bedbb69617101f67be4128a9e</id>
<content type='text'>
</content>
</entry>
</feed>
