<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/shared-module, 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-15T17:47:00+00:00</updated>
<entry>
<title>Add never_reset and reset to pin common hal, adjust files</title>
<updated>2019-11-15T17:47:00+00:00</updated>
<author>
<name>Hierophect</name>
<email>hierophect@gmail.com</email>
</author>
<published>2019-11-15T17:47:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=de5691acf5060d6e2182da4c84095a007f6da606'/>
<id>urn:sha1:de5691acf5060d6e2182da4c84095a007f6da606</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed I2CDisplay reset issue</title>
<updated>2019-11-08T20:35:35+00:00</updated>
<author>
<name>Melissa LeBlanc-Williams</name>
<email>melissa@adafruit.com</email>
</author>
<published>2019-11-08T20:35:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=39b38256fd2159680d0f01f73de6cad26597909c'/>
<id>urn:sha1:39b38256fd2159680d0f01f73de6cad26597909c</id>
<content type='text'>
</content>
</entry>
<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>bitbangio.SPI was not setting direction of output pins</title>
<updated>2019-10-26T20:06:02+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2019-10-26T20:06:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=d0044c74b626cee32077789697f1bf73bae96fe7'/>
<id>urn:sha1:d0044c74b626cee32077789697f1bf73bae96fe7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix build by removing unused vars</title>
<updated>2019-10-23T00:24:04+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2019-10-23T00:24:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=ece8352126e34c5437080e9343f469f2f5e1bfe9'/>
<id>urn:sha1:ece8352126e34c5437080e9343f469f2f5e1bfe9</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>Merge remote-tracking branch 'origin/master' into audio-stuttering-background</title>
<updated>2019-09-13T01:45:59+00:00</updated>
<author>
<name>jepler</name>
<email>jepler@gmail.com</email>
</author>
<published>2019-09-13T01:45:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=523025ce8c96e8526e93a051436f24877e65f4a6'/>
<id>urn:sha1:523025ce8c96e8526e93a051436f24877e65f4a6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #2127 from jepler/nrf-i2s</title>
<updated>2019-09-10T18:00:26+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@adafruit.com</email>
</author>
<published>2019-09-10T18:00:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=89fed709addcbf713553cbaad38a5a6d61ef4fa4'/>
<id>urn:sha1:89fed709addcbf713553cbaad38a5a6d61ef4fa4</id>
<content type='text'>
nrf: Add i2s audio output</content>
</entry>
<entry>
<title>Merge pull request #2129 from jepler/audiomixer-debugging</title>
<updated>2019-09-10T02:43:49+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@adafruit.com</email>
</author>
<published>2019-09-10T02:43:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=2b560015c9e0874c4f320ccb039b4e1197437bdb'/>
<id>urn:sha1:2b560015c9e0874c4f320ccb039b4e1197437bdb</id>
<content type='text'>
audiomixer: Supply constants in a way "-Og" optimization expects</content>
</entry>
<entry>
<title>os_listdir: This can be long-running, run background tasks</title>
<updated>2019-09-10T01:14:02+00:00</updated>
<author>
<name>jepler</name>
<email>jepler@gmail.com</email>
</author>
<published>2019-09-10T01:04:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=676f7aa80821aa681030a5c43ce7e6c03b65241b'/>
<id>urn:sha1:676f7aa80821aa681030a5c43ce7e6c03b65241b</id>
<content type='text'>
While finding sources of clicks and buzzes in nrf i2sout, I identified
this site as one which could be long running.  Reproducer code was to
play a 22.05kHz sample and repeatedly print `os.listdir('')`
</content>
</entry>
</feed>
