<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/tools/build_release_files.py, branch 6.1.x</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=6.1.x</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=6.1.x'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2020-07-25T17:23:42+00:00</updated>
<entry>
<title>use -j2 in the actual build also</title>
<updated>2020-07-25T17:23:42+00:00</updated>
<author>
<name>Kenny</name>
<email>3454741+WarriorOfWire@users.noreply.github.com</email>
</author>
<published>2020-07-25T17:23:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=ebc1373c08509c3c5eb1420b8a91fe5329d6718a'/>
<id>urn:sha1:ebc1373c08509c3c5eb1420b8a91fe5329d6718a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use 2 cores per job in github build</title>
<updated>2020-07-25T05:08:56+00:00</updated>
<author>
<name>Kenny</name>
<email>3454741+WarriorOfWire@users.noreply.github.com</email>
</author>
<published>2020-07-25T03:44:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=11d225fe6238d7af0e189232766c16b089d63c59'/>
<id>urn:sha1:11d225fe6238d7af0e189232766c16b089d63c59</id>
<content type='text'>
As of today, https://docs.github.com/en/actions/reference/virtual-environments-for-github-hosted-runners
states that hosted runners have a 2-core CPU.

This uses make -j $physical_cores to try and be better about utilizing the time spent on those machines.
When github upgrades runners to have more cores we'll benefit from that too.
</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>Swap the CI to GitHub Actions from Travis</title>
<updated>2019-08-28T02:53:54+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@adafruit.com</email>
</author>
<published>2019-08-15T07:07:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=6106909c1094b39980dd6f94ca17782681f3be9a'/>
<id>urn:sha1:6106909c1094b39980dd6f94ca17782681f3be9a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement forced clean builds for boards so designated.</title>
<updated>2019-05-24T19:32:24+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2019-05-24T19:32:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=4e85c1ef91683929df0afe105e92ce6e4291b445'/>
<id>urn:sha1:4e85c1ef91683929df0afe105e92ce6e4291b445</id>
<content type='text'>
Mark boards that set CFLAGS_INLINE_LIMIT for particular langauges as needing clean builds.

Fixes #1910.
</content>
</entry>
<entry>
<title>Add alias support for unique board revs</title>
<updated>2019-04-11T18:25:04+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2019-04-11T18:25:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=1eb1430d824074e49099ffb20b83a8efab9915f2'/>
<id>urn:sha1:1eb1430d824074e49099ffb20b83a8efab9915f2</id>
<content type='text'>
This way we can list different board styles and track their
downloads without a completely new binary.

Fixes #1673
</content>
</entry>
<entry>
<title>Update build_release_files.py</title>
<updated>2019-01-15T02:35:21+00:00</updated>
<author>
<name>vgoodwinv</name>
<email>46117260+vgoodwinv@users.noreply.github.com</email>
</author>
<published>2019-01-15T02:35:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=c1cfe5f5f0bf7487f243e894916dc93cf5df6017'/>
<id>urn:sha1:c1cfe5f5f0bf7487f243e894916dc93cf5df6017</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update build_release_files.py</title>
<updated>2019-01-15T02:27:14+00:00</updated>
<author>
<name>vgoodwinv</name>
<email>46117260+vgoodwinv@users.noreply.github.com</email>
</author>
<published>2019-01-15T02:27:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=d1204c7cf3533f5fe68d652e290d03555c0ea9aa'/>
<id>urn:sha1:d1204c7cf3533f5fe68d652e290d03555c0ea9aa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update build_release_files.py</title>
<updated>2019-01-15T02:21:48+00:00</updated>
<author>
<name>vgoodwinv</name>
<email>46117260+vgoodwinv@users.noreply.github.com</email>
</author>
<published>2019-01-15T02:21:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=6962c04f66519a592ba9a2e52453fee6b0c4d6fa'/>
<id>urn:sha1:6962c04f66519a592ba9a2e52453fee6b0c4d6fa</id>
<content type='text'>
added language directories under exist board directories for #1441</content>
</entry>
<entry>
<title>make sure travis sees some output in time</title>
<updated>2018-12-05T20:01:58+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2018-12-05T20:01:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=58f230d63239a39b98aab7c1289bc1daccd59d43'/>
<id>urn:sha1:58f230d63239a39b98aab7c1289bc1daccd59d43</id>
<content type='text'>
</content>
</entry>
</feed>
