<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/py, 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-22T08:49:19+00:00</updated>
<entry>
<title>Merge pull request #3911 from hugodahl/add-translation-for-builtin-object-help</title>
<updated>2021-01-22T08:49:19+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@adafruit.com</email>
</author>
<published>2021-01-22T08:49:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=e3275be8b1ad28d0296733876cf119f134680e81'/>
<id>urn:sha1:e3275be8b1ad28d0296733876cf119f134680e81</id>
<content type='text'>
Update built-in help output for localization (Issue #3907)</content>
</entry>
<entry>
<title>Alphabetical</title>
<updated>2021-01-21T18:18:04+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2021-01-21T18:18:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=b7a63dc4980808e5f9716c1851a015ae65a16eb7'/>
<id>urn:sha1:b7a63dc4980808e5f9716c1851a015ae65a16eb7</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 branch 'main' of https://github.com/adafruit/circuitpython into add-translation-for-builtin-object-help</title>
<updated>2021-01-15T04:12:30+00:00</updated>
<author>
<name>Hugo Dahl</name>
<email>hugo@code-jedi.com</email>
</author>
<published>2021-01-15T04:12:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=8094435193d1f6dad3cc8c7426370306ba1a9501'/>
<id>urn:sha1:8094435193d1f6dad3cc8c7426370306ba1a9501</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'origin/main' into audioout-esp32</title>
<updated>2021-01-12T15:23:07+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2021-01-12T15:23:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=1ca29ec47c9f51589faa151b659dfd1dd4a349ef'/>
<id>urn:sha1:1ca29ec47c9f51589faa151b659dfd1dd4a349ef</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'main' into add-translation-for-builtin-object-help</title>
<updated>2021-01-12T00:32:07+00:00</updated>
<author>
<name>Hugo Dahl</name>
<email>hugo@code-jedi.com</email>
</author>
<published>2021-01-12T00:32:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=2d8404c59902d93bf273e2f3d1917071479f8792'/>
<id>urn:sha1:2d8404c59902d93bf273e2f3d1917071479f8792</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #3957 from dhalbert/gcc10-debug-builds</title>
<updated>2021-01-11T23:36:12+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@adafruit.com</email>
</author>
<published>2021-01-11T23:36:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=ba507a8193447608a685f4e9aabaac3fa3d72e44'/>
<id>urn:sha1:ba507a8193447608a685f4e9aabaac3fa3d72e44</id>
<content type='text'>
new CIRCUITPY_DEBUG flag passes DEBUG into C preprocessor</content>
</entry>
<entry>
<title>avoid inline compile errors</title>
<updated>2021-01-09T04:07:21+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2021-01-09T03:16:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=255ffa979cd62063bcbabbc64e3c4fb8d1c0f216'/>
<id>urn:sha1:255ffa979cd62063bcbabbc64e3c4fb8d1c0f216</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'origin/main' into audioout-esp32</title>
<updated>2021-01-07T20:11:14+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2021-01-07T20:11:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=30c6dd3f76e7d3c0f8b3a6eb20de627b097dbf09'/>
<id>urn:sha1:30c6dd3f76e7d3c0f8b3a6eb20de627b097dbf09</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'main' into msgpack</title>
<updated>2021-01-05T19:19:11+00:00</updated>
<author>
<name>iot49</name>
<email>49917707+iot49@users.noreply.github.com</email>
</author>
<published>2021-01-05T19:19:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=1a82555803ab66bdb608508fccbcc9acc9bac657'/>
<id>urn:sha1:1a82555803ab66bdb608508fccbcc9acc9bac657</id>
<content type='text'>
</content>
</entry>
</feed>
