<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/examples, branch 0.8.0</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=0.8.0</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=0.8.0'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2016-11-09T22:59:10+00:00</updated>
<entry>
<title>examples/hwapi: Add hwconfig for DragonBoard 410c.</title>
<updated>2016-11-09T22:59:10+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-11-09T22:48:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=29f3f84fbd90e5d43ba5d6c621d19021a45d184d'/>
<id>urn:sha1:29f3f84fbd90e5d43ba5d6c621d19021a45d184d</id>
<content type='text'>
This requires recently added implementation of machine.Pin from
micropython-lib.
</content>
</entry>
<entry>
<title>examples/hwapi: Example showing best practices for HW API usage in apps.</title>
<updated>2016-11-06T19:08:35+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-11-06T19:08:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=8f068e84eedd90146b66b9ffd8193e2e37a24b4d'/>
<id>urn:sha1:8f068e84eedd90146b66b9ffd8193e2e37a24b4d</id>
<content type='text'>
Showing and providing detailed instructions and motivation.
</content>
</entry>
<entry>
<title>examples/http_server_simplistic: Add "not suitable for real use" note.</title>
<updated>2016-10-26T09:25:33+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-10-26T09:25:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=73b72799f3e500f6db0834b30b1c68fc8941093f'/>
<id>urn:sha1:73b72799f3e500f6db0834b30b1c68fc8941093f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>examples/network/http_client*: Use \r\n line-endings in request.</title>
<updated>2016-10-09T16:36:04+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-10-09T16:36:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=fa5ac678fc628775a4c65a19bbaea02ef05b25dc'/>
<id>urn:sha1:fa5ac678fc628775a4c65a19bbaea02ef05b25dc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>stmhal: Update boot.py files to use VCP instead of CDC.</title>
<updated>2016-08-29T05:17:34+00:00</updated>
<author>
<name>Philip Potter</name>
<email>philip.g.potter@gmail.com</email>
</author>
<published>2016-08-28T17:19:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=c777b6950eed1b48bb88fb8b343eeed85b13560f'/>
<id>urn:sha1:c777b6950eed1b48bb88fb8b343eeed85b13560f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ports: Remove typedef of machine_ptr_t, it's no longer needed.</title>
<updated>2016-08-15T01:02:59+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2016-08-15T01:02:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=675d1c9c600224820f49f912e4ff7d6cf2f97711'/>
<id>urn:sha1:675d1c9c600224820f49f912e4ff7d6cf2f97711</id>
<content type='text'>
This type was used only for the typedef of mp_obj_t, which is now defined
by the object representation.  So we can now remove this unused typedef,
to simplify the mpconfigport.h file.
</content>
</entry>
<entry>
<title>examples/network: Split recv- and read-based HTTP servers.</title>
<updated>2016-08-05T22:59:51+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-08-05T22:56:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=3d19adf9b323d6b1f907e6825f19b35670bad0d1'/>
<id>urn:sha1:3d19adf9b323d6b1f907e6825f19b35670bad0d1</id>
<content type='text'>
Name recv() based a "simplistic", as it can't work robustly in every
environment. All this is to let people concentreate on proper, read()-
based one (and to turn recv() based into a "negative showcase",
explaining what are the pitfalls of such approach).
</content>
</entry>
<entry>
<title>tests/machine_mem.py: Too non-portable, rework as an example for unix port.</title>
<updated>2016-07-31T01:22:09+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-07-31T01:20:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=eb0e3bab1ed5aa09e491641f427a5d637fe688bd'/>
<id>urn:sha1:eb0e3bab1ed5aa09e491641f427a5d637fe688bd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>examples/http_client*: Be sure to close socket.</title>
<updated>2016-07-22T21:41:19+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-07-22T21:41:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=614deb82c7e2ab23cfd718a8be6514026714e316'/>
<id>urn:sha1:614deb82c7e2ab23cfd718a8be6514026714e316</id>
<content type='text'>
Otherwise, on bare-metal/RTOS systems can lead to resource leaks.
</content>
</entry>
<entry>
<title>examples/embedding: Add README.</title>
<updated>2016-07-22T19:13:03+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-06-15T23:30:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=4d4cfc2ee6dc84397b04bcc4855d730c221af661'/>
<id>urn:sha1:4d4cfc2ee6dc84397b04bcc4855d730c221af661</id>
<content type='text'>
</content>
</entry>
</feed>
