<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython, branch 3.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=3.0.0-alpha.3</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=3.0.0-alpha.3'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2018-03-14T19:04:39+00:00</updated>
<entry>
<title>Merge pull request #678 from tannewt/m0_no_timer_fix</title>
<updated>2018-03-14T19:04:39+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2018-03-14T19:04:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=f173d45941af0ec345dafc16614669952f9c5f97'/>
<id>urn:sha1:f173d45941af0ec345dafc16614669952f9c5f97</id>
<content type='text'>
Correct NO_TIMER index value for SAMD21.</content>
</entry>
<entry>
<title>Remove SERCOM pointers from pin data structure because index is</title>
<updated>2018-03-14T18:14:32+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott.shawcroft@gmail.com</email>
</author>
<published>2018-03-14T18:08:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=88aa0e2660e439fccac9c56b683a0e56b2399905'/>
<id>urn:sha1:88aa0e2660e439fccac9c56b683a0e56b2399905</id>
<content type='text'>
enough.

This saves 380 bytes on the Arduino Zero build. (More pins ==
more savings.)
</content>
</entry>
<entry>
<title>Merge pull request #679 from tannewt/usb_race3</title>
<updated>2018-03-14T17:54:20+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2018-03-14T17:54:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=07dd26d722d2b455e22581635749037e5979fa04'/>
<id>urn:sha1:07dd26d722d2b455e22581635749037e5979fa04</id>
<content type='text'>
Check usb_busy up front in usb background function.</content>
</entry>
<entry>
<title>Check usb_busy up front in usb background function.</title>
<updated>2018-03-14T17:32:41+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott.shawcroft@gmail.com</email>
</author>
<published>2018-03-14T17:32:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=7a3f86d184c42a7957a135d9dfc23b1149e2708c'/>
<id>urn:sha1:7a3f86d184c42a7957a135d9dfc23b1149e2708c</id>
<content type='text'>
Waiting to do so risks accidentally queueing another response.

Hopefully fixes #655 but we'll let @jerryneedell confirm.
</content>
</entry>
<entry>
<title>Correct NO_TIMER index value for SAMD21.</title>
<updated>2018-03-13T19:44:00+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott.shawcroft@gmail.com</email>
</author>
<published>2018-03-13T19:44:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=c37ade9aeba3c0608c8e8591e999871d96dadda8'/>
<id>urn:sha1:c37ade9aeba3c0608c8e8591e999871d96dadda8</id>
<content type='text'>
We check validity by ensuring it's lower than the total number of
timers. 0 is a terrible number for the NO_TIMER value because its
valid even though it shouldn't be.

Fixes https://github.com/adafruit/Adafruit_CircuitPython_SimpleIO/issues/29
</content>
</entry>
<entry>
<title>Merge pull request #677 from tannewt/usb_active_read</title>
<updated>2018-03-13T19:16:40+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2018-03-13T19:16:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=b64d56826743a58c1aede6cdbbbc86209f177dec'/>
<id>urn:sha1:b64d56826743a58c1aede6cdbbbc86209f177dec</id>
<content type='text'>
Move usb read finish into interrupt.</content>
</entry>
<entry>
<title>Merge pull request #676 from vesperk38/patch-1</title>
<updated>2018-03-13T18:33:19+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2018-03-13T18:33:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=15dd2fc0ab1a1a151c07b87598ebdd61d1e7dac6'/>
<id>urn:sha1:15dd2fc0ab1a1a151c07b87598ebdd61d1e7dac6</id>
<content type='text'>
line 172 has a typo   correct 2MB to 4MB</content>
</entry>
<entry>
<title>Move usb read finish into interrupt.</title>
<updated>2018-03-13T18:29:29+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott.shawcroft@gmail.com</email>
</author>
<published>2018-03-13T18:29:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=81572481894bb371a65313ee75b8a9d3fcbbafcd'/>
<id>urn:sha1:81572481894bb371a65313ee75b8a9d3fcbbafcd</id>
<content type='text'>
Having the `active_read = false` in the background function left
a chance that a new_write occurs before active_read is set to false.

In that case, we'll read the appropriate data rather than write it
and never clear the active write.

Hopefully fixes #655.
</content>
</entry>
<entry>
<title>line 172 has a typo   correct 2MB to 4MB</title>
<updated>2018-03-13T17:42:29+00:00</updated>
<author>
<name>vesperk38</name>
<email>jonahk38@gmail.com</email>
</author>
<published>2018-03-13T17:42:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=945f2f5aa16f3dd4203bd745fe9ddf9440ddc0bc'/>
<id>urn:sha1:945f2f5aa16f3dd4203bd745fe9ddf9440ddc0bc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #668 from python-ugame/master</title>
<updated>2018-03-12T22:14:32+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2018-03-12T22:14:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=9d928b5726ee314fb625a79086675d548be12eef'/>
<id>urn:sha1:9d928b5726ee314fb625a79086675d548be12eef</id>
<content type='text'>
_stage: use 16 bit for coordinates to support larger screens</content>
</entry>
</feed>
