<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/ports/stm/peripherals/stm32h7, 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-03-15T13:57:36+00:00</updated>
<entry>
<title>run code formatting script</title>
<updated>2021-03-15T13:57:36+00:00</updated>
<author>
<name>microDev</name>
<email>70126934+microDev1@users.noreply.github.com</email>
</author>
<published>2021-03-15T13:57:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=a52eb88031620a81521b937f2a0651dbac2bb350'/>
<id>urn:sha1:a52eb88031620a81521b937f2a0651dbac2bb350</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'upstream/main' into stm32-meowbit-fix</title>
<updated>2020-08-26T22:50:26+00:00</updated>
<author>
<name>Lucian Copeland</name>
<email>hierophect@gmail.com</email>
</author>
<published>2020-08-26T22:50:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=8d2299e61e482f0edbf9f58bd20043761a30492a'/>
<id>urn:sha1:8d2299e61e482f0edbf9f58bd20043761a30492a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove Meowbit LSE flag, harsher failure for LSE issues</title>
<updated>2020-08-24T18:49:06+00:00</updated>
<author>
<name>Lucian Copeland</name>
<email>hierophect@gmail.com</email>
</author>
<published>2020-08-24T18:49:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=c137a1612133e06d2b7bec06b325695c9a60c4b9'/>
<id>urn:sha1:c137a1612133e06d2b7bec06b325695c9a60c4b9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add more "extern" declarations for gcc10 compat</title>
<updated>2020-08-21T19:39:37+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2020-08-03T23:40:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=644d2ba7a2075c44306583fada847047a7a44d5d'/>
<id>urn:sha1:644d2ba7a2075c44306583fada847047a7a44d5d</id>
<content type='text'>
gcc has tightened the restrictions on forward declarations that lack
"extern".  Fix them up.
</content>
</entry>
<entry>
<title>Override HAL_Delay and HAL_GetTick</title>
<updated>2020-06-05T17:56:32+00:00</updated>
<author>
<name>Lucian Copeland</name>
<email>hierophect@gmail.com</email>
</author>
<published>2020-06-05T15:42:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=ad0971fb25347a8cc36ace2c45449ef7eac6995e'/>
<id>urn:sha1:ad0971fb25347a8cc36ace2c45449ef7eac6995e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'upstream/master' into stm32-LSE-startup-fix</title>
<updated>2020-06-04T20:15:38+00:00</updated>
<author>
<name>Lucian Copeland</name>
<email>hierophect@gmail.com</email>
</author>
<published>2020-06-04T20:15:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=a0977cac7b92233a3ea52404fe59f9a4a3d3ac4a'/>
<id>urn:sha1:a0977cac7b92233a3ea52404fe59f9a4a3d3ac4a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rework LSE clock init, allow clock overrides</title>
<updated>2020-06-04T17:21:29+00:00</updated>
<author>
<name>Lucian Copeland</name>
<email>hierophect@gmail.com</email>
</author>
<published>2020-06-02T21:51:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=d14e34449b5b70ea5e39938324e27af76498b0dd'/>
<id>urn:sha1:d14e34449b5b70ea5e39938324e27af76498b0dd</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>Merge remote-tracking branch 'adafruit/master' into lower_power</title>
<updated>2020-04-21T01:25:13+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2020-04-21T01:25:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=bebf27e73315386bfd862da46251a5efae56de75'/>
<id>urn:sha1:bebf27e73315386bfd862da46251a5efae56de75</id>
<content type='text'>
This isn't perfect and needs a bit more testing.
</content>
</entry>
<entry>
<title>Add busio support, cleanup</title>
<updated>2020-04-09T17:43:19+00:00</updated>
<author>
<name>Lucian Copeland</name>
<email>hierophect@gmail.com</email>
</author>
<published>2020-04-06T23:13:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=92a0621e5956fee84591859ffa58c04be8e46158'/>
<id>urn:sha1:92a0621e5956fee84591859ffa58c04be8e46158</id>
<content type='text'>
</content>
</entry>
</feed>
