<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/.github, branch type_hints</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=type_hints</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=type_hints'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2020-06-30T01:51:44+00:00</updated>
<entry>
<title>Fix order of ci check</title>
<updated>2020-06-30T01:51:44+00:00</updated>
<author>
<name>ansonhe97</name>
<email>ansonhe1997@gmail.com</email>
</author>
<published>2020-06-30T01:51:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=d9e623eb09cbae5e088d761dd382df408f3c31d9'/>
<id>urn:sha1:d9e623eb09cbae5e088d761dd382df408f3c31d9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add: Added Seeed Wio Terminal board support</title>
<updated>2020-06-29T08:22:41+00:00</updated>
<author>
<name>ansonhe97</name>
<email>ansonhe1997@gmail.com</email>
</author>
<published>2020-06-29T08:22:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=0dd17f441805ef584a31294060e4a9101cbe7f7d'/>
<id>urn:sha1:0dd17f441805ef584a31294060e4a9101cbe7f7d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>atmel-samd: Add SAM E54 Xplained board</title>
<updated>2020-06-23T15:41:48+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@unpythonic.net</email>
</author>
<published>2020-06-18T19:16:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=d5074220a8e80fb1cd6292b2159eecc3d4599d48'/>
<id>urn:sha1:d5074220a8e80fb1cd6292b2159eecc3d4599d48</id>
<content type='text'>
Few peripherals are actually tested.  However, USB, I2C and GPIO seem to work.

Most pins are silkscreened with the "PX00" style, so the board module
only includes the small number that are screened differently.

The default SPI, I2C, and UART are the ones on the EXT2 header.  This is
arbitrary, but the I2C on this connector is shared with the on-board I2C
devices and the PCC header, making it the most versatile.
</content>
</entry>
<entry>
<title>loc_ber_m4_base_board</title>
<updated>2020-06-19T15:56:20+00:00</updated>
<author>
<name>Florin Trutiu</name>
<email>ft@baum.ro</email>
</author>
<published>2020-06-19T15:56:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=178be2e3c9ec76db03a379a2c26d56a667bf8840'/>
<id>urn:sha1:178be2e3c9ec76db03a379a2c26d56a667bf8840</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #3035 from jepler/simplify-checkout</title>
<updated>2020-06-15T21:55:24+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@adafruit.com</email>
</author>
<published>2020-06-15T21:55:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=b3b38c18c5d6c18777c42eeb160a088c44905168'/>
<id>urn:sha1:b3b38c18c5d6c18777c42eeb160a088c44905168</id>
<content type='text'>
actions: Try checkout v2.2.0</content>
</entry>
<entry>
<title>Merge pull request #3033 from jepler/actions-doc-artifact</title>
<updated>2020-06-15T21:54:22+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@adafruit.com</email>
</author>
<published>2020-06-15T21:54:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=08c8198fbc0dde97d4731f4383eb40bfd3a4d443'/>
<id>urn:sha1:08c8198fbc0dde97d4731f4383eb40bfd3a4d443</id>
<content type='text'>
actions: upload artifacts for stubs &amp; docs</content>
</entry>
<entry>
<title>actions: Try checkout v2.2.0</title>
<updated>2020-06-15T00:01:52+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2020-06-14T23:54:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=03c04e77ae5f94750408009cfa91f06b96a5898d'/>
<id>urn:sha1:03c04e77ae5f94750408009cfa91f06b96a5898d</id>
<content type='text'>
This version is supposed to
&gt; Fetch all history for all tags and branches when fetch-depth=0

We leave the tags fetch in place so that actions _in cloned repos_
work.  Cloned repos' tags do not necessarily match adafruit/circuitpython,
but we want version reporting to be able to use adafruit/circuitpython
tags when they are most relevant according to "git describe"'s heuristics.

Submodules are different, as they always point to the repo specified
in .gitmodules, so they don't need special handling to get the most
relevant tags.
</content>
</entry>
<entry>
<title>Update precommit check branch</title>
<updated>2020-06-09T20:04:42+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2020-06-09T20:04:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=eeb3825646453762b6e40f012cc3b9bbd9442d20'/>
<id>urn:sha1:eeb3825646453762b6e40f012cc3b9bbd9442d20</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add nice!nano board support</title>
<updated>2020-06-06T00:58:54+00:00</updated>
<author>
<name>Nick</name>
<email>nick.win999@gmail.com</email>
</author>
<published>2020-06-06T00:58:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=33496e9c68a33028e472defdcda7fff35b7db8b0'/>
<id>urn:sha1:33496e9c68a33028e472defdcda7fff35b7db8b0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a pre-commit configuration to enforce basic file hygiene.</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:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=79cd86445ee352861a68d395114a15c3cd4edee5'/>
<id>urn:sha1:79cd86445ee352861a68d395114a15c3cd4edee5</id>
<content type='text'>
</content>
</entry>
</feed>
