<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/ports/stm32f4/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-03-11T22:16:52+00:00</updated>
<entry>
<title>remove old directory</title>
<updated>2020-03-11T22:16:52+00:00</updated>
<author>
<name>Lucian Copeland</name>
<email>hierophect@gmail.com</email>
</author>
<published>2020-03-11T22:16:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=127e531271ede39aa413fa3b9b365d72942d8900'/>
<id>urn:sha1:127e531271ede39aa413fa3b9b365d72942d8900</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'adafruit/master' into assert_pin-and-mp_const_none-cleanup</title>
<updated>2020-03-05T22:47:01+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2020-03-05T22:47:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=210c3274e5b91b603dad6ddeadd3ba2b743b24ae'/>
<id>urn:sha1:210c3274e5b91b603dad6ddeadd3ba2b743b24ae</id>
<content type='text'>
</content>
</entry>
<entry>
<title>stm32: Add PulseOut support</title>
<updated>2020-02-29T19:47:47+00:00</updated>
<author>
<name>Lucian Copeland</name>
<email>hierophect@gmail.com</email>
</author>
<published>2020-02-29T19:44:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=611ef27ac2a312faffeba5be5e773403b3870422'/>
<id>urn:sha1:611ef27ac2a312faffeba5be5e773403b3870422</id>
<content type='text'>
Matches the implementations of the NRF and Atmel ports. TIM7 is used as it does not have a tied pin. Contains some register micromanagement since HAL support for the TIM7 timer is limited.
</content>
</entry>
<entry>
<title>new pin validation routines; don't use mp_const_none if NULL will do</title>
<updated>2020-02-29T04:43:04+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2020-02-29T04:32:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=b6206406de2a232299ebdd1d187c7656ae79f8f2'/>
<id>urn:sha1:b6206406de2a232299ebdd1d187c7656ae79f8f2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add port-specific requested changes</title>
<updated>2020-01-29T21:00:38+00:00</updated>
<author>
<name>Lucian Copeland</name>
<email>hierophect@gmail.com</email>
</author>
<published>2020-01-29T21:00:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=8a9c3097e3f622d965dfd55b121c4cce6a66344c'/>
<id>urn:sha1:8a9c3097e3f622d965dfd55b121c4cce6a66344c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement requested changes</title>
<updated>2020-01-28T22:11:25+00:00</updated>
<author>
<name>Lucian Copeland</name>
<email>hierophect@gmail.com</email>
</author>
<published>2020-01-28T22:11:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=3c8600554654926fe88d65fc0b5d668c0bea476a'/>
<id>urn:sha1:3c8600554654926fe88d65fc0b5d668c0bea476a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Invert duty cycle intensity</title>
<updated>2020-01-22T23:47:41+00:00</updated>
<author>
<name>Lucian Copeland</name>
<email>hierophect@gmail.com</email>
</author>
<published>2020-01-22T23:47:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=e9f9cee4d66ccfb81b4a0b1e8503e2bbbdb57077'/>
<id>urn:sha1:e9f9cee4d66ccfb81b4a0b1e8503e2bbbdb57077</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert dangling pointer issue in PWMOut</title>
<updated>2020-01-22T19:41:37+00:00</updated>
<author>
<name>Lucian Copeland</name>
<email>hierophect@gmail.com</email>
</author>
<published>2020-01-22T19:41:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=36792926d24496860e021783c973a871076d7e76'/>
<id>urn:sha1:36792926d24496860e021783c973a871076d7e76</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'upstream/master' into stm32-meowbit</title>
<updated>2020-01-14T21:11:59+00:00</updated>
<author>
<name>Hierophect</name>
<email>hierophect@gmail.com</email>
</author>
<published>2020-01-14T21:11:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=1070f2c85338abdd589f82c5e4e19d3f10c28294'/>
<id>urn:sha1:1070f2c85338abdd589f82c5e4e19d3f10c28294</id>
<content type='text'>
</content>
</entry>
<entry>
<title>style changes, fix i2c typo</title>
<updated>2020-01-14T18:30:16+00:00</updated>
<author>
<name>Hierophect</name>
<email>hierophect@gmail.com</email>
</author>
<published>2020-01-14T18:30:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=5aae8df5d7cd7edf18f6ff6ac81c16facba178c7'/>
<id>urn:sha1:5aae8df5d7cd7edf18f6ff6ac81c16facba178c7</id>
<content type='text'>
</content>
</entry>
</feed>
