<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/docs/shared_bindings_matrix.py, branch main</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=main</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2021-04-02T11:36:06+00:00</updated>
<entry>
<title>add alias boards and bus_device to the support matrix</title>
<updated>2021-04-02T11:36:06+00:00</updated>
<author>
<name>Neradoc</name>
<email>neraOnGit@ri1.fr</email>
</author>
<published>2021-03-29T16:14:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=12b0ee0a3e16c6db0e359fdc6cd8d23b54168789'/>
<id>urn:sha1:12b0ee0a3e16c6db0e359fdc6cd8d23b54168789</id>
<content type='text'>
add list with manual brand names for aliases
the new info in the support_matrix is used in build_board_info.py
</content>
</entry>
<entry>
<title>typo in circuitpy_mpconfig.h; forgot cxd56 port</title>
<updated>2021-01-26T03:40:31+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2021-01-26T03:40:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=a9f339b4619a55cf5748124180e43afca32d8fb7'/>
<id>urn:sha1:a9f339b4619a55cf5748124180e43afca32d8fb7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>CIRCUITPY_* switches for JSON, RE, etc. Doc cleanup</title>
<updated>2021-01-25T04:10:20+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2021-01-25T03:49:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=69869e1439a1ebad383b75b28e7e88f21ccab732'/>
<id>urn:sha1:69869e1439a1ebad383b75b28e7e88f21ccab732</id>
<content type='text'>
</content>
</entry>
<entry>
<title>shared_bindings_matrix revert to using shared-bindings</title>
<updated>2020-08-29T12:37:00+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2020-08-29T12:37:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=28f0139e6e0f927c480925f1699bb8b150b055a7'/>
<id>urn:sha1:28f0139e6e0f927c480925f1699bb8b150b055a7</id>
<content type='text'>
.. hard-coding ulab for now.

It also fixes a problem where board_name was unassigned when
use_branded_name was False, which only happened at release-building
time.

Trying to change this caused multiple problems in the release process.
</content>
</entry>
<entry>
<title>shared_bindings_matrix: Use stubs, not shared-bindings</title>
<updated>2020-08-26T16:29:59+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2020-08-26T16:28:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=e121e267adacf69809b78fdafc0209ad9a824266'/>
<id>urn:sha1:e121e267adacf69809b78fdafc0209ad9a824266</id>
<content type='text'>
This fixes a problem where things that were in extmod/ could not
be listed.
</content>
</entry>
<entry>
<title>shared_bindings_matrix: Run in parallel</title>
<updated>2020-08-26T16:29:55+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2020-08-26T16:13:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=5422dd682ca107ae27c57c7d3fa240baa354bc87'/>
<id>urn:sha1:5422dd682ca107ae27c57c7d3fa240baa354bc87</id>
<content type='text'>
.. this makes it take a fraction of the time, at least on systems
with a lot of CPU threads.  Even on my old laptop with a 2-core CPU
it reduces the time from 55s to 27s.
</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>docs/shared_bindings_matrix.py: use '__file__' to ascertain root dir</title>
<updated>2020-06-29T14:02:04+00:00</updated>
<author>
<name>sommersoft</name>
<email>sommersoft@gmail.com</email>
</author>
<published>2020-06-29T14:02:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=c84c30846cded89bfef889ae3bd92f9102fab816'/>
<id>urn:sha1:c84c30846cded89bfef889ae3bd92f9102fab816</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs/shared_binding_matrix.py: fix usage with the branded name (building docs)</title>
<updated>2020-06-29T06:09:04+00:00</updated>
<author>
<name>sommersoft</name>
<email>sommersoft@gmail.com</email>
</author>
<published>2020-06-29T06:09:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=d911dc98d9a9acd76a337232933ee0776370a66c'/>
<id>urn:sha1:d911dc98d9a9acd76a337232933ee0776370a66c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs/shared_bindings_matrix.py: changes to allow usage in 'tools/build_board_info.py'; includes root dir finder, and output board name option.</title>
<updated>2020-06-29T05:17:12+00:00</updated>
<author>
<name>sommersoft</name>
<email>sommersoft@gmail.com</email>
</author>
<published>2020-06-29T05:17:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=87e4f47866853c938a5a624c5a1a416a831692c8'/>
<id>urn:sha1:87e4f47866853c938a5a624c5a1a416a831692c8</id>
<content type='text'>
</content>
</entry>
</feed>
