<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/lib, 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-12-31T14:11:18+00:00</updated>
<entry>
<title>lib/libc/string0: Use uintptr_t instead of uint32_t.</title>
<updated>2015-12-31T14:11:18+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2015-12-31T14:11:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=64ececb72fe8ccf769f4751cbd591fde650bc83a'/>
<id>urn:sha1:64ececb72fe8ccf769f4751cbd591fde650bc83a</id>
<content type='text'>
This makes the code portable to non-32-bit architectures.
</content>
</entry>
<entry>
<title>lib/utils: Add pyexec_frozen_module to load and execute frozen module.</title>
<updated>2015-12-26T12:32:33+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2015-12-26T12:32:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=84b245f187f9711357b1fd46bebc67266bd028e5'/>
<id>urn:sha1:84b245f187f9711357b1fd46bebc67266bd028e5</id>
<content type='text'>
This is a convenience function similar to pyexec_file.  It should be used
instead of raw mp_parse_compile_execute because the latter does not catch
and report exceptions.
</content>
</entry>
<entry>
<title>lib/libm: Allow math funcs to be used by non-Thumb archs.</title>
<updated>2015-12-18T21:05:44+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2015-12-18T21:05:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=a67651406d4154cd5093884dea6ca0ca395d56db'/>
<id>urn:sha1:a67651406d4154cd5093884dea6ca0ca395d56db</id>
<content type='text'>
Requires addition of software implementation of sqrtf function.
</content>
</entry>
<entry>
<title>lib/utils/printf: Add vsnprintf alias for Clang.</title>
<updated>2015-12-12T18:19:42+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2015-12-12T18:19:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=f2ed736b29a8e9e772a5fd4b97162b2efdaf9716'/>
<id>urn:sha1:f2ed736b29a8e9e772a5fd4b97162b2efdaf9716</id>
<content type='text'>
Was reported to break MacOSX build.
</content>
</entry>
<entry>
<title>lib/utils/printf: Apply workaround for static linking with uclibc.</title>
<updated>2015-12-10T12:42:01+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2015-12-10T12:42:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=1f0aaece3ab7ab578de7e227ce46c45129b6b51e'/>
<id>urn:sha1:1f0aaece3ab7ab578de7e227ce46c45129b6b51e</id>
<content type='text'>
uclibc objects call __GI_vsnprintf().
</content>
</entry>
<entry>
<title>py: Change mp_print_strn_t func type to use size_t for the str length.</title>
<updated>2015-11-29T14:25:04+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2015-11-27T12:19:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=4e7107a572b55321f3f483f0293dd19b4f752c9b'/>
<id>urn:sha1:4e7107a572b55321f3f483f0293dd19b4f752c9b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>lib/utils/printf: Use more conservative check for MICROPY_DEBUG_STDERR.</title>
<updated>2015-11-23T20:38:48+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2015-11-23T20:38:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=4892e4c5fc530b22826e15a2daa08e57f2623696'/>
<id>urn:sha1:4892e4c5fc530b22826e15a2daa08e57f2623696</id>
<content type='text'>
</content>
</entry>
<entry>
<title>lib/utils/printf: Fix issue with putchar define for some ports.</title>
<updated>2015-11-22T00:46:32+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2015-11-22T00:46:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=1818da2ef3decbbed57b513480131853a3f2dadc'/>
<id>urn:sha1:1818da2ef3decbbed57b513480131853a3f2dadc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>lib/utils/printf: Add extra prototypes.</title>
<updated>2015-11-21T22:59:24+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2015-11-21T22:59:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=8ee43e24f3797ed1cd2f9f9f5aafc61cce552eda'/>
<id>urn:sha1:8ee43e24f3797ed1cd2f9f9f5aafc61cce552eda</id>
<content type='text'>
</content>
</entry>
<entry>
<title>unix: Use printf() implementation in terms of mp_printf().</title>
<updated>2015-11-21T22:44:41+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2015-11-21T22:44:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=c3280d83e70b531193b1577f0160559d607d922e'/>
<id>urn:sha1:c3280d83e70b531193b1577f0160559d607d922e</id>
<content type='text'>
In other words, unix port now uses overriden printf(), instead of using
libc's. This should remove almost all dependency on libc stdio (which
is bloated).
</content>
</entry>
</feed>
