<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/lib, branch 5.0.0-beta.0</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=5.0.0-beta.0</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=5.0.0-beta.0'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2019-11-01T20:20:58+00:00</updated>
<entry>
<title>Merge remote-tracking branch 'adafruit/master' into bleio_tweaks</title>
<updated>2019-11-01T20:20:58+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2019-11-01T20:20:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=47e50e56594f7b6b71191e61415f87bfdb9c6cb6'/>
<id>urn:sha1:47e50e56594f7b6b71191e61415f87bfdb9c6cb6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove old library</title>
<updated>2019-10-22T17:13:22+00:00</updated>
<author>
<name>Hierophect</name>
<email>hierophect@gmail.com</email>
</author>
<published>2019-10-22T17:13:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=dadfa69061d878946392635496e424ff861a92d0'/>
<id>urn:sha1:dadfa69061d878946392635496e424ff861a92d0</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>add dummy common_hal_mcu_processor_get_voltage() for spresense</title>
<updated>2019-10-15T13:07:12+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2019-10-15T13:07:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=a0d18ac4e6c777a61e576df002ab48b6b1a83574'/>
<id>urn:sha1:a0d18ac4e6c777a61e576df002ab48b6b1a83574</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update tinyUSB</title>
<updated>2019-10-09T06:32:58+00:00</updated>
<author>
<name>Kamil Tomaszewski</name>
<email>kamil.tomaszewski@sony.com</email>
</author>
<published>2019-10-09T06:32:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=49db102bdd6ae29a312b34d806a39fd639bc06da'/>
<id>urn:sha1:49db102bdd6ae29a312b34d806a39fd639bc06da</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update tinyusb to fix gamepad;add HID OUT interface descriptor</title>
<updated>2019-10-01T19:57:16+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2019-10-01T19:57:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=05038ea1e57d76b1ee013e61e747429e8c7c58e4'/>
<id>urn:sha1:05038ea1e57d76b1ee013e61e747429e8c7c58e4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add support for F412 via latest tinyusb update</title>
<updated>2019-09-09T15:42:55+00:00</updated>
<author>
<name>Hierophect</name>
<email>hierophect@gmail.com</email>
</author>
<published>2019-09-09T15:42:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=426ddb356ec45f4c75e9e6956d9f0ddf7d223cc2'/>
<id>urn:sha1:426ddb356ec45f4c75e9e6956d9f0ddf7d223cc2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>More size_t usage</title>
<updated>2019-08-27T19:49:46+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2019-08-27T19:49:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=966a48b23a985154ff691a09de72013e2eac2512'/>
<id>urn:sha1:966a48b23a985154ff691a09de72013e2eac2512</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update tinyusb to 00c440cb</title>
<updated>2019-08-19T23:42:45+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2019-08-19T23:42:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=44b28d118757d1db35dfdd0042a499dcd51a7d59'/>
<id>urn:sha1:44b28d118757d1db35dfdd0042a499dcd51a7d59</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update tinyusb</title>
<updated>2019-08-16T12:40:37+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2019-08-16T12:29:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=49d8ea648dad6bc202f0cae27ab58760535de3d0'/>
<id>urn:sha1:49d8ea648dad6bc202f0cae27ab58760535de3d0</id>
<content type='text'>
This fixes a problem with USB MIDI messages 0xc and 0xd and
Closes: #2057
</content>
</entry>
</feed>
