<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/extmod, branch v1.3.2</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.3.2</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.3.2'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2014-09-21T22:43:03+00:00</updated>
<entry>
<title>extmod, ujson: Add test and comment for loads.</title>
<updated>2014-09-21T22:43:03+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-09-21T22:42:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=2c180f7ccc456e1768fd1cb9a86399808672a237'/>
<id>urn:sha1:2c180f7ccc456e1768fd1cb9a86399808672a237</id>
<content type='text'>
</content>
</entry>
<entry>
<title>extmod, ujson: Add \uxxxx parsing in json strings.</title>
<updated>2014-09-21T22:43:03+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-09-21T22:28:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=df1e92ba3a039738b65486ebbd4428b7740d723d'/>
<id>urn:sha1:df1e92ba3a039738b65486ebbd4428b7740d723d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>extmod, ujson: Slight reduction in code size.</title>
<updated>2014-09-21T22:43:03+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-09-21T19:38:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=fa2f1f72e0cb6f3ddb04d52719bad4c2ae7c836a'/>
<id>urn:sha1:fa2f1f72e0cb6f3ddb04d52719bad4c2ae7c836a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>extmod: Add loads to ujson module.</title>
<updated>2014-09-21T22:43:03+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-09-21T10:40:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=89e4657c69ecd27d3735a0589132426d610ef7cc'/>
<id>urn:sha1:89e4657c69ecd27d3735a0589132426d610ef7cc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>py: Add native json printing using existing print framework.</title>
<updated>2014-09-17T21:56:34+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-09-17T21:56:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=612045f53f7e5edf9faa359ee9ee52d490d58000'/>
<id>urn:sha1:612045f53f7e5edf9faa359ee9ee52d490d58000</id>
<content type='text'>
Also add start of ujson module with dumps implemented.  Enabled in unix
and stmhal ports.  Test passes on both.
</content>
</entry>
<entry>
<title>Remove skeletal modselect from extmod and just put it in stmhal.</title>
<updated>2014-09-07T19:42:01+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-08-26T16:18:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=013d53c0b48cd22ef9476f048c2f944a86d5ce67'/>
<id>urn:sha1:013d53c0b48cd22ef9476f048c2f944a86d5ce67</id>
<content type='text'>
</content>
</entry>
<entry>
<title>stmhal: Implement generic select.select and select.poll.</title>
<updated>2014-09-07T19:40:32+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-08-21T14:12:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=6c9c7bc75a48e71b31dfce4ec55cbd0d308771fd'/>
<id>urn:sha1:6c9c7bc75a48e71b31dfce4ec55cbd0d308771fd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>py: Add ioctl method to stream protocol; add initial modselect.</title>
<updated>2014-09-07T19:40:10+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-07-30T13:04:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=c8c44a4c2e6deaf57a4d7badfcbb9ba525d3dfa2'/>
<id>urn:sha1:c8c44a4c2e6deaf57a4d7badfcbb9ba525d3dfa2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>extmod: Fix type-punned-ptr error.</title>
<updated>2014-09-02T10:38:45+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-09-02T10:38:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=e875e3882d9c567a8b2dc88e9f13e1057fc39e9f'/>
<id>urn:sha1:e875e3882d9c567a8b2dc88e9f13e1057fc39e9f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>msvc: Exclude modtermios, include extmod and fix compilation error</title>
<updated>2014-09-02T07:00:20+00:00</updated>
<author>
<name>stijn</name>
<email>stinos@zoho.com</email>
</author>
<published>2014-09-01T08:16:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=759138caee65a58ecf1f02ca7c57bc9ba3d3c5f5'/>
<id>urn:sha1:759138caee65a58ecf1f02ca7c57bc9ba3d3c5f5</id>
<content type='text'>
</content>
</entry>
</feed>
