<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/docs/shared_bindings_matrix.py, branch master</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=master</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2020-05-26T14:55:23+00:00</updated>
<entry>
<title>shared_bindings_matrix: sommersoft's suggestions</title>
<updated>2020-05-26T14:55:23+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2020-05-26T14:55:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=9966bf86da6abcc6a43b3415737dcf0284f9e998'/>
<id>urn:sha1:9966bf86da6abcc6a43b3415737dcf0284f9e998</id>
<content type='text'>
</content>
</entry>
<entry>
<title>shared_bindings_matrix: Use a trivial target</title>
<updated>2020-05-25T18:46:30+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2020-05-25T18:46:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=8f81beea7e83b33664d5ab6fc5e210723b10bb04'/>
<id>urn:sha1:8f81beea7e83b33664d5ab6fc5e210723b10bb04</id>
<content type='text'>
Sommersoft noticed that without submodules (as RTD currently does),
the "make -qp" failed due to trying to find files within submodules.

The "print-VAR" target doesn't have any dependencies, so it sidesteps
the problem.

If we move ulab's pyi files into the submodule, though, we'll need to
fetch submodules anyway during doc building.
</content>
</entry>
<entry>
<title>Remove board_chip logic</title>
<updated>2020-05-25T14:59:13+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2020-05-25T14:59:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=76149ebf570a108f4b09c3624129fd1b2c7e26ad'/>
<id>urn:sha1:76149ebf570a108f4b09c3624129fd1b2c7e26ad</id>
<content type='text'>
Not sure why I moved it, the computed value is never required
</content>
</entry>
<entry>
<title>Add esp32s2, litex to SUPPORTED_PORTS, sort it</title>
<updated>2020-05-25T14:58:57+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2020-05-25T14:58:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=894bb3c003a5f34adc54c4ce7d8a1d95e41c87c5'/>
<id>urn:sha1:894bb3c003a5f34adc54c4ce7d8a1d95e41c87c5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>shared_bindings_matrix: Work from parsed 'make' output</title>
<updated>2020-05-25T14:50:24+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2020-05-25T14:37:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=32de8b437ccdadf0b18990d0f3f9fbf624475f46'/>
<id>urn:sha1:32de8b437ccdadf0b18990d0f3f9fbf624475f46</id>
<content type='text'>
Revisiting this because I noticed the support matrix said that pyruler
had several modules it obviously didn't, such as the recently added
vectorio.

It is less error-prone because we can use the final values instead
of re-coding the Makefile logic in python.  The only things we need
to do are invoke make in "print-database" mode, then chase any
indirect references like CIRCUITPY_VECTORIO = $(CIRCUITPY_DISPLAYIO)

It does take longer, about 45s on my laptop.
</content>
</entry>
<entry>
<title>fix support_matrix.py to handle ?=</title>
<updated>2020-04-30T04:54:46+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2020-04-30T04:54:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=7337ea4955132db7006727b2da3f0e8fe834b475'/>
<id>urn:sha1:7337ea4955132db7006727b2da3f0e8fe834b475</id>
<content type='text'>
</content>
</entry>
<entry>
<title>implement requested changes</title>
<updated>2020-04-23T17:33:41+00:00</updated>
<author>
<name>Lucian Copeland</name>
<email>hierophect@gmail.com</email>
</author>
<published>2020-04-23T17:33:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=8791ca6af3f5a63d286d9f5c3e26f55a1619ff86'/>
<id>urn:sha1:8791ca6af3f5a63d286d9f5c3e26f55a1619ff86</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove old build flags, add fixes for shared_matrix</title>
<updated>2020-04-22T20:06:08+00:00</updated>
<author>
<name>Lucian Copeland</name>
<email>hierophect@gmail.com</email>
</author>
<published>2020-04-20T13:44:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=d0a210654767677d6d26f1d4d40c378e03e9ca8e'/>
<id>urn:sha1:d0a210654767677d6d26f1d4d40c378e03e9ca8e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add stm32f4 to docs</title>
<updated>2020-02-06T20:17:42+00:00</updated>
<author>
<name>Lucian Copeland</name>
<email>hierophect@gmail.com</email>
</author>
<published>2020-02-06T20:17:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=3c50098dfc353b0f30f3a743d45dce9de95e060a'/>
<id>urn:sha1:3c50098dfc353b0f30f3a743d45dce9de95e060a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #2543 from pewpew-game/support-matrix</title>
<updated>2020-01-22T00:18:08+00:00</updated>
<author>
<name>sommersoft</name>
<email>sommersoft@users.noreply.github.com</email>
</author>
<published>2020-01-22T00:18:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=ed2d94cae92b12ca0af3dc44db11ef7e2486cad8'/>
<id>urn:sha1:ed2d94cae92b12ca0af3dc44db11ef7e2486cad8</id>
<content type='text'>
Fix entry overrides in support matrix generation</content>
</entry>
</feed>
