<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/tools/build_board_info.py, branch 6.2.x</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=6.2.x</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=6.2.x'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2021-03-31T19:09:55+00:00</updated>
<entry>
<title>add en_GB translation to builds</title>
<updated>2021-03-31T19:09:55+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2021-03-31T19:09:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=c41639f30a603b3359788aa32363658f256743f7'/>
<id>urn:sha1:c41639f30a603b3359788aa32363658f256743f7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>no default value for support_matrix[board_id]</title>
<updated>2021-03-29T17:03:35+00:00</updated>
<author>
<name>Neradoc</name>
<email>neraOnGit@ri1.fr</email>
</author>
<published>2021-03-29T17:03:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=38072a139e6b02c394502efe13d827e8d35d947b'/>
<id>urn:sha1:38072a139e6b02c394502efe13d827e8d35d947b</id>
<content type='text'>
will raise an error during build if things as not as expected
as suggested by @jepler
</content>
</entry>
<entry>
<title>fix list of modules for alias boards</title>
<updated>2021-03-29T10:25:25+00:00</updated>
<author>
<name>Neradoc</name>
<email>neraOnGit@ri1.fr</email>
</author>
<published>2021-03-29T08:54:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=f143e5d04946ab1bf0d8616e773885ac486674c2'/>
<id>urn:sha1:f143e5d04946ab1bf0d8616e773885ac486674c2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>sort languages in a way that is not case sensitive</title>
<updated>2021-03-25T01:57:04+00:00</updated>
<author>
<name>Neradoc</name>
<email>neraOnGit@ri1.fr</email>
</author>
<published>2021-03-25T01:56:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=6b8988379719e38164ade1d89ed10a89fd9d183f'/>
<id>urn:sha1:6b8988379719e38164ade1d89ed10a89fd9d183f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>implement issue  #4470</title>
<updated>2021-03-24T22:39:47+00:00</updated>
<author>
<name>Neradoc</name>
<email>neraOnGit@ri1.fr</email>
</author>
<published>2021-03-24T22:39:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=36f91fe022aea54a420c8c19461c7d2d151055aa'/>
<id>urn:sha1:36f91fe022aea54a420c8c19461c7d2d151055aa</id>
<content type='text'>
move the language allow list to generate_download_info() and use it there too
</content>
</entry>
<entry>
<title>run code formatting script</title>
<updated>2021-03-15T13:57:36+00:00</updated>
<author>
<name>microDev</name>
<email>70126934+microDev1@users.noreply.github.com</email>
</author>
<published>2021-03-15T13:57:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=a52eb88031620a81521b937f2a0651dbac2bb350'/>
<id>urn:sha1:a52eb88031620a81521b937f2a0651dbac2bb350</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix blinka release PR language list</title>
<updated>2021-01-27T22:08:52+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2021-01-27T22:07:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=9325509b54c46a0e22f4b093b8b145ede8bf5161'/>
<id>urn:sha1:9325509b54c46a0e22f4b093b8b145ede8bf5161</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>Update build board info.</title>
<updated>2020-11-19T01:38:06+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2020-11-19T01:38:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=b9bec87f2930787cb1d2f3baea8284985a0062d5'/>
<id>urn:sha1:b9bec87f2930787cb1d2f3baea8284985a0062d5</id>
<content type='text'>
* Don't add full urls because they are too large.
* Remove the unstable version when it starts with the current
  version.
</content>
</entry>
<entry>
<title>Reorganize sdkconfigs and release UF2s</title>
<updated>2020-09-17T23:01:23+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2020-09-17T23:01:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=17bdc969dbd060eec60de067f21f8d4143e80bd8'/>
<id>urn:sha1:17bdc969dbd060eec60de067f21f8d4143e80bd8</id>
<content type='text'>
</content>
</entry>
</feed>
