<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/ports/nrf/common-hal/_bleio/Adapter.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-31T23:04:04+00:00</updated>
<entry>
<title>Fix central pairing and crash on clear</title>
<updated>2021-03-31T23:04:04+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2021-03-31T23:04:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=0752bbd5fd9327538357a51d9f0f479162285ab3'/>
<id>urn:sha1:0752bbd5fd9327538357a51d9f0f479162285ab3</id>
<content type='text'>
The list_clear would crash if we tried to clear a NULL list. (It
can happen if we haven't tried to discover any services.)
</content>
</entry>
<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>Round BLE timing values; fix timeout check</title>
<updated>2021-01-10T18:16:19+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2021-01-10T18:16:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=a397af9bdfc23d7d0b3c7c05aab799d674b7c953'/>
<id>urn:sha1:a397af9bdfc23d7d0b3c7c05aab799d674b7c953</id>
<content type='text'>
</content>
</entry>
<entry>
<title>BLE fixes</title>
<updated>2020-12-23T21:39:27+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2020-12-22T03:58:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=a11ad2572761bc4900994fbf42361efb387cd059'/>
<id>urn:sha1:a11ad2572761bc4900994fbf42361efb387cd059</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>
<entry>
<title>Merge pull request #3281 from dhalbert/fix-spim3-buffer-location</title>
<updated>2020-08-17T23:28:03+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@adafruit.com</email>
</author>
<published>2020-08-17T23:28:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=94ecf33a5ccd3682075e7a849621148ac72142a4'/>
<id>urn:sha1:94ecf33a5ccd3682075e7a849621148ac72142a4</id>
<content type='text'>
SPIM3 buffer must be in first 64kB of RAM</content>
</entry>
<entry>
<title>Merge pull request #3284 from dhalbert/fix-3171-evt-handler</title>
<updated>2020-08-17T22:02:29+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@adafruit.com</email>
</author>
<published>2020-08-17T22:02:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=377503e61c4a34ce9c062dd21f4f6c3fd3dacc0c'/>
<id>urn:sha1:377503e61c4a34ce9c062dd21f4f6c3fd3dacc0c</id>
<content type='text'>
Remove event handler before setting it to NULL</content>
</entry>
<entry>
<title>Remove event handler before setting it to NULL</title>
<updated>2020-08-15T18:39:53+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2020-08-15T18:39:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=ef40f83f99c3e529619302a42d3532ba09420dc2'/>
<id>urn:sha1:ef40f83f99c3e529619302a42d3532ba09420dc2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>SPIM3 buffer must be in first 64kB of RAM</title>
<updated>2020-08-15T14:31:56+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2020-08-15T14:16:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=cf0f3d70b57b097ea7719669d81f7bea9d41f9e5'/>
<id>urn:sha1:cf0f3d70b57b097ea7719669d81f7bea9d41f9e5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix</title>
<updated>2020-08-14T09:48:15+00:00</updated>
<author>
<name>Yihui Xiong</name>
<email>yihui.xiong@hotmail.com</email>
</author>
<published>2020-08-14T09:48:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=52990a332d602db17564ae3b1d27444f25f4531e'/>
<id>urn:sha1:52990a332d602db17564ae3b1d27444f25f4531e</id>
<content type='text'>
</content>
</entry>
</feed>
