<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/ports/stm/tools, branch encoding</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=encoding</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=encoding'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2020-07-22T17:59:39+00:00</updated>
<entry>
<title>Merge branch 'main' into stm32-timer-allocator</title>
<updated>2020-07-22T17:59:39+00:00</updated>
<author>
<name>hierophect</name>
<email>hierophect@gmail.com</email>
</author>
<published>2020-07-22T17:59:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=e232ec10ceb9c78df27cb4b5cee79079efd85d84'/>
<id>urn:sha1:e232ec10ceb9c78df27cb4b5cee79079efd85d84</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Complete F405 pin and periph definitions</title>
<updated>2020-07-09T17:10:18+00:00</updated>
<author>
<name>Lucian Copeland</name>
<email>hierophect@gmail.com</email>
</author>
<published>2020-07-09T17:10:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=edc48a505fd92ed246696be38cc2d3c1e2c36fcf'/>
<id>urn:sha1:edc48a505fd92ed246696be38cc2d3c1e2c36fcf</id>
<content type='text'>
</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>Fix up end of file and trailing whitespace.</title>
<updated>2020-06-03T09:56:35+00:00</updated>
<author>
<name>Diego Elio Pettenò</name>
<email>flameeyes@flameeyes.com</email>
</author>
<published>2020-05-30T09:44:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=dd5d7c86d22807c021dd1711eb7dd3daebc5cfcf'/>
<id>urn:sha1:dd5d7c86d22807c021dd1711eb7dd3daebc5cfcf</id>
<content type='text'>
This can be enforced by pre-commit, but correct it separately to make it easier to review.
</content>
</entry>
<entry>
<title>Fix pin mapping for the H7 Nucleo</title>
<updated>2020-04-13T18:36:49+00:00</updated>
<author>
<name>Lucian Copeland</name>
<email>hierophect@gmail.com</email>
</author>
<published>2020-04-13T18:36:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=426d2afe28a70ede4203f69a91b50ed436cbc4e1'/>
<id>urn:sha1:426d2afe28a70ede4203f69a91b50ed436cbc4e1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement F7 Nucleo</title>
<updated>2020-04-02T15:47:16+00:00</updated>
<author>
<name>Lucian Copeland</name>
<email>hierophect@gmail.com</email>
</author>
<published>2020-04-02T15:47:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=47a5d83267e1b30cad10e821a35b51d99d80a2de'/>
<id>urn:sha1:47a5d83267e1b30cad10e821a35b51d99d80a2de</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Support cached internal flash on the H743</title>
<updated>2020-03-28T22:30:46+00:00</updated>
<author>
<name>Lucian Copeland</name>
<email>hierophect@gmail.com</email>
</author>
<published>2020-03-28T22:30:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=e2be0696865992cda67f5bdeba5aeb5b4c2fdcd4'/>
<id>urn:sha1:e2be0696865992cda67f5bdeba5aeb5b4c2fdcd4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add F7 and H7 Support to the STM32 port</title>
<updated>2020-03-26T22:01:17+00:00</updated>
<author>
<name>Lucian Copeland</name>
<email>hierophect@gmail.com</email>
</author>
<published>2020-03-17T22:26:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=c4db8b87e2c57ca94b8f76e4b07ca02641df714e'/>
<id>urn:sha1:c4db8b87e2c57ca94b8f76e4b07ca02641df714e</id>
<content type='text'>
Restructures the STM port of Circuitpython to be more generic about the STM32 chip lines to support
the F7 and H7 series of chips. Adds the new Packages directory to organize different chip layouts
between lines. Makes general changes to the Makefile to condense board-level flags to the minimum
and support the new chip series. Adds the new chip line to the Peripherals directory, along with
new python tools used to generate peripheral text automatically in the tools/ directory.
</content>
</entry>
</feed>
