<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/tools, 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-09T19:33:56+00:00</updated>
<entry>
<title>Incorporate feedback:</title>
<updated>2018-11-09T19:33:56+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2018-11-09T19:33:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=43f7ca7985768c974b6881957b21d687c34413ba'/>
<id>urn:sha1:43f7ca7985768c974b6881957b21d687c34413ba</id>
<content type='text'>
* Clean up board defines.
* Add flush on eject and stay ejected.
* Swith back to NONE protocol for CDC.
</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>Merge pull request #1295 from ElectronicCats/mkr1300</title>
<updated>2018-10-27T00:15:20+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2018-10-27T00:15:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=bd79c0c0de030283a092676551836e99094d1039'/>
<id>urn:sha1:bd79c0c0de030283a092676551836e99094d1039</id>
<content type='text'>
Add board MKR1300 by Arduino</content>
</entry>
<entry>
<title>minor changes in auto-built</title>
<updated>2018-10-25T21:11:49+00:00</updated>
<author>
<name>sabas1080</name>
<email>s@theinventorhouse.org</email>
</author>
<published>2018-10-25T21:11:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=ba98d4ce9c98b5cdfd675bfae01b65625f66c678'/>
<id>urn:sha1:ba98d4ce9c98b5cdfd675bfae01b65625f66c678</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #1282 from tannewt/frozen_debug</title>
<updated>2018-10-23T16:32:45+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2018-10-23T16:32:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=09c44743b03bdc075cd3304899dd87dac89d5bfe'/>
<id>urn:sha1:09c44743b03bdc075cd3304899dd87dac89d5bfe</id>
<content type='text'>
Add debug info to the generated frozen_mpy.c</content>
</entry>
<entry>
<title>Merge pull request #1286 from klardotsh/topic-nrf52840-mdk</title>
<updated>2018-10-23T00:47:14+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2018-10-23T00:47:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=554f82fe9bbce964484b1e3f87d998dbc20c87b8'/>
<id>urn:sha1:554f82fe9bbce964484b1e3f87d998dbc20c87b8</id>
<content type='text'>
Add support for MakerDiary nRF52840 MDK board</content>
</entry>
<entry>
<title>add auto-built by Travis mkr1300</title>
<updated>2018-10-23T00:42:40+00:00</updated>
<author>
<name>sabas1080</name>
<email>s@theinventorhouse.org</email>
</author>
<published>2018-10-23T00:42:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=37d784bcdc9e1cfb809a66ca8f5aafee0d86e089'/>
<id>urn:sha1:37d784bcdc9e1cfb809a66ca8f5aafee0d86e089</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make sure port is built as an NRF hex correctly</title>
<updated>2018-10-20T10:36:55+00:00</updated>
<author>
<name>Josh Klar</name>
<email>josh@klar.sh</email>
</author>
<published>2018-10-20T10:36:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=4a409192286cddf7de33d3aa2b594db5e35bafef'/>
<id>urn:sha1:4a409192286cddf7de33d3aa2b594db5e35bafef</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add back printing out code info. Whoops!</title>
<updated>2018-10-18T21:23:17+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2018-10-18T21:23:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=b4dcbb79b2327137a615f37556dc6ffa415658da'/>
<id>urn:sha1:b4dcbb79b2327137a615f37556dc6ffa415658da</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add debug info to the generated frozen_mpy.c</title>
<updated>2018-10-18T00:45:47+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2018-10-18T00:45:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=4f9c8b7361db7967fa794ea4d911ef350f23061a'/>
<id>urn:sha1:4f9c8b7361db7967fa794ea4d911ef350f23061a</id>
<content type='text'>
It adds size info and uses macros for byte code to make it more
readable.
</content>
</entry>
</feed>
