<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/cc3200/mods, branch v1.5.1</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.5.1</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.5.1'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2015-11-18T18:47:40+00:00</updated>
<entry>
<title>docs: Update docs for WiPy wlan.connect().</title>
<updated>2015-11-18T18:47:40+00:00</updated>
<author>
<name>Noah</name>
<email>noah@hack.se</email>
</author>
<published>2015-11-05T02:33:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=00960133c2b1732daf28423481b4ffc8a14f207a'/>
<id>urn:sha1:00960133c2b1732daf28423481b4ffc8a14f207a</id>
<content type='text'>
- The link establishment timeout is infinite by default
- Fix typo in notes about the auth kwarg
</content>
</entry>
<entry>
<title>cc3200: Unmount all user file systems after a soft reset.</title>
<updated>2015-11-16T22:43:47+00:00</updated>
<author>
<name>danicampora</name>
<email>daniel@wipy.io</email>
</author>
<published>2015-11-16T19:37:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=e4404fbef077a481e58ec0b31dfcf79b521caff6'/>
<id>urn:sha1:e4404fbef077a481e58ec0b31dfcf79b521caff6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>lib/pyexec: Move header pyexec.h from stmhal directory.</title>
<updated>2015-11-09T13:13:09+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2015-11-09T13:13:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=40274fec9c0f8e1ce06f999927f550106b9aa5e8'/>
<id>urn:sha1:40274fec9c0f8e1ce06f999927f550106b9aa5e8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cc3200: Force SSL method to be TLSV1.</title>
<updated>2015-11-05T23:12:13+00:00</updated>
<author>
<name>danicampora</name>
<email>daniel@wipy.io</email>
</author>
<published>2015-11-05T23:07:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=8cee03b118850bc5d6cd9f1269f91af14e5f724f'/>
<id>urn:sha1:8cee03b118850bc5d6cd9f1269f91af14e5f724f</id>
<content type='text'>
The default setting of using the "highest" method available doesn't
work with some servers like Microsoft Azure. TLSV1 seems to work with
pretty much any server.
</content>
</entry>
<entry>
<title>all: Add py/mphal.h and use it in all ports.</title>
<updated>2015-10-31T16:14:30+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2015-10-30T23:03:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=731f359292c0e2630873df1a19c5baac7287024f'/>
<id>urn:sha1:731f359292c0e2630873df1a19c5baac7287024f</id>
<content type='text'>
py/mphal.h contains declarations for generic mp_hal_XXX functions, such
as stdio and delay/ticks, which ports should provide definitions for.  A
port will also provide mphalport.h with further HAL declarations.
</content>
</entry>
<entry>
<title>cc3200: Switch from HAL_GetTick() to mp_hal_ticks_ms().</title>
<updated>2015-10-29T17:43:11+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2015-10-29T17:43:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=9b12bc788fd044ee6320c06287add1cf4bc5f0ed'/>
<id>urn:sha1:9b12bc788fd044ee6320c06287add1cf4bc5f0ed</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cc3200: Switch from HAL_Delay() to mp_hal_delay_ms().</title>
<updated>2015-10-29T17:38:44+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2015-10-29T17:38:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=f4decdc4a3ef7c14f7b50d361c52736bbf8ddc34'/>
<id>urn:sha1:f4decdc4a3ef7c14f7b50d361c52736bbf8ddc34</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cc3200: Set pin direction first, then value. Fixes #1542.</title>
<updated>2015-10-26T22:26:43+00:00</updated>
<author>
<name>danicampora</name>
<email>daniel@wipy.io</email>
</author>
<published>2015-10-26T20:46:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=19502957357aadf04015fd55272ae051d9fb0f23'/>
<id>urn:sha1:19502957357aadf04015fd55272ae051d9fb0f23</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cc3200: Allow to read pin value when in OPEN_DRAIN mode.</title>
<updated>2015-10-25T20:31:43+00:00</updated>
<author>
<name>danicampora</name>
<email>daniel@wipy.io</email>
</author>
<published>2015-10-25T18:23:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=a654914de4ba4fb329ef0d5849bead9a3d992202'/>
<id>urn:sha1:a654914de4ba4fb329ef0d5849bead9a3d992202</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cc3200: Enable WLAN irq on creation.</title>
<updated>2015-10-25T20:31:42+00:00</updated>
<author>
<name>danicampora</name>
<email>daniel@wipy.io</email>
</author>
<published>2015-10-22T20:57:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=a3a33db40921494901b18f535104c98dd7a7216a'/>
<id>urn:sha1:a3a33db40921494901b18f535104c98dd7a7216a</id>
<content type='text'>
</content>
</entry>
</feed>
