<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/cc3200/mods, branch cross</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=cross</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=cross'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2016-06-18T15:44:57+00:00</updated>
<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>
<entry>
<title>cc3200: Improve robustness of the I2C driver.</title>
<updated>2016-02-21T20:41:06+00:00</updated>
<author>
<name>danicampora</name>
<email>daniel@wipy.io</email>
</author>
<published>2016-02-12T19:17:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=562bcffd3aa9e9e1226389e658c6d5d0ac007add'/>
<id>urn:sha1:562bcffd3aa9e9e1226389e658c6d5d0ac007add</id>
<content type='text'>
When scanning for devices, try reading then writing. Increase the
timeout of the transactions from 10 to 20 ms.
</content>
</entry>
<entry>
<title>cc3200: Finally fix the Timer class API.</title>
<updated>2016-02-21T20:41:06+00:00</updated>
<author>
<name>danicampora</name>
<email>daniel@wipy.io</email>
</author>
<published>2016-02-12T17:55:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=ed8db2e3718ac35160b93788c1be979ebd2fdc39'/>
<id>urn:sha1:ed8db2e3718ac35160b93788c1be979ebd2fdc39</id>
<content type='text'>
Properly calculate the period and the prescaler, this now allows to
set the PWM frequency down to 5Hz. Make Timer IDs go from 0 to 3.
Add the trigger definitions for the channel IRQ.
</content>
</entry>
<entry>
<title>cc3200: Fix breakage after VfsFat refactor.</title>
<updated>2016-02-15T08:39:56+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-02-15T08:39:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=4cd45f48b138c8af126a12a248fc07539ef03b5f'/>
<id>urn:sha1:4cd45f48b138c8af126a12a248fc07539ef03b5f</id>
<content type='text'>
</content>
</entry>
</feed>
