<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/lib, branch dm-mixer</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=dm-mixer</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=dm-mixer'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2019-02-21T22:15:50+00:00</updated>
<entry>
<title>Merge pull request #1584 from tannewt/disable_concurrent_write_protection</title>
<updated>2019-02-21T22:15:50+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2019-02-21T22:15:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=d218069f03451e74e049b337830cbd1be7a25d8e'/>
<id>urn:sha1:d218069f03451e74e049b337830cbd1be7a25d8e</id>
<content type='text'>
Add option to disable the concurrent write protection</content>
</entry>
<entry>
<title>Add option to disable the concurrent write protection</title>
<updated>2019-02-21T18:45:41+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2019-02-19T22:45:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=1a0596a2fbb68c1285ec59606d03a610ee94ca47'/>
<id>urn:sha1:1a0596a2fbb68c1285ec59606d03a610ee94ca47</id>
<content type='text'>
This allows writing to the filesystem from the host computer and
CircuitPython by increasing the risk of filesystem corruption.
</content>
</entry>
<entry>
<title>Set __file__ for the main source file (e.g. code.py, main.py)</title>
<updated>2019-02-21T03:37:29+00:00</updated>
<author>
<name>Craig Forbes</name>
<email>cpforbes@starlake.org</email>
</author>
<published>2019-02-21T03:37:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=1532863d8341ba0240da903533f5eb9d08987662'/>
<id>urn:sha1:1532863d8341ba0240da903533f5eb9d08987662</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Support print("", flush=True)</title>
<updated>2019-02-16T00:53:19+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2019-02-16T00:53:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=e6b140e7a0cf07fa365269e7801bb111565cb478'/>
<id>urn:sha1:e6b140e7a0cf07fa365269e7801bb111565cb478</id>
<content type='text'>
Fixes #1127
</content>
</entry>
<entry>
<title>Fix a couple variable shadowing varnings.</title>
<updated>2019-02-07T19:10:43+00:00</updated>
<author>
<name>Lionel Debroux</name>
<email>lionel_debroux@yahoo.fr</email>
</author>
<published>2019-02-07T18:45:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=591eb23e0ff846cd8439c1638de454d1ebeeda05'/>
<id>urn:sha1:591eb23e0ff846cd8439c1638de454d1ebeeda05</id>
<content type='text'>
Signed-off-by: Lionel Debroux &lt;lionel_debroux@yahoo.fr&gt;
</content>
</entry>
<entry>
<title>Add fast seek support to file objects</title>
<updated>2019-02-03T21:41:20+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2019-02-03T21:41:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=a393a6e0c578231123220e73adc32b8ee58db64b'/>
<id>urn:sha1:a393a6e0c578231123220e73adc32b8ee58db64b</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 USB MIDI support for SAMD and nRF.</title>
<updated>2019-01-09T22:02:11+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2018-11-17T01:04:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=b5e40f52c2b1c2890c866d7305e0e99b4811b7f5'/>
<id>urn:sha1:b5e40f52c2b1c2890c866d7305e0e99b4811b7f5</id>
<content type='text'>
The API should be identical to using a UART for MIDI.

Fixes #672
</content>
</entry>
<entry>
<title>Switch TinyUSB back to hathach's version. The merge commit of the commit we were on.</title>
<updated>2018-12-06T23:39:47+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2018-12-06T23:39:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=45b301856c9e10b8e942102d52f8d1c5fbb977b2'/>
<id>urn:sha1:45b301856c9e10b8e942102d52f8d1c5fbb977b2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #1323 from notro/os_mkdir_a_b</title>
<updated>2018-11-27T22:08:51+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2018-11-27T22:08:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=f6c73b35f9b69ed7490d15be36d9aa36bb9f792f'/>
<id>urn:sha1:f6c73b35f9b69ed7490d15be36d9aa36bb9f792f</id>
<content type='text'>
shared-module/os: Fix os.mkdir('a/b')</content>
</entry>
</feed>
