<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/lib, branch v1.8.4</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.8.4</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.8.4'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2016-09-05T02:18:53+00:00</updated>
<entry>
<title>py: Add MICROPY_USE_INTERNAL_PRINTF option, defaults to enabled.</title>
<updated>2016-09-05T02:18:53+00:00</updated>
<author>
<name>Delio Brignoli</name>
<email>brignoli.delio@gmail.com</email>
</author>
<published>2016-08-21T09:33:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=e2ac8bb3f14b076a29244022865e3b47c6c0800a'/>
<id>urn:sha1:e2ac8bb3f14b076a29244022865e3b47c6c0800a</id>
<content type='text'>
This new config option allows to control whether MicroPython uses its own
internal printf or not (if not, an external one should be linked in).
Accompanying this new option is the inclusion of lib/utils/printf.c in the
core list of source files, so that ports no longer need to include it
themselves.
</content>
</entry>
<entry>
<title>lib/utils/pyexec: qstr_pool_info() requires size_t* parameters.</title>
<updated>2016-08-29T21:58:42+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-08-29T21:58:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=bae62d9abe3db0f60f681f79b684ec7e5fb25fda'/>
<id>urn:sha1:bae62d9abe3db0f60f681f79b684ec7e5fb25fda</id>
<content type='text'>
</content>
</entry>
<entry>
<title>lib/berkeley-db-1.xx: Update to upstream, fixes MacOSX build.</title>
<updated>2016-08-25T18:30:20+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-08-25T18:30:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=b0e2106fb89d108bd0249c85707b800d23d0273f'/>
<id>urn:sha1:b0e2106fb89d108bd0249c85707b800d23d0273f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>lib/utils/stdout_helpers: Fix function signature to match py/mphal.h.</title>
<updated>2016-08-25T12:23:50+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-08-25T12:22:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=9897bcaa731d9dfe62cac61b56698799c8e6bac8'/>
<id>urn:sha1:9897bcaa731d9dfe62cac61b56698799c8e6bac8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>lib/berkeley-db-1.xx: Update, sets default page size to 4096.</title>
<updated>2016-08-08T23:09:59+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-08-08T23:09:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=6d11918d49328b2b3b43fe8a8402d1059430c879'/>
<id>urn:sha1:6d11918d49328b2b3b43fe8a8402d1059430c879</id>
<content type='text'>
This both good default for 4096 and makes less chance to see overflow page
issues.
</content>
</entry>
<entry>
<title>lib/berkeley-db-1.xx: Switch to "embedded" branch.</title>
<updated>2016-07-30T21:36:38+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-07-30T21:36:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=2ec943284a1d15d937b2954e481af5d4059ac85f'/>
<id>urn:sha1:2ec943284a1d15d937b2954e481af5d4059ac85f</id>
<content type='text'>
It allows to access files via a virtual method tables and thus can integrate
with MicroPython's stream objects.
</content>
</entry>
<entry>
<title>lib/abort_.c: Add prototype to make coverage build happy.</title>
<updated>2016-07-30T14:52:06+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-07-30T14:52:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=58d9d85a564bbae5fa7eaa1f0baa62be56024366'/>
<id>urn:sha1:58d9d85a564bbae5fa7eaa1f0baa62be56024366</id>
<content type='text'>
</content>
</entry>
<entry>
<title>lib/embed/abort_: Implementation of abort_() function raising uPy exception.</title>
<updated>2016-07-29T21:35:50+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-07-29T21:35:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=c8b80e4740baa0f3bdf025a23f92c3a1ff2bf6fc'/>
<id>urn:sha1:c8b80e4740baa0f3bdf025a23f92c3a1ff2bf6fc</id>
<content type='text'>
Helpful when porting existing C libraries to MicroPython. abort()ing in
embedded environment isn't a good idea, so when compiling such library,
-Dabort=abort_ option can be given to redirect standard abort() to this
"safe" version.
</content>
</entry>
<entry>
<title>lib/utils/stdout_helpers: Move from minimal/uart_extra.c for reuse.</title>
<updated>2016-07-22T16:56:27+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-07-22T16:56:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=43473372e6baa105e9facf13925f5eb750112e61'/>
<id>urn:sha1:43473372e6baa105e9facf13925f5eb750112e61</id>
<content type='text'>
</content>
</entry>
<entry>
<title>lib/utils/pyexec: Use full path to readline.h header, per latest conventions.</title>
<updated>2016-07-20T21:14:10+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-07-20T21:14:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=04c27e5eaaedd99940269ddce867237c003768a0'/>
<id>urn:sha1:04c27e5eaaedd99940269ddce867237c003768a0</id>
<content type='text'>
</content>
</entry>
</feed>
