<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/unix/mpconfigport.mk, branch encoding</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=encoding</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=encoding'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2017-09-06T03:40:51+00:00</updated>
<entry>
<title>ports: Make new ports/ sub-directory and move all ports there.</title>
<updated>2017-09-06T03:40:51+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2017-09-06T03:40:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=01dd7804b87d60b2deab16712eccb3b97351a9b7'/>
<id>urn:sha1:01dd7804b87d60b2deab16712eccb3b97351a9b7</id>
<content type='text'>
This is to keep the top-level directory clean, to make it clear what is
core and what is a port, and to allow the repository to grow with new ports
in a sustainable way.
</content>
</entry>
<entry>
<title>unix/mpconfigport.mk: Update descriptions of readline and TLS options.</title>
<updated>2017-06-17T12:44:28+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2017-06-17T12:44:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=9ae0713cef470b2fe9c75cae77c136bda2b1672d'/>
<id>urn:sha1:9ae0713cef470b2fe9c75cae77c136bda2b1672d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>unix: Remove obsolete MICROPY_FATFS macro.</title>
<updated>2017-04-26T01:16:52+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2017-04-26T01:16:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=7743b1523edee4cabffdfdc7d3d05fef24f38f8d'/>
<id>urn:sha1:7743b1523edee4cabffdfdc7d3d05fef24f38f8d</id>
<content type='text'>
It doesn't do anything.  The VFS feature is controlled by MICROPY_VFS and
the FatFS driver, by MICROPY_VFS_FAT (which are set in mpconfigport.h).
</content>
</entry>
<entry>
<title>py/py.mk: Add support for building modussl_mbedtls.</title>
<updated>2016-09-23T11:30:46+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-09-23T11:30:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=9cc8ec843eb76e08785093ad5ec3a9d5b1b3102e'/>
<id>urn:sha1:9cc8ec843eb76e08785093ad5ec3a9d5b1b3102e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>extmod/modussl_axtls: Further changes to allow alternative SSL modules.</title>
<updated>2016-07-12T22:49:38+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-07-12T22:49:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=20283aec107d60f4339268f56fdf451d8867b49a'/>
<id>urn:sha1:20283aec107d60f4339268f56fdf451d8867b49a</id>
<content type='text'>
Make variable MICROPY_SSL_AXTLS=1 should be defined to activate modussl_axtls
and link with -laxtls.
</content>
</entry>
<entry>
<title>unix: Enable btree module.</title>
<updated>2016-07-02T12:26:07+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-07-02T12:26:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=43241ceaacce2de370a7dd676ac9cc7383e08c83'/>
<id>urn:sha1:43241ceaacce2de370a7dd676ac9cc7383e08c83</id>
<content type='text'>
But disable it for coverage build, as its extra warninsg aren't compatible
with K&amp;R C BerkeleyDB uses.
</content>
</entry>
<entry>
<title>unix: Add basic thread support using pthreads.</title>
<updated>2016-06-28T10:28:48+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2016-04-22T22:53:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=a791be936a79154a1b1e600e5e75d147396847f6'/>
<id>urn:sha1:a791be936a79154a1b1e600e5e75d147396847f6</id>
<content type='text'>
Has the ability to create new threads.
</content>
</entry>
<entry>
<title>unix: Move "utime" module config to C level instead of make level.</title>
<updated>2016-06-17T20:35:00+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-06-17T20:35:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=6f8880d0ab92e002e7596578ceb0959f9327bc01'/>
<id>urn:sha1:6f8880d0ab92e002e7596578ceb0959f9327bc01</id>
<content type='text'>
</content>
</entry>
<entry>
<title>unix: Deprecate support for GNU Readline (MICROPY_USE_READLINE=2).</title>
<updated>2016-06-16T00:28:58+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-06-16T00:28:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=acaa30b6046d449f5f58a8f02c83459702759df7'/>
<id>urn:sha1:acaa30b6046d449f5f58a8f02c83459702759df7</id>
<content type='text'>
MicroPython own readline implementation is superior now by providing
automatic indentation and completion (completion for GNU Readline was
never implemented). MICROPY_USE_READLINE=2 also wasn't build for a long
time and probably broken.

If GNU Readline is still beneficial for some cases, it can be achieved
with external wrappers like "rlwrap" (there will be the same level of
functionality, as again, there never was deep integration, like completion
support).
</content>
</entry>
<entry>
<title>unix: Unbreak "minimal" target by disabling FatFs.</title>
<updated>2016-06-15T21:03:24+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-06-15T21:03:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=cd796f85aff18013d8024b034055f58044649d91'/>
<id>urn:sha1:cd796f85aff18013d8024b034055f58044649d91</id>
<content type='text'>
Was broken since introduction of FatFs support.
</content>
</entry>
</feed>
