<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/Makefile, branch 6.1.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.1.0-beta.0</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=6.1.0-beta.0'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2020-10-01T16:00:33+00:00</updated>
<entry>
<title>Makefile: translate: exclude e.g., ports/unix/build as well</title>
<updated>2020-10-01T16:00:33+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2020-10-01T16:00:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=618d22cd6970b5cd08c95925feb74ef839191230'/>
<id>urn:sha1:618d22cd6970b5cd08c95925feb74ef839191230</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Makefile: Correct and expand translation excluded directories</title>
<updated>2020-09-30T00:57:53+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2020-09-30T00:57:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=8f8326fe57f386271c53fda029085e9d9722e8af'/>
<id>urn:sha1:8f8326fe57f386271c53fda029085e9d9722e8af</id>
<content type='text'>
As originally written, the TRANSLATE_SOURCES_EXC was incorrect.  If
more than one build directory existed, "make translate"
(and make check-translate) would error.

I corrected the problem, commented it, and added a number of additional
exclude directives.

I reviewed the PR and should have caught this, but did not.
</content>
</entry>
<entry>
<title>Update make translate script</title>
<updated>2020-09-29T05:44:30+00:00</updated>
<author>
<name>microDev</name>
<email>70126934+microDev1@users.noreply.github.com</email>
</author>
<published>2020-09-29T05:44:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=4c7d9e3aafbde08399d9839d6cde968f4d1ae005'/>
<id>urn:sha1:4c7d9e3aafbde08399d9839d6cde968f4d1ae005</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add `make check-stubs` for validating Python stubs</title>
<updated>2020-08-04T11:41:34+00:00</updated>
<author>
<name>Taku Fukada</name>
<email>naninunenor@gmail.com</email>
</author>
<published>2020-08-04T05:53:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=9582cc5bd599c16d43a54d499ebda2a54c9f4bfd'/>
<id>urn:sha1:9582cc5bd599c16d43a54d499ebda2a54c9f4bfd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Upgrade ulab</title>
<updated>2020-07-28T21:57:48+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2020-07-22T19:02:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=9b8df7f6356aada4ce2cf89d24ea1cf635e9efe7'/>
<id>urn:sha1:9b8df7f6356aada4ce2cf89d24ea1cf635e9efe7</id>
<content type='text'>
This version
 * moves source files to reflect module structure
 * adds inline documentation suitable for extract_pyi
 * incompatibly moves spectrogram to fft
 * incompatibly removes "extras"

There are some remaining markup errors in the specific revision of
extmod/ulab but they do not prevent the doc building process from
completing.
</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>Add one-of-each build target at the top level.</title>
<updated>2020-06-30T22:30:07+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2020-06-30T22:30:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=c3d1256d765a7de12d787c2641017de25dbde7d0'/>
<id>urn:sha1:c3d1256d765a7de12d787c2641017de25dbde7d0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add UART support</title>
<updated>2020-06-24T19:47:58+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2020-06-10T01:28:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=a26102607e3fe5b6f888fcd246e20ac82a70af7b'/>
<id>urn:sha1:a26102607e3fe5b6f888fcd246e20ac82a70af7b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Makefile: "make translate" will only update circuitpython.pot</title>
<updated>2020-06-01T12:51:57+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2020-06-01T12:51:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=79e2ede7c1f4c712ba159400e10282c8f28fb033'/>
<id>urn:sha1:79e2ede7c1f4c712ba159400e10282c8f28fb033</id>
<content type='text'>
We can now rely on weblate to regularly update the individual language
files from the template, so "make translate" only needs to update the
template file circuitpython.pot.

This is advantageous because updating the other files in locale/ was
a frequent source of merge conflicts; resolving the conflict incorrectly
was something that could easily occur (and did).
</content>
</entry>
<entry>
<title>Fix merge-translate by starting with 'theirs'</title>
<updated>2020-05-29T17:17:42+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2020-05-29T17:17:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=0e6813d084233580774eb7dc043f54999998c223'/>
<id>urn:sha1:0e6813d084233580774eb7dc043f54999998c223</id>
<content type='text'>
</content>
</entry>
</feed>
