<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/shared-bindings/canio/CAN.c, branch main</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=main</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2021-03-15T13:57:36+00:00</updated>
<entry>
<title>run code formatting script</title>
<updated>2021-03-15T13:57:36+00:00</updated>
<author>
<name>microDev</name>
<email>70126934+microDev1@users.noreply.github.com</email>
</author>
<published>2021-03-15T13:57:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=a52eb88031620a81521b937f2a0651dbac2bb350'/>
<id>urn:sha1:a52eb88031620a81521b937f2a0651dbac2bb350</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixing make stub warnings and mypy issuesmak</title>
<updated>2020-10-30T00:15:34+00:00</updated>
<author>
<name>sw23</name>
<email>sw23@users.noreply.github.com</email>
</author>
<published>2020-10-30T00:15:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=ad166ca479f405a9cb43fae9fe7b082d2e6ba19f'/>
<id>urn:sha1:ad166ca479f405a9cb43fae9fe7b082d2e6ba19f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>canio: Give implementation-specific limits for CAN.Listen</title>
<updated>2020-10-26T15:06:49+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2020-10-26T15:06:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=c9f7df3bab8c46cc51b12eefc95391a00ba8c7e1'/>
<id>urn:sha1:c9f7df3bab8c46cc51b12eefc95391a00ba8c7e1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>canio.CAN: clarify read-only status of several properties</title>
<updated>2020-09-30T01:13:52+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2020-09-30T01:13:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=88cbf772dfb5bcfd020c42c2470d0287c4b780a8'/>
<id>urn:sha1:88cbf772dfb5bcfd020c42c2470d0287c4b780a8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>canio: actually drop the _error_count properties</title>
<updated>2020-09-29T19:25:53+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2020-09-29T19:25:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=611f81ac1afce82b74acbe8b282fef5300dac4d9'/>
<id>urn:sha1:611f81ac1afce82b74acbe8b282fef5300dac4d9</id>
<content type='text'>
thanks @tannewt
</content>
</entry>
<entry>
<title>Allow the _state_count properties to be unimplemented</title>
<updated>2020-09-29T19:05:50+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2020-09-29T19:05:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=1bea099eb201526a777f3d30b8a9e017724aaa9d'/>
<id>urn:sha1:1bea099eb201526a777f3d30b8a9e017724aaa9d</id>
<content type='text'>
This is the case on the SPI implementations MCP2515 and MCP2518.
</content>
</entry>
<entry>
<title>canio: CAN.listen: rename argument to 'matches', reflecting that it is a sequence</title>
<updated>2020-09-28T22:22:00+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2020-09-28T20:51:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=4f7f1e810681f2956598acced5c09c05695967f9'/>
<id>urn:sha1:4f7f1e810681f2956598acced5c09c05695967f9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>canio: Correct type annotations of CAN.send, Listener.receive</title>
<updated>2020-09-28T22:22:00+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2020-09-26T15:04:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=ea2f5b63963f7bf281fad6f2d29b2b673826610e'/>
<id>urn:sha1:ea2f5b63963f7bf281fad6f2d29b2b673826610e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>canio: Split RemoteTransmissionRequest to its own class</title>
<updated>2020-09-28T22:22:00+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2020-09-24T20:25:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=8d45be1cd99c6fbfcb69877ab335e010810c54fd'/>
<id>urn:sha1:8d45be1cd99c6fbfcb69877ab335e010810c54fd</id>
<content type='text'>
It reuses most of canio.Message's implementation, and structure
</content>
</entry>
<entry>
<title>canio: fix bugs in shared-bindings</title>
<updated>2020-09-22T14:36:47+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2020-09-22T14:36:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=9fd9cf1138817184399f381aacfc4aa1c4b16b76'/>
<id>urn:sha1:9fd9cf1138817184399f381aacfc4aa1c4b16b76</id>
<content type='text'>
</content>
</entry>
</feed>
