<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/py/circuitpy_defns.mk, 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>Merge remote-tracking branch 'adafruit/master' into improve_verification</title>
<updated>2020-05-13T15:23:55+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2020-05-13T15:23:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=7546d47f777636962fa0119224f52496ab64181f'/>
<id>urn:sha1:7546d47f777636962fa0119224f52496ab64181f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't build in empty help.c</title>
<updated>2020-05-13T02:01:17+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2020-05-13T02:01:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=2efe17bcb76197137287ae4a984b4481ab77be15'/>
<id>urn:sha1:2efe17bcb76197137287ae4a984b4481ab77be15</id>
<content type='text'>
</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>Add vectorio: for drawing shapes</title>
<updated>2020-05-09T22:38:22+00:00</updated>
<author>
<name>warriorofwire</name>
<email>3454741+WarriorOfWire@users.noreply.github.com</email>
</author>
<published>2020-05-02T09:21:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=206d0e598adb66e2b23a39a7d11e2f5087513205'/>
<id>urn:sha1:206d0e598adb66e2b23a39a7d11e2f5087513205</id>
<content type='text'>
vectorio builds on m4 express feather

Concrete shapes are composed into a VectorShape which is put into a displayio Group for display.

VectorShape provides transpose and x/y positioning for shape implementations.

Included Shapes:

* Circle
  - A radius; Circle is positioned at its axis in the VectorShape.
  - You can freely modify the radius to grow and shrink the circle in-place.

* Polygon
  - An ordered list of points.
  - Beteween each successive point an edge is inferred.  A final edge closing the shape is inferred between the last
    point and the first point.
  - You can modify the points in a Polygon.  The points' coordinate system is relative to (0, 0) so if you'd like a
      top-center justified 10x20 rectangle you can do points [(-5, 0), (5, 0), (5, 20), (0, 20)] and your VectorShape
      x and y properties will position the rectangle relative to its top center point

* Rectangle
  A width and a height.
</content>
</entry>
</feed>
