<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/cc3200/application.mk, branch v1.6</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.6</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.6'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2015-11-10T16:58:58+00:00</updated>
<entry>
<title>lib/utils/printf: Move from stmhal/ .</title>
<updated>2015-11-10T16:58:58+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2015-11-10T16:57:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=73ff0687f2f5331e962a4af0126097e9921db631'/>
<id>urn:sha1:73ff0687f2f5331e962a4af0126097e9921db631</id>
<content type='text'>
This file contains various MicroPython-specific helper functions, so isn't
good fit for lib/libc/.
</content>
</entry>
<entry>
<title>cc3200: Use common pyexec.c .</title>
<updated>2015-10-31T17:20:04+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2015-10-31T17:20:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=000a12783c7364527b9f8a59c6924fc88a66f290'/>
<id>urn:sha1:000a12783c7364527b9f8a59c6924fc88a66f290</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cc3200: Actually allow to specify a custom build directory.</title>
<updated>2015-10-28T10:09:45+00:00</updated>
<author>
<name>danicampora</name>
<email>daniel@wipy.io</email>
</author>
<published>2015-10-28T10:09:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=f3b1a933fc148454e00188b46292f85d5fadafd5'/>
<id>urn:sha1:f3b1a933fc148454e00188b46292f85d5fadafd5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cc3200: Create wipy module, remove HeartBeat class.</title>
<updated>2015-10-19T19:17:15+00:00</updated>
<author>
<name>danicampora</name>
<email>daniel@wipy.io</email>
</author>
<published>2015-10-14T07:46:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=d8137178bb3d0e755278703f66efe33cf07398eb'/>
<id>urn:sha1:d8137178bb3d0e755278703f66efe33cf07398eb</id>
<content type='text'>
The heartbeat is now controllable via a single function within the
wipy module.
</content>
</entry>
<entry>
<title>cc3200: Disable uheapq and uhashlib.</title>
<updated>2015-09-27T16:04:11+00:00</updated>
<author>
<name>Daniel Campora</name>
<email>daniel@wipy.io</email>
</author>
<published>2015-09-27T16:04:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=eb9a3ec6543f92356856f88c183a003791e8f7b6'/>
<id>urn:sha1:eb9a3ec6543f92356856f88c183a003791e8f7b6</id>
<content type='text'>
Those two are rarely used features and better to have the extra heap.
</content>
</entry>
<entry>
<title>cc3200: Rename pyb module to machine.</title>
<updated>2015-09-27T14:50:27+00:00</updated>
<author>
<name>Daniel Campora</name>
<email>daniel@wipy.io</email>
</author>
<published>2015-09-27T11:45:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=c92e6a45ebba4d41c2d0d891e07f94a81d2f601f'/>
<id>urn:sha1:c92e6a45ebba4d41c2d0d891e07f94a81d2f601f</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: Add alternate functions list to Pin object.</title>
<updated>2015-09-10T05:59:41+00:00</updated>
<author>
<name>Daniel Campora</name>
<email>daniel@wipy.io</email>
</author>
<published>2015-09-04T12:36:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=36821d095a2657ab370a8f413f471f4c9ad9a8b5'/>
<id>urn:sha1:36821d095a2657ab370a8f413f471f4c9ad9a8b5</id>
<content type='text'>
Also remove pin.high() and pin.low() methods.
</content>
</entry>
<entry>
<title>cc3200: Add modussl, ssl sockets subclassed from normal sockets.</title>
<updated>2015-07-02T14:30:00+00:00</updated>
<author>
<name>Daniel Campora</name>
<email>daniel@wipy.io</email>
</author>
<published>2015-06-11T18:26:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=9a65fa304c151f796ecfd040b0744ed7cdc88537'/>
<id>urn:sha1:9a65fa304c151f796ecfd040b0744ed7cdc88537</id>
<content type='text'>
Stream methods were added to normal sockets as in the unix port.
</content>
</entry>
<entry>
<title>cc3200: Add deploy target and improve robustness of update-wipy.py.</title>
<updated>2015-06-24T13:26:05+00:00</updated>
<author>
<name>Daniel Campora</name>
<email>daniel@wipy.io</email>
</author>
<published>2015-06-24T13:23:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=d02f671737ebfe90026790de98b6b08752680354'/>
<id>urn:sha1:d02f671737ebfe90026790de98b6b08752680354</id>
<content type='text'>
</content>
</entry>
</feed>
