<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/ports/nrf/common-hal/_bleio/__init__.c, branch encoding</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=encoding</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=encoding'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2020-05-04T19:59:45+00:00</updated>
<entry>
<title>add PacketBuffer .incoming_ and .outgoing_packet_length</title>
<updated>2020-05-04T19:59:45+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2020-05-04T18:29:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=d6c6f9f4f080d60716b148aed951462a065074d2'/>
<id>urn:sha1:d6c6f9f4f080d60716b148aed951462a065074d2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rename and improve PacketBuffer packet length property</title>
<updated>2020-04-29T21:49:31+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2020-04-29T21:44:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=84cee1ab8de48cc5a3dcbbd78a381cfd0306ed49'/>
<id>urn:sha1:84cee1ab8de48cc5a3dcbbd78a381cfd0306ed49</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix crash after empty REPL session</title>
<updated>2020-02-25T00:11:17+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2020-02-25T00:11:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=28c7a1e9c3193f386197d6cb629f6843a6302d89'/>
<id>urn:sha1:28c7a1e9c3193f386197d6cb629f6843a6302d89</id>
<content type='text'>
We were trying to reset bluetooth when it was off and then trying
to raise an exception without the heap.
</content>
</entry>
<entry>
<title>track vm_used_ble better</title>
<updated>2020-01-30T14:52:06+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2020-01-30T14:52:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=87f73e2729be3158ea3bb030644cbc42a4913c4c'/>
<id>urn:sha1:87f73e2729be3158ea3bb030644cbc42a4913c4c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>merge from adafruit/circuitpython</title>
<updated>2020-01-13T23:15:32+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2020-01-13T23:15:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=2a75196aa3598b3daf4c6fcebdc47dcad597b332'/>
<id>urn:sha1:2a75196aa3598b3daf4c6fcebdc47dcad597b332</id>
<content type='text'>
</content>
</entry>
<entry>
<title>wip; redid flash writing to be compatible with SD</title>
<updated>2020-01-09T22:40:02+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2020-01-09T22:40:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=9c167af17a4dd8670a457ab25bda4bba1d9eaa6e'/>
<id>urn:sha1:9c167af17a4dd8670a457ab25bda4bba1d9eaa6e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add PacketBuffer and MTU negotiation support.</title>
<updated>2020-01-04T01:29:54+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2019-12-06T20:27:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=82fb761c0f93152feb7cef0a177a160d370a8b6e'/>
<id>urn:sha1:82fb761c0f93152feb7cef0a177a160d370a8b6e</id>
<content type='text'>
PacketBuffer facilitates packet oriented BLE protocols such as BLE
MIDI and the Apple Media Service.

This also adds PHY, MTU and connection event extension negotiation
to speed up data transfer when possible.
</content>
</entry>
<entry>
<title>Add connection interval and debugging</title>
<updated>2019-12-04T22:39:02+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2019-11-23T00:33:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=17c8356b8c06ac160bf9fad6b6b4b8b1095d8dcd'/>
<id>urn:sha1:17c8356b8c06ac160bf9fad6b6b4b8b1095d8dcd</id>
<content type='text'>
This also sets TinyUSB to master and to not include its submodules.

It also fixes an old displayio example comment and retries gattc
reads.
</content>
</entry>
<entry>
<title>Special exception message for when pairing prompt is ignored.</title>
<updated>2019-11-22T00:32:42+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2019-11-22T00:32:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=e63796c7bc28d8add63441f54ef4060a4ec11006'/>
<id>urn:sha1:e63796c7bc28d8add63441f54ef4060a4ec11006</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix pairing when peripheral. Central untested.</title>
<updated>2019-11-22T00:32:42+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2019-11-21T18:35:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=39f4046f701388d20ddad1429616dfb729063c1e'/>
<id>urn:sha1:39f4046f701388d20ddad1429616dfb729063c1e</id>
<content type='text'>
</content>
</entry>
</feed>
