<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython, branch 3.0.0-alpha.6</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.6</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=3.0.0-alpha.6'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2018-04-24T18:27:04+00:00</updated>
<entry>
<title>Merge pull request #776 from dhalbert/hid_gamepad</title>
<updated>2018-04-24T18:27:04+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2018-04-24T18:27:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=8cadcc8e8387122babb398c91413056ff9c1c5c5'/>
<id>urn:sha1:8cadcc8e8387122babb398c91413056ff9c1c5c5</id>
<content type='text'>
HID gamepad support</content>
</entry>
<entry>
<title>convert wrapper class to just a module</title>
<updated>2018-04-24T17:28:26+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2018-04-24T17:28:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=48f595ee13312fd4027e6bc73c1fddc9174eda67'/>
<id>urn:sha1:48f595ee13312fd4027e6bc73c1fddc9174eda67</id>
<content type='text'>
</content>
</entry>
<entry>
<title>HID gamepad support</title>
<updated>2018-04-24T03:51:23+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2018-04-17T00:18:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=9daa1a68d8cc614b5f99e7147587825aa13aade6'/>
<id>urn:sha1:9daa1a68d8cc614b5f99e7147587825aa13aade6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #765 from jerryneedell/jerryn_tick</title>
<updated>2018-04-20T19:40:00+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2018-04-20T19:40:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=58ba74194e120fd990cf9832b09a7067ddb32968'/>
<id>urn:sha1:58ba74194e120fd990cf9832b09a7067ddb32968</id>
<content type='text'>
 modify tick_delay to handle SysTick-&gt;VAL rollover</content>
</entry>
<entry>
<title> cleanup in tick.c</title>
<updated>2018-04-20T19:23:03+00:00</updated>
<author>
<name>Jerry Needell</name>
<email>jerryneedell@gmail.com</email>
</author>
<published>2018-04-20T19:23:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=bef05ffbf183225563d087de8b48e80dbeb7dd17'/>
<id>urn:sha1:bef05ffbf183225563d087de8b48e80dbeb7dd17</id>
<content type='text'>
</content>
</entry>
<entry>
<title> modify tick.c to simplify - remove interupt disable from common_hal_pulseio_pulsein_resume</title>
<updated>2018-04-20T15:59:33+00:00</updated>
<author>
<name>Jerry Needell</name>
<email>jerryneedell@gmail.com</email>
</author>
<published>2018-04-20T15:59:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=fe738598dacd97149db738216fe4e574b8a926a7'/>
<id>urn:sha1:fe738598dacd97149db738216fe4e574b8a926a7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #772 from tannewt/rtc51</title>
<updated>2018-04-20T03:08:20+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2018-04-20T03:08:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=77092f23802787f006783d37aad9c5d396bce3d9'/>
<id>urn:sha1:77092f23802787f006783d37aad9c5d396bce3d9</id>
<content type='text'>
atmel-samd: Fix M4 RTC and ItsyBitsy M4 definition</content>
</entry>
<entry>
<title> modify tic.c to chec if interrupts are enabled, rename us_between_ticks to us until_next_tick</title>
<updated>2018-04-20T02:25:48+00:00</updated>
<author>
<name>Jerry Needell</name>
<email>jerryneedell@gmail.com</email>
</author>
<published>2018-04-20T02:25:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=16bb40b1102016cd483915ab517d43f6ce074f13'/>
<id>urn:sha1:16bb40b1102016cd483915ab517d43f6ce074f13</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'origin/master' into jerryn_tick</title>
<updated>2018-04-20T00:54:47+00:00</updated>
<author>
<name>Jerry Needell</name>
<email>jerryneedell@gmail.com</email>
</author>
<published>2018-04-20T00:54:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=3399d541c3c40b0dbe211b0507ae19b19d539ec5'/>
<id>urn:sha1:3399d541c3c40b0dbe211b0507ae19b19d539ec5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #773 from tannewt/remove_revb_build</title>
<updated>2018-04-19T19:42:48+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2018-04-19T19:42:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=321fa206c9a013db3b2461753a340fcb69eb32e2'/>
<id>urn:sha1:321fa206c9a013db3b2461753a340fcb69eb32e2</id>
<content type='text'>
Remove Rev B Metro M4 from Travis build.</content>
</entry>
</feed>
