<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/ports/nrf/bluetooth/ble_drv.h, 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-19T13:56:39+00:00</updated>
<entry>
<title>nrf: _bleio: clean up timeout calculation</title>
<updated>2020-05-19T13:56:39+00:00</updated>
<author>
<name>Sean Cross</name>
<email>sean@xobs.io</email>
</author>
<published>2020-05-19T13:03:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=c1bcc25b88ff76dcbd7e365b3e9be7a94806f66b'/>
<id>urn:sha1:c1bcc25b88ff76dcbd7e365b3e9be7a94806f66b</id>
<content type='text'>
The timeout value is calculated by the common-hal layer now, so we don't
need to be quite so clever about calculating it here.

Signed-off-by: Sean Cross &lt;sean@xobs.io&gt;
</content>
</entry>
<entry>
<title>increase max connections from 2 to 5</title>
<updated>2020-01-31T19:58:23+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2020-01-31T19:40:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=4abd5f1f7b54d2fb3641ce2ab807db1d45e82731'/>
<id>urn:sha1:4abd5f1f7b54d2fb3641ce2ab807db1d45e82731</id>
<content type='text'>
</content>
</entry>
<entry>
<title>sd_flash_operation_status should be volatile</title>
<updated>2019-12-12T05:19:03+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2019-12-12T05:19:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=fd03fd5e4f7d6a7fb5e126a5e56955e73a0d0711'/>
<id>urn:sha1:fd03fd5e4f7d6a7fb5e126a5e56955e73a0d0711</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refine _bleio</title>
<updated>2019-10-22T01:57:03+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2019-09-14T19:40:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=ae30a1e5aa198bdeee7dce04194b027ff4e3d65a'/>
<id>urn:sha1:ae30a1e5aa198bdeee7dce04194b027ff4e3d65a</id>
<content type='text'>
This PR refines the _bleio API. It was originally motivated by
the addition of a new CircuitPython service that enables reading
and modifying files on the device. Moving the BLE lifecycle outside
of the VM motivated a number of changes to remove heap allocations
in some APIs.

It also motivated unifying connection initiation to the Adapter class
rather than the Central and Peripheral classes which have been removed.
Adapter now handles the GAP portion of BLE including advertising, which
has moved but is largely unchanged, and scanning, which has been enhanced
to return an iterator of filtered results.

Once a connection is created (either by us (aka Central) or a remote
device (aka Peripheral)) it is represented by a new Connection class.
This class knows the current connection state and can discover and
instantiate remote Services along with their Characteristics and
Descriptors.

Relates to #586
</content>
</entry>
<entry>
<title>WIP: backup only; not compiled</title>
<updated>2019-06-20T01:54:28+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2019-06-20T01:54:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=24ac1fdcabdcdb02f9807192d3cb2a4210b4afc8'/>
<id>urn:sha1:24ac1fdcabdcdb02f9807192d3cb2a4210b4afc8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update copyrights; get ready for Central</title>
<updated>2019-06-19T14:42:36+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2019-06-19T14:42:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=a1b5d800f30418a08a39e73ba4b3e276ca6c7241'/>
<id>urn:sha1:a1b5d800f30418a08a39e73ba4b3e276ca6c7241</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Scanner working, but not very first time</title>
<updated>2019-05-23T20:07:54+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2019-05-23T20:07:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=1639354e5fc886ee4b2064eaceedfd26ebbe1cd3'/>
<id>urn:sha1:1639354e5fc886ee4b2064eaceedfd26ebbe1cd3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>nrf: fix internal flash writes</title>
<updated>2019-03-18T13:11:40+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2019-03-18T13:11:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=9cceea0d68492760524c1c3fd9c87d94066e6ccb'/>
<id>urn:sha1:9cceea0d68492760524c1c3fd9c87d94066e6ccb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use critical section, not lock, in CharacteristicBuffer; use a root pointer for ble_drv list</title>
<updated>2019-02-21T05:19:31+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2019-02-21T05:19:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=99da3b9646c22ee8232b0b238ffcaf74b250333f'/>
<id>urn:sha1:99da3b9646c22ee8232b0b238ffcaf74b250333f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>finish Makefile refactoring; nrf builds work</title>
<updated>2019-02-15T23:55:10+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2019-02-15T23:55:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=a345ef28f2278dd53a33d96861c0c7d3fad6fbbe'/>
<id>urn:sha1:a345ef28f2278dd53a33d96861c0c7d3fad6fbbe</id>
<content type='text'>
</content>
</entry>
</feed>
