<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/shared-bindings, branch 6.2.0-beta.0</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=6.2.0-beta.0</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=6.2.0-beta.0'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2021-01-21T23:16:55+00:00</updated>
<entry>
<title>Merge pull request #3980 from anecdata/reasons2</title>
<updated>2021-01-21T23:16:55+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@adafruit.com</email>
</author>
<published>2021-01-21T23:16:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=10a44af5361112599d00d7f0c3ccdb2b4a9395ae'/>
<id>urn:sha1:10a44af5361112599d00d7f0c3ccdb2b4a9395ae</id>
<content type='text'>
ESP32-S2 update docs to match code usage of IPPROTO_* </content>
</entry>
<entry>
<title>Merge pull request #3854 from hierophect/esp-tcpserver</title>
<updated>2021-01-21T22:25:14+00:00</updated>
<author>
<name>hierophect</name>
<email>hierophect@gmail.com</email>
</author>
<published>2021-01-21T22:25:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=f88a896c038f4b350de2f5be54fa21e7f2c99408'/>
<id>urn:sha1:f88a896c038f4b350de2f5be54fa21e7f2c99408</id>
<content type='text'>
ESP32S2: Implement TCP Server bindings</content>
</entry>
<entry>
<title>Fix warnings that come from -O3 (I think)</title>
<updated>2021-01-21T03:16:56+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2021-01-21T01:10:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=2b4ad1ed0399dc77632bf7dca61b269517320ad9'/>
<id>urn:sha1:2b4ad1ed0399dc77632bf7dca61b269517320ad9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add initial RP2040 support</title>
<updated>2021-01-21T03:16:56+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2021-01-21T00:47:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=733094aead6e84b42da54655b2b0a5d0dbd1a503'/>
<id>urn:sha1:733094aead6e84b42da54655b2b0a5d0dbd1a503</id>
<content type='text'>
The RP2040 is new microcontroller from Raspberry Pi that features
two Cortex M0s and eight PIO state machines that are good for
crunching lots of data. It has 264k RAM and a built in UF2
bootloader too.

Datasheet: https://pico.raspberrypi.org/files/rp2040_datasheet.pdf
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'upstream/main' into esp-tcpserver</title>
<updated>2021-01-14T15:21:08+00:00</updated>
<author>
<name>Lucian Copeland</name>
<email>hierophect@gmail.com</email>
</author>
<published>2021-01-14T15:21:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=287770f8854ea20120f544e5d7aac55d2e980cba'/>
<id>urn:sha1:287770f8854ea20120f544e5d7aac55d2e980cba</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename to match WIFI_REASON. Also include specific error code in "Unknown failure" Exception.</title>
<updated>2021-01-14T05:47:23+00:00</updated>
<author>
<name>anecdata</name>
<email>16617689+anecdata@users.noreply.github.com</email>
</author>
<published>2021-01-14T05:47:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=8febdee2640570932c1659817bcaadd429761e8b'/>
<id>urn:sha1:8febdee2640570932c1659817bcaadd429761e8b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Include all reason codes.</title>
<updated>2021-01-14T05:46:52+00:00</updated>
<author>
<name>anecdata</name>
<email>16617689+anecdata@users.noreply.github.com</email>
</author>
<published>2021-01-14T05:46:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=d1249fbe470bfdaf376e510c8deb2f35f14bb55c'/>
<id>urn:sha1:d1249fbe470bfdaf376e510c8deb2f35f14bb55c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Complete non-blocking implementations, add socket close checking</title>
<updated>2021-01-14T00:05:07+00:00</updated>
<author>
<name>Lucian Copeland</name>
<email>hierophect@gmail.com</email>
</author>
<published>2021-01-14T00:05:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=37a8c1c57518ac35724ee026cdf6f2f2871aaea2'/>
<id>urn:sha1:37a8c1c57518ac35724ee026cdf6f2f2871aaea2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update shared-bindings/socketpool/SocketPool.c</title>
<updated>2021-01-13T17:17:37+00:00</updated>
<author>
<name>anecdata</name>
<email>16617689+anecdata@users.noreply.github.com</email>
</author>
<published>2021-01-13T17:17:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=e703e065952b7e3f25a23f08609160e9a7a22fae'/>
<id>urn:sha1:e703e065952b7e3f25a23f08609160e9a7a22fae</id>
<content type='text'>
Co-authored-by: Scott Shawcroft &lt;scott@tannewt.org&gt;</content>
</entry>
<entry>
<title>WIP of non-blocking calls</title>
<updated>2021-01-12T20:05:28+00:00</updated>
<author>
<name>Lucian Copeland</name>
<email>hierophect@gmail.com</email>
</author>
<published>2021-01-12T20:05:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=4cdb298a20eced513536f30d3d81990eb9fbceaa'/>
<id>urn:sha1:4cdb298a20eced513536f30d3d81990eb9fbceaa</id>
<content type='text'>
</content>
</entry>
</feed>
