<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/tools, branch 5.4.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=5.4.0-beta.0</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=5.4.0-beta.0'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2020-04-27T20:43:13+00:00</updated>
<entry>
<title>build_memory_info: Report used, free, and total memory</title>
<updated>2020-04-27T20:43:13+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2020-04-27T20:43:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=1efa7076b0748a2c5276b1c5a02296d4532eb905'/>
<id>urn:sha1:1efa7076b0748a2c5276b1c5a02296d4532eb905</id>
<content type='text'>
.. intead of just free and total as before.
</content>
</entry>
<entry>
<title>build_memory_info: Drop support for old FLASH region name</title>
<updated>2020-04-27T14:12:45+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2020-04-27T13:08:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=85a4dd939f282ce8739f24aaf420505a590593cb'/>
<id>urn:sha1:85a4dd939f282ce8739f24aaf420505a590593cb</id>
<content type='text'>
This led to incorrect results about free memory in the stm and i.mx ports
</content>
</entry>
<entry>
<title>tools: upload .bin and .uf2 for Itaca uChip boards</title>
<updated>2020-04-23T05:50:14+00:00</updated>
<author>
<name>Mike Weiblen</name>
<email>mew@mew.cx</email>
</author>
<published>2020-04-23T05:39:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=8afa9878fd0165a40d6b693d7328aeedd34c0fc8'/>
<id>urn:sha1:8afa9878fd0165a40d6b693d7328aeedd34c0fc8</id>
<content type='text'>
uChip boards are shipped with an Arduino bootloader.  The .bin files
can be installed without first installing a .uf2 bootloader.

See https://github.com/adafruit/circuitpython/issues/2798
</content>
</entry>
<entry>
<title>Add Protomatter and FramebufferDisplay</title>
<updated>2020-04-14T23:24:54+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2020-03-10T18:12:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=09dc46a98480350b157636ffff8b89470f595f6e'/>
<id>urn:sha1:09dc46a98480350b157636ffff8b89470f595f6e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix maximum keycode in keyboard HID descriptor</title>
<updated>2020-04-11T14:02:18+00:00</updated>
<author>
<name>Lars Kellogg-Stedman</name>
<email>lars@oddbit.com</email>
</author>
<published>2020-04-11T13:05:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=8797e3347f892d39880f4f92967b1fd664ca5dbe'/>
<id>urn:sha1:8797e3347f892d39880f4f92967b1fd664ca5dbe</id>
<content type='text'>
The HID descriptor reported by circuitpython erroneously limited the
maximum keycode to 101, which prevented circuitpython from sending a
number of otherwise valid keycodes.

Closes #274
</content>
</entry>
<entry>
<title>tools: add dfu extension and mark litex as dfu</title>
<updated>2020-03-31T06:08:14+00:00</updated>
<author>
<name>Sean Cross</name>
<email>sean@xobs.io</email>
</author>
<published>2020-03-31T06:08:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=79595443221d8cd1a4b50e2e6dc0229f28aa52b4'/>
<id>urn:sha1:79595443221d8cd1a4b50e2e6dc0229f28aa52b4</id>
<content type='text'>
Signed-off-by: Sean Cross &lt;sean@xobs.io&gt;
</content>
</entry>
<entry>
<title>tools: rename dfu-suffix.py to dfu.py</title>
<updated>2020-03-31T05:03:53+00:00</updated>
<author>
<name>Sean Cross</name>
<email>sean@xobs.io</email>
</author>
<published>2020-03-31T05:03:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=e8db880e7fd14beab381f1225971f8cdc120abba'/>
<id>urn:sha1:e8db880e7fd14beab381f1225971f8cdc120abba</id>
<content type='text'>
dfu.py is unused in circuitpython, so rename dfu-suffix.py to replace it.

Signed-off-by: Sean Cross &lt;sean@xobs.io&gt;
</content>
</entry>
<entry>
<title>tools: add dfu-suffix.py</title>
<updated>2020-03-31T03:36:57+00:00</updated>
<author>
<name>Sean Cross</name>
<email>sean@xobs.io</email>
</author>
<published>2020-03-31T03:36:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=c91d364a58118100871acd5a195b73c3bbbe5141'/>
<id>urn:sha1:c91d364a58118100871acd5a195b73c3bbbe5141</id>
<content type='text'>
This reproduces `dfu-suffix` from the `dfu-tools` package.

Signed-off-by: Sean Cross &lt;sean@xobs.io&gt;
</content>
</entry>
<entry>
<title>workflow: add litex_fomu to ci</title>
<updated>2020-03-31T02:21:00+00:00</updated>
<author>
<name>Sean Cross</name>
<email>sean@xobs.io</email>
</author>
<published>2020-03-31T02:05:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=56ef51d3927eff75df5cc7b09ee5eaa02181bd89'/>
<id>urn:sha1:56ef51d3927eff75df5cc7b09ee5eaa02181bd89</id>
<content type='text'>
This adds fomu and litex and fomu to build on ci.  It requires downloading
a riscv toolchain.

Signed-off-by: Sean Cross &lt;sean@xobs.io&gt;
</content>
</entry>
<entry>
<title>change CI target</title>
<updated>2020-03-11T23:00:49+00:00</updated>
<author>
<name>Lucian Copeland</name>
<email>hierophect@gmail.com</email>
</author>
<published>2020-03-11T23:00:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=f81e2c0487573997e1e76431c91b21b084096d7f'/>
<id>urn:sha1:f81e2c0487573997e1e76431c91b21b084096d7f</id>
<content type='text'>
</content>
</entry>
</feed>
