<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/ports/nrf/bluetooth, branch azure</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=azure</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=azure'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2019-03-18T13:11:40+00:00</updated>
<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>
<entry>
<title>update tinyusb, work better with sd</title>
<updated>2019-01-29T14:03:18+00:00</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2019-01-29T13:47:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=d1fb384a4a4cda91f293aac7ae49c570a97daa7c'/>
<id>urn:sha1:d1fb384a4a4cda91f293aac7ae49c570a97daa7c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add CharacteristicBuffer; UART seems to work!</title>
<updated>2019-01-08T03:46:20+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2019-01-08T03:46:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=f66f55b4ed4a008fd328a377acbf731e5f22d6de'/>
<id>urn:sha1:f66f55b4ed4a008fd328a377acbf731e5f22d6de</id>
<content type='text'>
</content>
</entry>
<entry>
<title>evt handler list bugs; unique evt handler names; remove uuid128_reference</title>
<updated>2019-01-04T02:42:42+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2019-01-04T02:42:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=a77b2363eff14ae5b19c50a7d25b3db4ef6b200c'/>
<id>urn:sha1:a77b2363eff14ae5b19c50a7d25b3db4ef6b200c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>don't free event handler list manually; let gc do it</title>
<updated>2018-12-31T14:02:43+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2018-12-31T14:02:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=941ccf87c88e9a72804b829682d842cac8f116b7'/>
<id>urn:sha1:941ccf87c88e9a72804b829682d842cac8f116b7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove nRF52832 support</title>
<updated>2018-12-31T03:49:20+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2018-12-31T03:49:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=b6b5ed9c893f1d0ecdad03e18596a5bc33a08883'/>
<id>urn:sha1:b6b5ed9c893f1d0ecdad03e18596a5bc33a08883</id>
<content type='text'>
</content>
</entry>
<entry>
<title>free event handlers on reset; fix typo in Broadcaster</title>
<updated>2018-12-29T18:55:10+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2018-12-29T18:55:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=ef39e72c7c3c3e68f73f670b7f8b7f08e813be39'/>
<id>urn:sha1:ef39e72c7c3c3e68f73f670b7f8b7f08e813be39</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add Broadcaster. Reset correctly on reload.</title>
<updated>2018-12-29T04:34:23+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2018-12-29T03:55:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=4d1f0ec07be5e9cacaf0072a0f987871b8505ec4'/>
<id>urn:sha1:4d1f0ec07be5e9cacaf0072a0f987871b8505ec4</id>
<content type='text'>
</content>
</entry>
</feed>
