<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/cc3200/mods, branch v1.8.5</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.8.5</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.8.5'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2016-10-01T19:35:09+00:00</updated>
<entry>
<title>cc3200: Add ssl_version argument to ssl.wrap_socket().</title>
<updated>2016-10-01T19:35:09+00:00</updated>
<author>
<name>daniel</name>
<email>daniel@pycom.io</email>
</author>
<published>2016-10-01T19:35:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=a0d97fe40872b46872657bedc0e47cfd704c59aa'/>
<id>urn:sha1:a0d97fe40872b46872657bedc0e47cfd704c59aa</id>
<content type='text'>
This resolves issue #2343.
</content>
</entry>
<entry>
<title>all: Remove 'name' member from mp_obj_module_t struct.</title>
<updated>2016-09-21T14:23:16+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2016-09-21T00:52:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=93c4a6a3f70e389b466fbc7a4f1ad2e1df87c93f'/>
<id>urn:sha1:93c4a6a3f70e389b466fbc7a4f1ad2e1df87c93f</id>
<content type='text'>
One can instead lookup __name__ in the modules dict to get the value.
</content>
</entry>
<entry>
<title>stmhal,cc3200,esp8266: Consistently use PWRON_RESET constant.</title>
<updated>2016-09-08T02:50:38+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2016-09-08T02:50:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=f3b5480be7243684e31e4631e3da49c725fa7234'/>
<id>urn:sha1:f3b5480be7243684e31e4631e3da49c725fa7234</id>
<content type='text'>
machine.POWER_ON is renamed to machine.PWRON_RESET to match other
reset-cause constants that all end in _RESET.  The cc3200 port keeps a
legacy definition of POWER_ON for backwards compatibility.
</content>
</entry>
<entry>
<title>all: Rename mp_obj_type_t::stream_p to protocol.</title>
<updated>2016-06-18T15:44:57+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-06-18T15:19:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=07209f8592f15435d6abbccaad5347cea2c7722e'/>
<id>urn:sha1:07209f8592f15435d6abbccaad5347cea2c7722e</id>
<content type='text'>
It's now used for more than just stream protocol (e.g. pin protocol), so
don't use false names.
</content>
</entry>
<entry>
<title>stmhal, cc3200: Change i2c.scan() method to scan addresses 0x08-0x77.</title>
<updated>2016-05-02T10:15:36+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2016-05-02T10:15:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=70ff7350e7ff369ab81d1f55e6645a5828928385'/>
<id>urn:sha1:70ff7350e7ff369ab81d1f55e6645a5828928385</id>
<content type='text'>
A standard I2C address is 7 bits but addresses 0b0000xxx and 0b1111xxx
are reserved.  The scan() method is changed to reflect this, along with
the docs.
</content>
</entry>
<entry>
<title>cc3200/mods/modwlan: Include stream.h after recent refactor.</title>
<updated>2016-04-05T22:18:39+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-04-05T22:18:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=4e51a3038c307a2b02b94bb0c78cff949ef84fd1'/>
<id>urn:sha1:4e51a3038c307a2b02b94bb0c78cff949ef84fd1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cc3200: Rename 'server' class to 'Server' for consistency.</title>
<updated>2016-02-22T21:54:34+00:00</updated>
<author>
<name>danicampora</name>
<email>daniel@wipy.io</email>
</author>
<published>2016-02-22T21:51:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=add930c4b5baa029d454f78c6c6a14093b1d902f'/>
<id>urn:sha1:add930c4b5baa029d454f78c6c6a14093b1d902f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cc3200: Improve robustness of WLAN during sleep modes.</title>
<updated>2016-02-21T21:01:18+00:00</updated>
<author>
<name>danicampora</name>
<email>daniel@wipy.io</email>
</author>
<published>2016-02-21T20:28:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=495e7cfebce63d0168852269f279c24373abdd3a'/>
<id>urn:sha1:495e7cfebce63d0168852269f279c24373abdd3a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>test/wipy: Add Timer class tests.</title>
<updated>2016-02-21T20:53:20+00:00</updated>
<author>
<name>danicampora</name>
<email>daniel@wipy.io</email>
</author>
<published>2016-02-21T19:38:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=fe9620a2bdf2d60acfb1e883d18dc0c9bf47d7f1'/>
<id>urn:sha1:fe9620a2bdf2d60acfb1e883d18dc0c9bf47d7f1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cc3200: Simplify the Timer API and correct the documents.</title>
<updated>2016-02-21T20:53:16+00:00</updated>
<author>
<name>danicampora</name>
<email>daniel@wipy.io</email>
</author>
<published>2016-02-14T12:46:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=73c9f85b4ca10bcf8a01942e3638aa8b4331957a'/>
<id>urn:sha1:73c9f85b4ca10bcf8a01942e3638aa8b4331957a</id>
<content type='text'>
Make the PWM duty cycle configurable from 0.00 to 100.00 by
accepting values from 0 to 10000.
Add automatic Pin assignment when operating in PWM mode.
</content>
</entry>
</feed>
