<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/lib, branch v1.8.2</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.8.2</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.8.2'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2016-06-25T21:30:40+00:00</updated>
<entry>
<title>lib/libm: Remove unused definition of "one".</title>
<updated>2016-06-25T21:30:40+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2016-06-25T21:30:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=7ddd85f933f18deff49bc6af520d4dc8d7be6282'/>
<id>urn:sha1:7ddd85f933f18deff49bc6af520d4dc8d7be6282</id>
<content type='text'>
</content>
</entry>
<entry>
<title>lib/libm: Format code to pass gcc v6.1.1 warning.</title>
<updated>2016-06-25T21:28:43+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2016-06-25T21:28:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=873853f1a8fcc124959685daf2d210da035794c5'/>
<id>urn:sha1:873853f1a8fcc124959685daf2d210da035794c5</id>
<content type='text'>
gcc 6.1.1 warns when indentation is misleading, and in this case the
formatting of the code really is misleading.  So adjust the formatting
to be clear of the meaning of the code.
</content>
</entry>
<entry>
<title>lib/fatfs/option/ccsbcs: Follow uPy optional features model.</title>
<updated>2016-06-15T20:53:26+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-06-15T20:53:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=d402bf299d8ac2974df0c3015377196de8721cad'/>
<id>urn:sha1:d402bf299d8ac2974df0c3015377196de8721cad</id>
<content type='text'>
Don't error out when options is not what you support, just skip your code.
This allows to make FatFs support properly configurable.
</content>
</entry>
<entry>
<title>lib/berkeley-db-1.xx: Update to upstream which builds for uPy.</title>
<updated>2016-06-15T01:09:29+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-06-15T01:09:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=a1eab98eaf0316af6094772be3a44dd7184fcb1b'/>
<id>urn:sha1:a1eab98eaf0316af6094772be3a44dd7184fcb1b</id>
<content type='text'>
Applied "official" patches and fixed various warnings when built with uPy's
compile options.
</content>
</entry>
<entry>
<title>lib/berkeley-db-1.xx: Add Berkeley DB 1.85 as a submodule.</title>
<updated>2016-06-14T19:20:18+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-06-14T19:20:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=06b783cf58222ae616694b2c0b5de565de44349a'/>
<id>urn:sha1:06b783cf58222ae616694b2c0b5de565de44349a</id>
<content type='text'>
From https://github.com/pfalcon/berkeley-db-1.xx, which so far contains
pristine 1.85, but will get patches and compile warning fixes going
forward.

Berkeley DB 1.xx is BSD-licensed, and will form the basis of "btree"
simple database module.
</content>
</entry>
<entry>
<title>lib/timeutils/timeutils: Fix pedantic warning in coverage build.</title>
<updated>2016-06-03T07:46:15+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-06-03T07:46:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=1bc8aa85a40870f72db7c99977d0cd177443bccf'/>
<id>urn:sha1:1bc8aa85a40870f72db7c99977d0cd177443bccf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>lib/timeutils/timeutils: timeutils_mktime may accept negative time values.</title>
<updated>2016-06-02T19:52:42+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-06-02T19:52:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=993cc3611a991aaf2ac9066d0bec852de27eab9b'/>
<id>urn:sha1:993cc3611a991aaf2ac9066d0bec852de27eab9b</id>
<content type='text'>
And will normalize them.
</content>
</entry>
<entry>
<title>lib/libc/string0: Remove better-than-standard strncpy() implementation.</title>
<updated>2016-05-02T15:53:21+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-05-02T15:53:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=c6923f52f09f03468e6720c7ba8fbdef065eec58'/>
<id>urn:sha1:c6923f52f09f03468e6720c7ba8fbdef065eec58</id>
<content type='text'>
ANSI C doesn't require that strncpy() produced null-terminated string, so
it's basicly useless for string manipulation.
</content>
</entry>
<entry>
<title>lib/libc/string0: Add strncpy() implementation.</title>
<updated>2016-05-02T15:38:19+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-05-02T15:38:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=bd9de5ec9020384334b63582c7640372a9a2d022'/>
<id>urn:sha1:bd9de5ec9020384334b63582c7640372a9a2d022</id>
<content type='text'>
</content>
</entry>
<entry>
<title>lib/axtls: Update to the latest upstream, fix reported MacOSX build issue.</title>
<updated>2016-05-01T19:19:14+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-05-01T19:19:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=1f0dfe37a1696484459f02b71e94144b7cd601a1'/>
<id>urn:sha1:1f0dfe37a1696484459f02b71e94144b7cd601a1</id>
<content type='text'>
</content>
</entry>
</feed>
