<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/py/circuitpy_mpconfig.h, 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-29T17:16:24+00:00</updated>
<entry>
<title>Merge remote-tracking branch 'adafruit/master' into wdt-nrf</title>
<updated>2020-05-29T17:16:24+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2020-05-29T17:16:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=2fd7a43f2f5b2bafad6bfed68b6c0a00688ece9b'/>
<id>urn:sha1:2fd7a43f2f5b2bafad6bfed68b6c0a00688ece9b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>A number of small ESP32S2 fixes:</title>
<updated>2020-05-28T22:43:55+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2020-05-28T22:43:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=796373b8be015644425a1167c5c3b64f7a010c8d'/>
<id>urn:sha1:796373b8be015644425a1167c5c3b64f7a010c8d</id>
<content type='text'>
* Fix flash writes that don't end on a sector boundary. Fixes #2944
* Fix enum incompatibility with IDF.
* Fix printf output so it goes out debug UART.
* Increase stack size to 8k.
* Fix sleep of less than a tick so it doesn't crash.
</content>
</entry>
<entry>
<title>watchdogtimer: refactor to new api</title>
<updated>2020-05-27T03:28:49+00:00</updated>
<author>
<name>Sean Cross</name>
<email>sean@xobs.io</email>
</author>
<published>2020-05-22T04:35:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=08362c9cabce24ffdc2bd6018ab7fc3e9e6e4801'/>
<id>urn:sha1:08362c9cabce24ffdc2bd6018ab7fc3e9e6e4801</id>
<content type='text'>
This refactors the WatchDogTimer API to use the format proposed in
https://github.com/adafruit/circuitpython/pull/2933#issuecomment-632268227

Signed-off-by: Sean Cross &lt;sean@xobs.io&gt;
</content>
</entry>
<entry>
<title>watchdog: rename module from `wdt` and move to `microcontroller`</title>
<updated>2020-05-27T03:28:49+00:00</updated>
<author>
<name>Sean Cross</name>
<email>sean@xobs.io</email>
</author>
<published>2020-05-21T05:47:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=595f6387c2a4f1c919cfab80b07493820ac0051b'/>
<id>urn:sha1:595f6387c2a4f1c919cfab80b07493820ac0051b</id>
<content type='text'>
This also places it under the `microcontroller` object.

Signed-off-by: Sean Cross &lt;sean@xobs.io&gt;
</content>
</entry>
<entry>
<title>wdt: add watchdog support</title>
<updated>2020-05-27T03:28:48+00:00</updated>
<author>
<name>Sean Cross</name>
<email>sean@xobs.io</email>
</author>
<published>2020-05-20T12:08:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=f4719609f7af49697e4b7e0292fc520e39b26daf'/>
<id>urn:sha1:f4719609f7af49697e4b7e0292fc520e39b26daf</id>
<content type='text'>
This adds shared bindings for a watchdog timer, based on the API
provided by micropython.

Signed-off-by: Sean Cross &lt;sean@xobs.io&gt;
</content>
</entry>
<entry>
<title>Remove reverse methods from per-board defs</title>
<updated>2020-05-19T18:43:57+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2020-05-19T18:43:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=acf4b1bedeabe18a7b4b969e7156217ae6bde10a'/>
<id>urn:sha1:acf4b1bedeabe18a7b4b969e7156217ae6bde10a</id>
<content type='text'>
</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>
<entry>
<title>Merge branch 'master' into Optical-Encoder-Module</title>
<updated>2020-05-13T01:22:57+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@adafruit.com</email>
</author>
<published>2020-05-13T01:22:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=277e8d528bef84cefe854d527bf5f822e0ec8ceb'/>
<id>urn:sha1:277e8d528bef84cefe854d527bf5f822e0ec8ceb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>merged master</title>
<updated>2020-05-12T04:41:28+00:00</updated>
<author>
<name>Daniel Pollard</name>
<email>daniel@learnweaver.com</email>
</author>
<published>2020-05-12T04:41:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=ee2cb703c83ff1c27675e98ce28f4cc49a33ebb9'/>
<id>urn:sha1:ee2cb703c83ff1c27675e98ce28f4cc49a33ebb9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>vectorio: fix mpconfig definition for disabled boards</title>
<updated>2020-05-10T00:58:01+00:00</updated>
<author>
<name>warriorofwire</name>
<email>3454741+WarriorOfWire@users.noreply.github.com</email>
</author>
<published>2020-05-10T00:58:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=1c6e646f5630a46ea77e848788947c099e2c1f31'/>
<id>urn:sha1:1c6e646f5630a46ea77e848788947c099e2c1f31</id>
<content type='text'>
</content>
</entry>
</feed>
