<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/py/obj.h, branch 6.0.1</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=6.0.1</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=6.0.1'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2020-09-03T23:34:56+00:00</updated>
<entry>
<title>Merge remote-tracking branch 'adafruit/main' into native_wifi</title>
<updated>2020-09-03T23:34:56+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2020-09-03T23:34:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=96cf60fbbdc26d5ed3274a43ebbaab7feca797e1'/>
<id>urn:sha1:96cf60fbbdc26d5ed3274a43ebbaab7feca797e1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>address review; use constructor for HCI Adapter</title>
<updated>2020-08-30T18:06:48+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2020-08-30T18:06:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=b27d51125134b4317b429eb7b015c9f94f22adb0'/>
<id>urn:sha1:b27d51125134b4317b429eb7b015c9f94f22adb0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add basic error handling</title>
<updated>2020-08-19T21:23:28+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2020-08-19T00:06:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=eb8b42aff1e887125dda56bafd2b52312c1c7e05'/>
<id>urn:sha1:eb8b42aff1e887125dda56bafd2b52312c1c7e05</id>
<content type='text'>
</content>
</entry>
<entry>
<title>py: mp_obj_get_type_qstr as macro saves 24 bytes</title>
<updated>2020-08-04T19:45:45+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2020-08-04T19:05:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=65e26f4a068129662c9793fd070530a35cc568b1'/>
<id>urn:sha1:65e26f4a068129662c9793fd070530a35cc568b1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use qstrs to save an additional 4 bytes</title>
<updated>2020-08-04T19:45:45+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2020-08-04T15:59:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=c37a25f0e5d1c877909855f6a3294e43b854bbbd'/>
<id>urn:sha1:c37a25f0e5d1c877909855f6a3294e43b854bbbd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add coroutine behavior for generators</title>
<updated>2020-07-24T03:40:16+00:00</updated>
<author>
<name>Kenny</name>
<email>3454741+WarriorOfWire@users.noreply.github.com</email>
</author>
<published>2020-07-21T07:01:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=51a79b1af7fa663bb078136611705c04df12970a'/>
<id>urn:sha1:51a79b1af7fa663bb078136611705c04df12970a</id>
<content type='text'>
coroutines don't have __next__; they also call themselves coroutines.
This does not change the fact that `async def` methods are generators,
but it does make them behave more like CPython.
</content>
</entry>
<entry>
<title>Add license to some obvious files.</title>
<updated>2020-07-06T18:16:25+00:00</updated>
<author>
<name>Diego Elio Pettenò</name>
<email>flameeyes@flameeyes.com</email>
</author>
<published>2020-06-03T22:40:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=34b4993d63a6b576f29d624385c681f679b4124c'/>
<id>urn:sha1:34b4993d63a6b576f29d624385c681f679b4124c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>objslice: take mp_obj_slice_indices from micropython</title>
<updated>2020-03-17T13:32:52+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2020-03-17T01:59:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=69aa010cfc3c67a5cf07b356b55eec964f896ac5'/>
<id>urn:sha1:69aa010cfc3c67a5cf07b356b55eec964f896ac5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bleio: API change to create and connect related objects simulatenously: no orphan bleio objects</title>
<updated>2019-08-28T20:15:09+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2019-08-28T20:15:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=19c59b41edcfdbb2ef67c73729fb8c866dd360ad'/>
<id>urn:sha1:19c59b41edcfdbb2ef67c73729fb8c866dd360ad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>WIP: rework of Characteristic properties; enhance Descriptor; not tested</title>
<updated>2019-08-02T21:57:31+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2019-08-02T21:56:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=7ce3776b8086abbe0d01056651904a59bf4f8bec'/>
<id>urn:sha1:7ce3776b8086abbe0d01056651904a59bf4f8bec</id>
<content type='text'>
</content>
</entry>
</feed>
