<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/shared-module, branch 5.0.0-alpha.3</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-alpha.3</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=5.0.0-alpha.3'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2019-09-13T01:45:59+00:00</updated>
<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>
<entry>
<title>Merge pull request #2101 from matthewnewberg/display_io_dither</title>
<updated>2019-09-09T17:11:07+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@adafruit.com</email>
</author>
<published>2019-09-09T17:11:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=6ad860a96331f2f0967382e565ebed9b0de5fb4c'/>
<id>urn:sha1:6ad860a96331f2f0967382e565ebed9b0de5fb4c</id>
<content type='text'>
Add random dithering to ColorConverter</content>
</entry>
<entry>
<title>WaveFile: Return GET_BUFFER_ERROR if wrong amount read</title>
<updated>2019-09-09T02:59:07+00:00</updated>
<author>
<name>jepler</name>
<email>jepler@gmail.com</email>
</author>
<published>2019-09-09T02:58:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=82427612d15ac85d0a34132ace7f8369dacd66ef'/>
<id>urn:sha1:82427612d15ac85d0a34132ace7f8369dacd66ef</id>
<content type='text'>
Closes: #2128
</content>
</entry>
<entry>
<title>audiomixer: Supply constants in a way "-Og" optimization expects</title>
<updated>2019-09-09T02:18:15+00:00</updated>
<author>
<name>jepler</name>
<email>jepler@gmail.com</email>
</author>
<published>2019-09-09T02:17:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=8768896d6b0ddb35568ad996781a33fd3a0df94f'/>
<id>urn:sha1:8768896d6b0ddb35568ad996781a33fd3a0df94f</id>
<content type='text'>
These arguments are constrained to be compile-time constants, a fact
that gcc complains about under "-Og" optimization, but not in normal
builds.  Declare them as enumerated types
</content>
</entry>
<entry>
<title>Move dither parameter to ColorConverter constructor and parameter</title>
<updated>2019-09-06T01:55:45+00:00</updated>
<author>
<name>Matthew Newberg</name>
<email>mnewberg@gmail.com</email>
</author>
<published>2019-09-06T01:55:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=4604a69498d5f7ffadb4ebf46a064ea5e18164b6'/>
<id>urn:sha1:4604a69498d5f7ffadb4ebf46a064ea5e18164b6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'adafruit/master' into choose-usb-devices-xac</title>
<updated>2019-09-05T01:56:13+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2019-09-05T01:56:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=f3af2a6fb7a9b67dc81ab471f30e212453af4627'/>
<id>urn:sha1:f3af2a6fb7a9b67dc81ab471f30e212453af4627</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed unused return value in displayio_colorconverter_convert</title>
<updated>2019-09-05T00:42:24+00:00</updated>
<author>
<name>Matthew Newberg</name>
<email>mnewberg@gmail.com</email>
</author>
<published>2019-09-05T00:42:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=3ab6a2343426e1b42141916a74c0c422dbd34828'/>
<id>urn:sha1:3ab6a2343426e1b42141916a74c0c422dbd34828</id>
<content type='text'>
</content>
</entry>
</feed>
