<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/tools, branch 5.0.0-beta.3</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=5.0.0-beta.3</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=5.0.0-beta.3'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2020-01-06T20:33:44+00:00</updated>
<entry>
<title>Add MIMXRT10XX port to release build</title>
<updated>2020-01-06T20:33:44+00:00</updated>
<author>
<name>arturo182</name>
<email>arturo182@tlen.pl</email>
</author>
<published>2020-01-06T20:33:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=0068bafbb63290eb17db78e81759fa4aa1799951'/>
<id>urn:sha1:0068bafbb63290eb17db78e81759fa4aa1799951</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add initial MIMXRT10XX port</title>
<updated>2020-01-06T20:08:49+00:00</updated>
<author>
<name>arturo182</name>
<email>arturo182@tlen.pl</email>
</author>
<published>2019-11-02T15:52:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=13e0cba6f18c1b569cf014fb4e3f0156ba63622e'/>
<id>urn:sha1:13e0cba6f18c1b569cf014fb4e3f0156ba63622e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>gen_display_resources: speed it up</title>
<updated>2019-12-19T22:26:01+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@unpythonic.net</email>
</author>
<published>2019-12-19T22:26:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=a93475707e18c110afdff23ac965e2e0c393fa40'/>
<id>urn:sha1:a93475707e18c110afdff23ac965e2e0c393fa40</id>
<content type='text'>
It was intended that the `f.load_glyphs` line was fast and did most of
the work.  However, it actually didn't, because it's necessary to pass
in a code point by number, not by string.

Additionally, a little light layer violation is needed to make the check
for missing characters fast.  This used to be less important, as no
fonts had missing characters.  However, it would take an appreciable
length of time on the Korean translation when failing to find hundreds
of different code points.

Testing performed: built
build-circuitplayground_express_displayio/autogen_display_resources.c with ko
translation before and after change.  verified the file content was identical.
Time went from about 7s on my machine to way under 1 second.
</content>
</entry>
<entry>
<title>Merge pull request #2393 from dhalbert/increase-cpx-stack</title>
<updated>2019-12-17T22:35:37+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@adafruit.com</email>
</author>
<published>2019-12-17T22:35:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=e9cb47ffbdc9c7ece589c4ee3cb77fcfd20c391b'/>
<id>urn:sha1:e9cb47ffbdc9c7ece589c4ee3cb77fcfd20c391b</id>
<content type='text'>
Increase CPX stack size slightly</content>
</entry>
<entry>
<title>preprocess_frozen_modules: exclude subdirs of examples, docs, tests</title>
<updated>2019-12-17T16:06:44+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2019-12-17T16:01:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=6a8efa6ef1b4264daa6e8f1a0623ee6d88a56b9d'/>
<id>urn:sha1:6a8efa6ef1b4264daa6e8f1a0623ee6d88a56b9d</id>
<content type='text'>
.. this reclaims several kB on CPX, where we really need it.
</content>
</entry>
<entry>
<title>Increase CPX stack size slightly</title>
<updated>2019-12-16T22:25:22+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2019-12-16T22:17:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=81581b345c4cb4dbf33af3c3bbd48c6baf522283'/>
<id>urn:sha1:81581b345c4cb4dbf33af3c3bbd48c6baf522283</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'adafruit/master' into ld-cleanup</title>
<updated>2019-12-12T03:52:59+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2019-12-12T03:52:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=8176325130422b89bd1eb778780d6655c79f271b'/>
<id>urn:sha1:8176325130422b89bd1eb778780d6655c79f271b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added PyPortal Pynt alias</title>
<updated>2019-12-11T19:41:10+00:00</updated>
<author>
<name>Melissa LeBlanc-Williams</name>
<email>melissa@adafruit.com</email>
</author>
<published>2019-12-11T19:41:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=d67a9a827111114c1984390fd303e9812af6654c'/>
<id>urn:sha1:d67a9a827111114c1984390fd303e9812af6654c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix build failures</title>
<updated>2019-12-11T03:39:44+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2019-12-11T03:39:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=d9ca4c9a608c08585e37eba88f86a1d89e1335e4'/>
<id>urn:sha1:d9ca4c9a608c08585e37eba88f86a1d89e1335e4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>working on all ports</title>
<updated>2019-12-11T01:27:30+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2019-12-10T22:57:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=013c84086288141696e4c09250c61b6f2dbdf4d2'/>
<id>urn:sha1:013c84086288141696e4c09250c61b6f2dbdf4d2</id>
<content type='text'>
</content>
</entry>
</feed>
