<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/ports/esp32s2/common-hal/digitalio, 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>Swap to IDF release/4.2 branch for stability</title>
<updated>2020-12-16T02:12:59+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2020-12-12T04:34:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=0dcc659d536034637009e3c5cb7713c35c002929'/>
<id>urn:sha1:0dcc659d536034637009e3c5cb7713c35c002929</id>
<content type='text'>
</content>
</entry>
<entry>
<title>change idf to espressif</title>
<updated>2020-10-07T17:52:00+00:00</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2020-10-07T17:52:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=b7ed18d622fb6ca5b02034cbd2ac8d256374d77d'/>
<id>urn:sha1:b7ed18d622fb6ca5b02034cbd2ac8d256374d77d</id>
<content type='text'>
fix hal includes
</content>
</entry>
<entry>
<title>Merge pull request #3492 from hierophect/esp32-update-idf</title>
<updated>2020-10-06T23:53:32+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@adafruit.com</email>
</author>
<published>2020-10-06T23:53:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=8c428a3bdd624884180e4daa348fde2eeeb47f28'/>
<id>urn:sha1:8c428a3bdd624884180e4daa348fde2eeeb47f28</id>
<content type='text'>
ESP32S2: move to official IDF submodule</content>
</entry>
<entry>
<title>Revert HAL refactor changes to avoid USB breaking changes past esp-idf dde6222cd</title>
<updated>2020-09-30T20:36:13+00:00</updated>
<author>
<name>Lucian Copeland</name>
<email>hierophect@gmail.com</email>
</author>
<published>2020-09-30T20:36:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=e01e8dd6b9c886c091bdbe735f4a3f63a4fb6859'/>
<id>urn:sha1:e01e8dd6b9c886c091bdbe735f4a3f63a4fb6859</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add Metro ESP32S2</title>
<updated>2020-09-30T19:57:39+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2020-09-29T20:04:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=a739d314f1a9f5fee6517eb425a2c691969fd7f7'/>
<id>urn:sha1:a739d314f1a9f5fee6517eb425a2c691969fd7f7</id>
<content type='text'>
Also fix two bugs:
* Crash when resetting board.SPI when it hasn't been inited.
* Reading back the output value is always false. Fixes #3353
</content>
</entry>
<entry>
<title>Change submodule, rework all includes</title>
<updated>2020-09-30T15:26:07+00:00</updated>
<author>
<name>Lucian Copeland</name>
<email>hierophect@gmail.com</email>
</author>
<published>2020-09-28T22:59:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=66b8559fd4e4ea7d50adb12a87b7bac208b5fc16'/>
<id>urn:sha1:66b8559fd4e4ea7d50adb12a87b7bac208b5fc16</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use NULL for deinited DigitalInOut</title>
<updated>2020-06-26T19:33:50+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2020-06-26T19:33:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=2d579cc9953a3ba965973c6d5139c007b3c1b38d'/>
<id>urn:sha1:2d579cc9953a3ba965973c6d5139c007b3c1b38d</id>
<content type='text'>
This fixes a Display issue where no backlight pin is given but it's
still deinitialized.
</content>
</entry>
<entry>
<title>Fully implement digitalio and pin-in-use tracking.</title>
<updated>2020-05-20T00:46:29+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2020-05-20T00:46:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=49090d13780121c221b191002b058fa3150bc7ec'/>
<id>urn:sha1:49090d13780121c221b191002b058fa3150bc7ec</id>
<content type='text'>
Fixes #2901
</content>
</entry>
<entry>
<title>Initial ESP32S2 port.</title>
<updated>2020-05-15T22:36:16+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2020-04-17T23:23:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=6aaab005c5f3a781fec229640c74bf44a601fc97'/>
<id>urn:sha1:6aaab005c5f3a781fec229640c74bf44a601fc97</id>
<content type='text'>
Basic blinky works but doesn't check pins.
</content>
</entry>
</feed>
