<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/ports/nrf/common-hal/pulseio/PWMOut.c, 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>2020-08-18T20:08:33+00:00</updated>
<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>Clear the pending IRQ in the NVIC as well.</title>
<updated>2020-03-13T18:16:38+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2020-03-10T23:57:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=affd3fcc2a0c577c58973c22af16383ff807a516'/>
<id>urn:sha1:affd3fcc2a0c577c58973c22af16383ff807a516</id>
<content type='text'>
</content>
</entry>
<entry>
<title>nRF: PWMOut: At deinit, make pin available again</title>
<updated>2019-09-12T01:09:38+00:00</updated>
<author>
<name>jepler</name>
<email>jepler@gmail.com</email>
</author>
<published>2019-09-12T01:09:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=df48312ce78016dfb453a94c8e3e37d6e9ca37dd'/>
<id>urn:sha1:df48312ce78016dfb453a94c8e3e37d6e9ca37dd</id>
<content type='text'>
Closes: #2146
</content>
</entry>
<entry>
<title>ports/nrf: factor out routines for allocating, freeing pwm channels</title>
<updated>2019-07-26T12:52:37+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2019-07-16T00:56:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=2bc704fe072f83772d0fe35803b4a462ee5a331a'/>
<id>urn:sha1:2bc704fe072f83772d0fe35803b4a462ee5a331a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix up nrf so that it is initialized properly. Also, do not reset</title>
<updated>2019-07-06T19:48:16+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2019-07-06T19:48:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=5610e05b8c19c3892dfe9bfced719307a95f365e'/>
<id>urn:sha1:5610e05b8c19c3892dfe9bfced719307a95f365e</id>
<content type='text'>
it's pins.
</content>
</entry>
<entry>
<title>finish Makefile refactoring; nrf builds work</title>
<updated>2019-02-15T23:55:10+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2019-02-15T23:55:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=a345ef28f2278dd53a33d96861c0c7d3fad6fbbe'/>
<id>urn:sha1:a345ef28f2278dd53a33d96861c0c7d3fad6fbbe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix hallowing and nrf builds</title>
<updated>2019-01-31T19:42:15+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2019-01-30T01:10:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=ec0388704095a7d3ab0cda65509db2fa0ef589dc'/>
<id>urn:sha1:ec0388704095a7d3ab0cda65509db2fa0ef589dc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>PulseOut working</title>
<updated>2018-10-16T15:05:02+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2018-10-16T15:05:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=2262efc31155cfb498c5ecbfb64be16839cf4641'/>
<id>urn:sha1:2262efc31155cfb498c5ecbfb64be16839cf4641</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't disable tempoarily in deinit().</title>
<updated>2018-10-10T01:23:47+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2018-10-10T01:23:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=ca737e6f7c6cd6ba3601230ac86bf9cce36f2da0'/>
<id>urn:sha1:ca737e6f7c6cd6ba3601230ac86bf9cce36f2da0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow variable freq PWMOut; use multiple channels if same freq</title>
<updated>2018-10-10T00:52:55+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2018-10-10T00:52:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=91a88cf5685b88708cae501f4f7dbf0e8a4e6e17'/>
<id>urn:sha1:91a88cf5685b88708cae501f4f7dbf0e8a4e6e17</id>
<content type='text'>
</content>
</entry>
</feed>
