<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/shared-bindings/_bleio, branch 6.0.0</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=6.0.0</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=6.0.0'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2020-10-08T00:11:32+00:00</updated>
<entry>
<title>Replace _bleio.ConnectionError with the native version</title>
<updated>2020-10-08T00:11:32+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2020-10-08T00:11:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=9fcf96cb645d726cd4c80b9cce438f1633dab95f'/>
<id>urn:sha1:9fcf96cb645d726cd4c80b9cce438f1633dab95f</id>
<content type='text'>
Replace uses of _bleio.ConnectionError with regular ConnectionError

Fixes #3008
</content>
</entry>
<entry>
<title>_bleio: fix markup typo</title>
<updated>2020-09-13T16:56:34+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2020-09-13T16:56:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=e5122b1acf3742474f0b496a01c7180bc0f6faf0'/>
<id>urn:sha1:e5122b1acf3742474f0b496a01c7180bc0f6faf0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>share more of _bleio dict; fix one doc error</title>
<updated>2020-09-01T16:41:58+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2020-09-01T16:41:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=4e3cb55ce705878a811cad2c68317391c7b5497d'/>
<id>urn:sha1:4e3cb55ce705878a811cad2c68317391c7b5497d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix stub; mismatched triple quotes</title>
<updated>2020-08-30T18:59:03+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2020-08-30T18:59:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=f5a5fc4c8494cd80f0e113c7cd4de975925b9bac'/>
<id>urn:sha1:f5a5fc4c8494cd80f0e113c7cd4de975925b9bac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>merge from upstream</title>
<updated>2020-08-30T18:39:03+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2020-08-30T18:39:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=6dbd369272c4bedea4e00c1dca80d0b3ee2d6781'/>
<id>urn:sha1:6dbd369272c4bedea4e00c1dca80d0b3ee2d6781</id>
<content type='text'>
</content>
</entry>
<entry>
<title>address review; use constructor for HCI Adapter</title>
<updated>2020-08-30T18:06:48+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2020-08-30T18:06:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=b27d51125134b4317b429eb7b015c9f94f22adb0'/>
<id>urn:sha1:b27d51125134b4317b429eb7b015c9f94f22adb0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>sphinx fixes</title>
<updated>2020-08-21T21:03:45+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2020-08-21T21:03:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=770c204d5a283add29e03e421490e1d5b9663f3c'/>
<id>urn:sha1:770c204d5a283add29e03e421490e1d5b9663f3c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add more "extern" declarations for gcc10 compat</title>
<updated>2020-08-21T19:39:37+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2020-08-03T23:40:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=644d2ba7a2075c44306583fada847047a7a44d5d'/>
<id>urn:sha1:644d2ba7a2075c44306583fada847047a7a44d5d</id>
<content type='text'>
gcc has tightened the restrictions on forward declarations that lack
"extern".  Fix them up.
</content>
</entry>
<entry>
<title>fix stubs; make translate</title>
<updated>2020-08-21T15:37:15+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2020-08-21T15:37:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=8d785cbbe577a0ee6592aa263cae45e817f3e9ee'/>
<id>urn:sha1:8d785cbbe577a0ee6592aa263cae45e817f3e9ee</id>
<content type='text'>
</content>
</entry>
<entry>
<title>merge from upstream; working; includes debug_out code for debugging via Saleae for posterity</title>
<updated>2020-08-21T00:29:57+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2020-08-21T00:29:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=0e30dd8bccdbb4469e1bb54443f5d2fca66f7ff6'/>
<id>urn:sha1:0e30dd8bccdbb4469e1bb54443f5d2fca66f7ff6</id>
<content type='text'>
</content>
</entry>
</feed>
