<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/shared-module, branch 4.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=4.0.0-alpha.3</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=4.0.0-alpha.3'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2018-11-09T08:11:43+00:00</updated>
<entry>
<title>Build refinement to handle warnings and quiet output</title>
<updated>2018-11-09T08:11:43+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2018-11-09T08:11:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=168e23e466737fd25d6c7a524231781e35d1d49a'/>
<id>urn:sha1:168e23e466737fd25d6c7a524231781e35d1d49a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move atmel-samd to tinyusb and support nRF flash.</title>
<updated>2018-11-09T01:25:30+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2018-10-20T01:46:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=9d91111b1b6a1eee77a88b13faf695ee0c5caea3'/>
<id>urn:sha1:9d91111b1b6a1eee77a88b13faf695ee0c5caea3</id>
<content type='text'>
This started while adding USB MIDI support (and descriptor support is
in this change.) When seeing that I'd have to implement the MIDI class
logic twice, once for atmel-samd and once for nrf, I decided to refactor
the USB stack so its shared across ports. This has led to a number of
changes that remove items from the ports folder and move them into
supervisor.

Furthermore, we had external SPI flash support for nrf pending so I
factored out the connection between the usb stack and the flash API as
well. This PR also includes the QSPI support for nRF.
</content>
</entry>
<entry>
<title>bring bleio PR up to date</title>
<updated>2018-11-07T19:12:22+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2018-11-07T19:12:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=64d457dad9bb3843ee468136022996ecb91a98df'/>
<id>urn:sha1:64d457dad9bb3843ee468136022996ecb91a98df</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add channels and bits_per_sample to audioio.WaveFile</title>
<updated>2018-11-01T01:08:10+00:00</updated>
<author>
<name>caternuson</name>
<email>caternuson@gmail.com</email>
</author>
<published>2018-11-01T01:08:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=46f1a0719e5d24d0a53e64a01a667610c6c57086'/>
<id>urn:sha1:46f1a0719e5d24d0a53e64a01a667610c6c57086</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add "dhcp" property to turn DHCP on and off</title>
<updated>2018-10-25T00:29:27+00:00</updated>
<author>
<name>Nick Moore</name>
<email>nick@zoic.org</email>
</author>
<published>2018-10-25T00:29:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=b714f5d650b53aff9fc5bc4efe1bf43eddfc7c24'/>
<id>urn:sha1:b714f5d650b53aff9fc5bc4efe1bf43eddfc7c24</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bleio: Remove redundant struct field</title>
<updated>2018-10-21T13:59:46+00:00</updated>
<author>
<name>arturo182</name>
<email>arturo182@tlen.pl</email>
</author>
<published>2018-07-23T21:52:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=b5e5805bb408ca3bb5975d8fad21070dbf4d51e9'/>
<id>urn:sha1:b5e5805bb408ca3bb5975d8fad21070dbf4d51e9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>nrf: Cleanup of the ble driver</title>
<updated>2018-10-21T13:54:13+00:00</updated>
<author>
<name>arturo182</name>
<email>arturo182@tlen.pl</email>
</author>
<published>2018-07-22T14:06:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=17f13ecc2cf10975bf5ff0631ce4326b9ffbbcf5'/>
<id>urn:sha1:17f13ecc2cf10975bf5ff0631ce4326b9ffbbcf5</id>
<content type='text'>
Moved the functions to classes that they belong to.
</content>
</entry>
<entry>
<title>nrf: Move the Peripheral class to bleio as Device</title>
<updated>2018-10-21T13:50:45+00:00</updated>
<author>
<name>arturo182</name>
<email>arturo182@tlen.pl</email>
</author>
<published>2018-07-19T18:33:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=3bd65fbae5d0150139c0ffd4cf02f8c9f547bbf5'/>
<id>urn:sha1:3bd65fbae5d0150139c0ffd4cf02f8c9f547bbf5</id>
<content type='text'>
This was the last class from ubluepy and so that module is now gone.
The Device class offers both Peripheral and Central functionality.
See the inline docs for more info.
</content>
</entry>
<entry>
<title>nrf: Move the Service class from ubluepy to the shared bleio module</title>
<updated>2018-10-21T13:43:51+00:00</updated>
<author>
<name>arturo182</name>
<email>arturo182@tlen.pl</email>
</author>
<published>2018-07-18T23:01:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=bda734223e75382be048d47fa9331afd7e9cfdce'/>
<id>urn:sha1:bda734223e75382be048d47fa9331afd7e9cfdce</id>
<content type='text'>
</content>
</entry>
<entry>
<title>nrf: Move the Characteristic class from ubluepy to the shared bleio module</title>
<updated>2018-10-21T13:43:48+00:00</updated>
<author>
<name>arturo182</name>
<email>arturo182@tlen.pl</email>
</author>
<published>2018-07-18T21:47:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=cc782492269f2311995269507ff1411d3bbb8a2f'/>
<id>urn:sha1:cc782492269f2311995269507ff1411d3bbb8a2f</id>
<content type='text'>
</content>
</entry>
</feed>
