<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/unix, branch v1.3.9</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.3.9</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.3.9'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2015-01-24T23:36:14+00:00</updated>
<entry>
<title>modffi: 's' (string) return type: handle NULL properly (return None).</title>
<updated>2015-01-24T23:36:14+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2015-01-24T22:42:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=31c1f1300e2f166061cb0a491fab30ac37018a94'/>
<id>urn:sha1:31c1f1300e2f166061cb0a491fab30ac37018a94</id>
<content type='text'>
</content>
</entry>
<entry>
<title>modffi: Support return values of mp_obj_t type.</title>
<updated>2015-01-21T23:09:17+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2015-01-21T23:08:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=2e526ff1a15cfe50aa46fe5611d3160b2a854f49'/>
<id>urn:sha1:2e526ff1a15cfe50aa46fe5611d3160b2a854f49</id>
<content type='text'>
</content>
</entry>
<entry>
<title>modffi: Support open own executable using open(None).</title>
<updated>2015-01-20T22:38:06+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2015-01-20T22:36:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=0ab3fc3805282cc733bdf7a5970ec37e3160beee'/>
<id>urn:sha1:0ab3fc3805282cc733bdf7a5970ec37e3160beee</id>
<content type='text'>
</content>
</entry>
<entry>
<title>py, unix: Allow to compile with -Wunused-parameter.</title>
<updated>2015-01-20T12:47:20+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2015-01-20T12:47:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=ff8dd3f486afb0d6ff1427d8a6a8a8ed73baa660'/>
<id>urn:sha1:ff8dd3f486afb0d6ff1427d8a6a8a8ed73baa660</id>
<content type='text'>
See issue #699.
</content>
</entry>
<entry>
<title>py, unix, stmhal: Allow to compile with -Wshadow.</title>
<updated>2015-01-20T11:55:10+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2015-01-20T11:55:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=50912e7f5dc579fd2917537046793dfa30decadf'/>
<id>urn:sha1:50912e7f5dc579fd2917537046793dfa30decadf</id>
<content type='text'>
See issue #699.
</content>
</entry>
<entry>
<title>unix: Update .gitignore for "fast" and "minimal" builds.</title>
<updated>2015-01-16T18:05:31+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2015-01-16T18:05:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=51ef28a9d65143bddbe83be0d93f4491b1001cc2'/>
<id>urn:sha1:51ef28a9d65143bddbe83be0d93f4491b1001cc2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>unix: Add target to build "minimal" uPy interpreter.</title>
<updated>2015-01-16T18:03:01+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2015-01-11T17:28:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=3926c72dd2c6c9bfc4840f914be5a55258d3a248'/>
<id>urn:sha1:3926c72dd2c6c9bfc4840f914be5a55258d3a248</id>
<content type='text'>
</content>
</entry>
<entry>
<title>py, unix: Allow to compile with -Wsign-compare.</title>
<updated>2015-01-16T17:47:07+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2015-01-16T17:47:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=963a5a3e82ded7ee75adae72ae7cb14796fa150e'/>
<id>urn:sha1:963a5a3e82ded7ee75adae72ae7cb14796fa150e</id>
<content type='text'>
See issue #699.
</content>
</entry>
<entry>
<title>unix, windows: Don't call mp_unix_mark_exec on windows.</title>
<updated>2015-01-14T11:43:51+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2015-01-14T11:43:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=d95b519aa1160960d4473d1db34bacfcc46a94d6'/>
<id>urn:sha1:d95b519aa1160960d4473d1db34bacfcc46a94d6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>py, unix: Trace root pointers with native emitter under unix port.</title>
<updated>2015-01-14T00:11:09+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2015-01-14T00:11:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=2127e9a844ae46cb2149e7c38eb9f4345075f6e4'/>
<id>urn:sha1:2127e9a844ae46cb2149e7c38eb9f4345075f6e4</id>
<content type='text'>
Native code has GC-heap pointers in it so it must be scanned.  But on
unix port memory for native functions is mmap'd, and so it must have
explicit code to scan it for root pointers.
</content>
</entry>
</feed>
