<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/ports/nrf, branch 4.0.0-beta.2</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-beta.2</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=4.0.0-beta.2'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2019-01-31T19:42:15+00:00</updated>
<entry>
<title>Fix hallowing and nrf builds</title>
<updated>2019-01-31T19:42:15+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2019-01-30T01:10:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=ec0388704095a7d3ab0cda65509db2fa0ef589dc'/>
<id>urn:sha1:ec0388704095a7d3ab0cda65509db2fa0ef589dc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor nrfx from supervisor/usb.c</title>
<updated>2019-01-30T15:30:23+00:00</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2019-01-30T15:30:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=a51f2b07161239e0a3805cb40914f159f2038c87'/>
<id>urn:sha1:a51f2b07161239e0a3805cb40914f159f2038c87</id>
<content type='text'>
</content>
</entry>
<entry>
<title>re-init usb hardware when enable/disable SD</title>
<updated>2019-01-30T07:13:07+00:00</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2019-01-30T07:13:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=164e1e23419450ac8cd72af01051ec6fd299bd92'/>
<id>urn:sha1:164e1e23419450ac8cd72af01051ec6fd299bd92</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>Merge pull request #1499 from nickzoic/nickzoic/circuitpython-nrf-touchin-1048</title>
<updated>2019-01-28T08:22:34+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2019-01-28T08:22:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=765d877dfa829ef59cec0bb2980ecba3e3c3ae0f'/>
<id>urn:sha1:765d877dfa829ef59cec0bb2980ecba3e3c3ae0f</id>
<content type='text'>
Nickzoic/circuitpython nrf touchin 1048</content>
</entry>
<entry>
<title>Automatically set a default threshold for touchio.TouchIn channels</title>
<updated>2019-01-28T07:22:57+00:00</updated>
<author>
<name>Nick Moore</name>
<email>nick@zoic.org</email>
</author>
<published>2019-01-28T07:22:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=294b026aca2dfbcef3f8abae9054d6f04c60a61f'/>
<id>urn:sha1:294b026aca2dfbcef3f8abae9054d6f04c60a61f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>speed up measurement loop</title>
<updated>2019-01-27T10:54:59+00:00</updated>
<author>
<name>Nick Moore</name>
<email>nick@zoic.org</email>
</author>
<published>2019-01-27T10:54:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=539aaf08b52a79a72d4516aa8d8b21cf370f903c'/>
<id>urn:sha1:539aaf08b52a79a72d4516aa8d8b21cf370f903c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>hugely simplified version of the touchio.TouchIn.get_raw_reading code (adafruit/circuitpython#1048)</title>
<updated>2019-01-27T04:08:03+00:00</updated>
<author>
<name>Nick Moore</name>
<email>nick@zoic.org</email>
</author>
<published>2019-01-27T04:01:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=4a093294ac1fe272c2c24ba67fcd1d65d5729922'/>
<id>urn:sha1:4a093294ac1fe272c2c24ba67fcd1d65d5729922</id>
<content type='text'>
</content>
</entry>
<entry>
<title>also handle BLE_GATTS_EVT_SYS_ATTR_MISSING: fixes Android:</title>
<updated>2019-01-24T03:12:38+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2019-01-24T03:12:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=7998a7696d31c68c8837af86173ec5d507567ca2'/>
<id>urn:sha1:7998a7696d31c68c8837af86173ec5d507567ca2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>support BLE_GAP_EVT_DATA_LENGTH_UPDATE_REQUEST, sent by newer devices</title>
<updated>2019-01-24T02:07:23+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2019-01-24T02:07:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=b1f1bb1389809e07c8b315aa9891d58e79c247e9'/>
<id>urn:sha1:b1f1bb1389809e07c8b315aa9891d58e79c247e9</id>
<content type='text'>
</content>
</entry>
</feed>
