<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/shared-bindings, branch 5.0.0-beta.4</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.4</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=5.0.0-beta.4'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2020-01-13T23:15:32+00:00</updated>
<entry>
<title>merge from adafruit/circuitpython</title>
<updated>2020-01-13T23:15:32+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2020-01-13T23:15:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=2a75196aa3598b3daf4c6fcebdc47dcad597b332'/>
<id>urn:sha1:2a75196aa3598b3daf4c6fcebdc47dcad597b332</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix CCCD bonding store; avoid excessive bonding writes</title>
<updated>2020-01-13T04:32:51+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2020-01-13T04:32:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=9e7f8743c2725c1818033e348e8d542ec7539045'/>
<id>urn:sha1:9e7f8743c2725c1818033e348e8d542ec7539045</id>
<content type='text'>
</content>
</entry>
<entry>
<title>wip: HID bonding works!</title>
<updated>2020-01-11T04:55:45+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2020-01-11T04:55:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=346ce3b73b532d2776e660e0e92c5d79c699880e'/>
<id>urn:sha1:346ce3b73b532d2776e660e0e92c5d79c699880e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #2461 from jepler/urandom-hardfaults</title>
<updated>2020-01-10T19:37:59+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@adafruit.com</email>
</author>
<published>2020-01-10T19:37:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=8708d3dc45ba48391e867fbda70de2ff4084f302'/>
<id>urn:sha1:8708d3dc45ba48391e867fbda70de2ff4084f302</id>
<content type='text'>
Urandom hardfaults</content>
</entry>
<entry>
<title>wip; redid flash writing to be compatible with SD</title>
<updated>2020-01-09T22:40:02+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2020-01-09T22:40:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=9c167af17a4dd8670a457ab25bda4bba1d9eaa6e'/>
<id>urn:sha1:9c167af17a4dd8670a457ab25bda4bba1d9eaa6e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #2445 from jepler/mp3-jeplayer-fixes</title>
<updated>2020-01-08T20:50:13+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@adafruit.com</email>
</author>
<published>2020-01-08T20:50:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=a10cd8580c3227f64cc0b0a7762f37732e31b91b'/>
<id>urn:sha1:a10cd8580c3227f64cc0b0a7762f37732e31b91b</id>
<content type='text'>
Fixes for JEplayer</content>
</entry>
<entry>
<title>os: Don't require an on-stack buffer</title>
<updated>2020-01-08T15:43:13+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2020-01-08T15:43:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=6735283d8f6e352626d6ad7c4ee48b472ea65476'/>
<id>urn:sha1:6735283d8f6e352626d6ad7c4ee48b472ea65476</id>
<content type='text'>
This allows urandom requests of even 100k bytes to succeed on a fresh
VM session on a Metro M4 express.
</content>
</entry>
<entry>
<title>fix doc build error</title>
<updated>2020-01-06T15:26:32+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2020-01-06T15:26:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=b1b4a9e8428fba462211ab1ec39d52cbf0fb6c5a'/>
<id>urn:sha1:b1b4a9e8428fba462211ab1ec39d52cbf0fb6c5a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>audiomp3: rename to MP3Decoder</title>
<updated>2020-01-06T13:51:41+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2020-01-06T13:51:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=dc729718eb2980e3b92a54e4cc60c7d6b0720e8a'/>
<id>urn:sha1:dc729718eb2980e3b92a54e4cc60c7d6b0720e8a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add PacketBuffer and MTU negotiation support.</title>
<updated>2020-01-04T01:29:54+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2019-12-06T20:27:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=82fb761c0f93152feb7cef0a177a160d370a8b6e'/>
<id>urn:sha1:82fb761c0f93152feb7cef0a177a160d370a8b6e</id>
<content type='text'>
PacketBuffer facilitates packet oriented BLE protocols such as BLE
MIDI and the Apple Media Service.

This also adds PHY, MTU and connection event extension negotiation
to speed up data transfer when possible.
</content>
</entry>
</feed>
