<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/ports/atmel-samd/common-hal/frequencyio/FrequencyIn.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-12-22T23:54:42+00:00</updated>
<entry>
<title>FrequencyIn: do not raise in interrupt handler</title>
<updated>2020-12-22T23:54:42+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2020-12-22T23:54:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=89079039adadac7c73fe03892ac2114dcc567429'/>
<id>urn:sha1:89079039adadac7c73fe03892ac2114dcc567429</id>
<content type='text'>
</content>
</entry>
<entry>
<title>supervisor: factor supervisor_background_tasks from sundry ports</title>
<updated>2020-07-15T16:49:44+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2020-07-13T15:33:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=1df48176ce2e4111c4629269cb86d2a6e365a3d2'/>
<id>urn:sha1:1df48176ce2e4111c4629269cb86d2a6e365a3d2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>atmel-samd: Add support for SAM E54 family MCUs</title>
<updated>2020-06-23T15:41:48+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@unpythonic.net</email>
</author>
<published>2020-06-18T19:13:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=da733c01da5c19d377aa215d25abdcd074fbc846'/>
<id>urn:sha1:da733c01da5c19d377aa215d25abdcd074fbc846</id>
<content type='text'>
This introduces the new macro SAM_D5X_E5X.  This is mostly the same
as SAMD51 before, except in a few places where a special case for
SAME54 is required
</content>
</entry>
<entry>
<title>Update FrequencyIn for new clock API.</title>
<updated>2020-03-13T23:12:52+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2020-03-13T23:12:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=df5be65423e1cfd36af782108277c31cdb9056aa'/>
<id>urn:sha1:df5be65423e1cfd36af782108277c31cdb9056aa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>address review comments</title>
<updated>2019-12-11T20:43:06+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2019-12-11T20:43:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=ae64a669ddd47c5e5ed01b6f94f8c206f1f65cf6'/>
<id>urn:sha1:ae64a669ddd47c5e5ed01b6f94f8c206f1f65cf6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>atmel-samd working</title>
<updated>2019-12-06T20:18:20+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2019-12-06T20:18:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=d628d2a261bb28b84c6b257a990bd9a30cbe369c'/>
<id>urn:sha1:d628d2a261bb28b84c6b257a990bd9a30cbe369c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>avoid double float arithmetic in FrequencyIn</title>
<updated>2019-05-07T04:25:22+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2019-05-07T04:25:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=f59dadbb4f1154b1942152fc1d50443d244ece66'/>
<id>urn:sha1:f59dadbb4f1154b1942152fc1d50443d244ece66</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update translations</title>
<updated>2019-03-03T00:17:58+00:00</updated>
<author>
<name>sommersoft</name>
<email>sommersoft@gmail.com</email>
</author>
<published>2019-03-03T00:17:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=b7b74d1f78dfd2f9c9a294e45fcf5663f54c6ff4'/>
<id>urn:sha1:b7b74d1f78dfd2f9c9a294e45fcf5663f54c6ff4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fixes set_timer_handler call</title>
<updated>2019-02-28T01:28:59+00:00</updated>
<author>
<name>sommersoft</name>
<email>sommersoft@gmail.com</email>
</author>
<published>2019-02-28T01:28:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=4d47ce5c60d5e024b9a95f58372bfbb27772ef1a'/>
<id>urn:sha1:4d47ce5c60d5e024b9a95f58372bfbb27772ef1a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>final re-glue; compiles now.</title>
<updated>2019-02-26T03:22:52+00:00</updated>
<author>
<name>sommersoft</name>
<email>sommersoft@gmail.com</email>
</author>
<published>2019-02-26T03:22:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=4a9f05a44f18615a1adeacfcae329d3090188550'/>
<id>urn:sha1:4a9f05a44f18615a1adeacfcae329d3090188550</id>
<content type='text'>
</content>
</entry>
</feed>
