<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/ports/esp32s2/supervisor, branch encoding</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=encoding</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=encoding'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2020-07-22T20:34:18+00:00</updated>
<entry>
<title>Add PWMOut</title>
<updated>2020-07-22T20:34:18+00:00</updated>
<author>
<name>Lucian Copeland</name>
<email>hierophect@gmail.com</email>
</author>
<published>2020-07-22T00:43:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=61a2e4f94b58d8f7ad09782b0a4e4bb4414b591f'/>
<id>urn:sha1:61a2e4f94b58d8f7ad09782b0a4e4bb4414b591f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add license to some obvious files.</title>
<updated>2020-07-06T18:16:25+00:00</updated>
<author>
<name>Diego Elio Pettenò</name>
<email>flameeyes@flameeyes.com</email>
</author>
<published>2020-06-03T22:40:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=34b4993d63a6b576f29d624385c681f679b4124c'/>
<id>urn:sha1:34b4993d63a6b576f29d624385c681f679b4124c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove debug prints</title>
<updated>2020-06-26T23:56:17+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2020-06-26T23:56:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=7f6bef3251d295120fe8f89e666b277dc2f596b1'/>
<id>urn:sha1:7f6bef3251d295120fe8f89e666b277dc2f596b1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Turn off Idle WDT and speed up CPU</title>
<updated>2020-06-24T20:10:31+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2020-06-24T20:10:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=03e5043af4de14bd8115a4eeb608a2726ab59c6e'/>
<id>urn:sha1:03e5043af4de14bd8115a4eeb608a2726ab59c6e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add initial I2C support, not quite working fully though</title>
<updated>2020-06-24T19:47:58+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2020-05-28T22:51:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=d0401f02a947a468d3019e70b5b0f5f633429c5d'/>
<id>urn:sha1:d0401f02a947a468d3019e70b5b0f5f633429c5d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Redid formula for calculating subticks</title>
<updated>2020-06-09T15:08:49+00:00</updated>
<author>
<name>DavePutz</name>
<email>dwputz@gmail.com</email>
</author>
<published>2020-06-09T15:08:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=ec7a3feeba913b615c785fb03015f9edbedbaa95'/>
<id>urn:sha1:ec7a3feeba913b615c785fb03015f9edbedbaa95</id>
<content type='text'>
changed subticks calculation to give a range from 0 to 32767.</content>
</entry>
<entry>
<title>Correct ticks being returned from port_get_raw_ticks()</title>
<updated>2020-06-08T15:52:27+00:00</updated>
<author>
<name>DavePutz</name>
<email>dwputz@gmail.com</email>
</author>
<published>2020-06-08T15:52:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=d8bb2d7c6d32781addf07afdc2b6514386b6f30e'/>
<id>urn:sha1:d8bb2d7c6d32781addf07afdc2b6514386b6f30e</id>
<content type='text'>
Issue #2958 . Correct calculation of usec back to ticks in port_get_raw_ticks().</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>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>Update ESP IDF</title>
<updated>2020-05-28T22:38:48+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2020-05-28T22:06:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=a9419b5d46b00bfcb7577ef5ad3149d57308d00a'/>
<id>urn:sha1:a9419b5d46b00bfcb7577ef5ad3149d57308d00a</id>
<content type='text'>
</content>
</entry>
</feed>
