<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/cc3200/mods/pybuart.h, branch esp-extra-scripts</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=esp-extra-scripts</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=esp-extra-scripts'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2015-09-27T09:27:24+00:00</updated>
<entry>
<title>cc3200: Implement support for os.dupterm().</title>
<updated>2015-09-27T09:27:24+00:00</updated>
<author>
<name>Daniel Campora</name>
<email>daniel@wipy.io</email>
</author>
<published>2015-09-25T13:20:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=ef369249cb406758ec1caa9a212478ef69fd7ff0'/>
<id>urn:sha1:ef369249cb406758ec1caa9a212478ef69fd7ff0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cc3200: New irq API, affects all classes that provide the irq method.</title>
<updated>2015-09-26T23:48:20+00:00</updated>
<author>
<name>Daniel Campora</name>
<email>daniel@wipy.io</email>
</author>
<published>2015-09-22T21:20:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=dbdcb58d6413a907e5f4aed25eee85073ff7e575'/>
<id>urn:sha1:dbdcb58d6413a907e5f4aed25eee85073ff7e575</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cc3200: Improve Pin and UART implementation.</title>
<updated>2015-09-10T06:00:12+00:00</updated>
<author>
<name>Daniel Campora</name>
<email>daniel@wipy.io</email>
</author>
<published>2015-09-07T19:19:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=4d7fa05b43cb3db88a6ecacf8406d2636f202aba'/>
<id>urn:sha1:4d7fa05b43cb3db88a6ecacf8406d2636f202aba</id>
<content type='text'>
Deassign pins af before assigning. Make uart.any() return the
correct value everytime, this requires interrupts to be always
enabled.
</content>
</entry>
<entry>
<title>cc3200: New UART API plus related test.</title>
<updated>2015-09-10T05:59:47+00:00</updated>
<author>
<name>Daniel Campora</name>
<email>daniel@wipy.io</email>
</author>
<published>2015-09-07T07:23:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=f91f212d9fef66e515935a52712613550a04ca65'/>
<id>urn:sha1:f91f212d9fef66e515935a52712613550a04ca65</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cc3200: Add Timer module. Supports free running, PWM and capture modes.</title>
<updated>2015-05-17T10:34:49+00:00</updated>
<author>
<name>Daniel Campora</name>
<email>daniel@wipy.io</email>
</author>
<published>2015-05-09T15:46:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=8e611e841476d98eb829978a7e73ce92ff822ca8'/>
<id>urn:sha1:8e611e841476d98eb829978a7e73ce92ff822ca8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cc3200: Add callback support to the UART for RX interrupts.</title>
<updated>2015-03-26T09:28:43+00:00</updated>
<author>
<name>Daniel Campora</name>
<email>daniel@wipy.io</email>
</author>
<published>2015-03-26T09:25:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=2d717ad97a48c9451a2a51096904f471a0af0a60'/>
<id>urn:sha1:2d717ad97a48c9451a2a51096904f471a0af0a60</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cc3200: Make peripheral objects static.</title>
<updated>2015-03-17T12:26:07+00:00</updated>
<author>
<name>danicampora</name>
<email>danicampora@gmail.com</email>
</author>
<published>2015-03-17T10:05:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=6de1b39368efc27d7a90d64f28f99b9e46422f5b'/>
<id>urn:sha1:6de1b39368efc27d7a90d64f28f99b9e46422f5b</id>
<content type='text'>
This prevents duplication of objects in the sleep list. Also helps
with reducing the code size by ~100 bytes.
</content>
</entry>
<entry>
<title>cc3200: Register ADC and I2C with the sleep module.</title>
<updated>2015-03-11T21:09:52+00:00</updated>
<author>
<name>danicampora</name>
<email>danicampora@gmail.com</email>
</author>
<published>2015-03-11T20:49:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=b761ed21035b2cfd5f7704f4d04f4df1e2452967'/>
<id>urn:sha1:b761ed21035b2cfd5f7704f4d04f4df1e2452967</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cc3200: Add power management framework. Add mpcallback class.</title>
<updated>2015-03-11T16:00:33+00:00</updated>
<author>
<name>danicampora</name>
<email>danicampora@gmail.com</email>
</author>
<published>2015-03-04T12:52:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=9e44383e3f4092940a1e1b49a278978df99f7b08'/>
<id>urn:sha1:9e44383e3f4092940a1e1b49a278978df99f7b08</id>
<content type='text'>
Supports suspend and hibernate modes. Waking is possible throug GPIO
and WLAN.
The mpcallback class is generic and can be reused by other classes.
</content>
</entry>
<entry>
<title>cc3200: Refactor UART and I2C object creation.</title>
<updated>2015-02-20T15:41:55+00:00</updated>
<author>
<name>danicampora</name>
<email>danicampora@gmail.com</email>
</author>
<published>2015-02-20T15:31:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=6b21c3fdd6aaee3266b1ac69017e6c1ffaa2c99b'/>
<id>urn:sha1:6b21c3fdd6aaee3266b1ac69017e6c1ffaa2c99b</id>
<content type='text'>
I2C objects can be freed by the GC and a __del__ method is provided
in order to de-init the peripheral prior to being garbage collected.
UART objects are now added to a local list and this list is now part
of the VM_STATE.
</content>
</entry>
</feed>
