<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/ports/stm/common-hal/pulseio, 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>[stm] `curr_pulseout` can be `STATIC`</title>
<updated>2021-03-05T10:52:13+00:00</updated>
<author>
<name>Artyom Skrobov</name>
<email>tyomitch@gmail.com</email>
</author>
<published>2021-03-05T10:52:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=4720dc179a4cc60866b921e2c84f1966d539a80d'/>
<id>urn:sha1:4720dc179a4cc60866b921e2c84f1966d539a80d</id>
<content type='text'>
Not used outside of PulseOut.c</content>
</entry>
<entry>
<title>Fix problematic whitespace on pulseout parameter errors</title>
<updated>2020-08-27T15:07:47+00:00</updated>
<author>
<name>Lucian Copeland</name>
<email>hierophect@gmail.com</email>
</author>
<published>2020-08-27T15:07:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=8021da08d3fb0a3a55ffc00f00ce9c2959ce80c8'/>
<id>urn:sha1:8021da08d3fb0a3a55ffc00f00ce9c2959ce80c8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'adafruit/main' into add_pwmio</title>
<updated>2020-08-21T18:13:53+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2020-08-21T18:13:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=a5b01f73612f23407d059879664834b40441f34e'/>
<id>urn:sha1:a5b01f73612f23407d059879664834b40441f34e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Split pulseio.PWMOut into pwmio</title>
<updated>2020-08-18T20:08:33+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2020-08-18T20:08:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=6857f984269149b46d1cd4283506420f341b2601'/>
<id>urn:sha1:6857f984269149b46d1cd4283506420f341b2601</id>
<content type='text'>
This gives us better granularity when implementing new ports because
PWMOut is commonly implemented before PulseIn and PulseOut.

Fixes #3211
</content>
</entry>
<entry>
<title>Style changes, reposition runtime errors</title>
<updated>2020-08-18T15:42:06+00:00</updated>
<author>
<name>Lucian Copeland</name>
<email>hierophect@gmail.com</email>
</author>
<published>2020-08-18T15:42:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=da75445cd58d0fbf72c6b323b1b0bd53197f9cf3'/>
<id>urn:sha1:da75445cd58d0fbf72c6b323b1b0bd53197f9cf3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Expand PulseOut API, debug cleanup</title>
<updated>2020-08-14T20:36:02+00:00</updated>
<author>
<name>Lucian Copeland</name>
<email>hierophect@gmail.com</email>
</author>
<published>2020-08-14T20:33:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=0fc730bc5aeab1187a0b175aa4d390c0e7da7e1b'/>
<id>urn:sha1:0fc730bc5aeab1187a0b175aa4d390c0e7da7e1b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>"pop from empty %q"</title>
<updated>2020-08-04T23:42:09+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2020-08-04T23:34:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=93b373d617ff7a99eb936628d50d954f5db53f43'/>
<id>urn:sha1:93b373d617ff7a99eb936628d50d954f5db53f43</id>
<content type='text'>
Saves 12 bytes code on trinket m0
</content>
</entry>
<entry>
<title>Combine 'index out of range' messages</title>
<updated>2020-08-04T19:45:45+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2020-08-04T16:27:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=c849b781c0186d93a1165784ce4e22d2178d5ccb'/>
<id>urn:sha1:c849b781c0186d93a1165784ce4e22d2178d5ccb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Combine similar strings to reduce size of translations</title>
<updated>2020-08-04T18:34:29+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2020-08-01T17:14:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=dddd25a776fb0d9c002c1b6b039e24bb3048e6ff'/>
<id>urn:sha1:dddd25a776fb0d9c002c1b6b039e24bb3048e6ff</id>
<content type='text'>
This is a slight trade-off with code size, in places where a "_varg"
mp_raise variant is now used.  The net savings on trinket_m0 is
just 32 bytes.

It also means that the translation will include the original English
text, and cannot be translated.  These are usually names of Python
types such as int, set, or dict or special values such as "inf" or
"Nan".
</content>
</entry>
</feed>
