<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/windows/mpconfigport.h, branch v1.0.1</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.0.1</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.0.1'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2014-05-11T17:26:36+00:00</updated>
<entry>
<title>windows: Enable frozen set and sys.exit</title>
<updated>2014-05-11T17:26:36+00:00</updated>
<author>
<name>stijn</name>
<email>stinos@zoho.com</email>
</author>
<published>2014-05-10T18:44:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=b9d8091d0e7bfe718eadeea241f08b9bdaa7270e'/>
<id>urn:sha1:b9d8091d0e7bfe718eadeea241f08b9bdaa7270e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>windows: Add modtime implementation</title>
<updated>2014-05-09T11:58:15+00:00</updated>
<author>
<name>stijn</name>
<email>stinos@zoho.com</email>
</author>
<published>2014-05-08T08:56:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=5ed284a15e028e0435f3b6e0773e14225d8f165d'/>
<id>urn:sha1:5ed284a15e028e0435f3b6e0773e14225d8f165d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Windows MSVC port</title>
<updated>2014-05-08T08:06:43+00:00</updated>
<author>
<name>stijn</name>
<email>stinos@zoho.com</email>
</author>
<published>2014-05-05T10:18:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=01d6be4d512118d39ef52f79ca9ddddd2bba3f32'/>
<id>urn:sha1:01d6be4d512118d39ef52f79ca9ddddd2bba3f32</id>
<content type='text'>
Extend the windows port so it compiles with the toolchain from Visual Studio 2013
</content>
</entry>
<entry>
<title>windows: Enable math module</title>
<updated>2014-05-07T10:39:02+00:00</updated>
<author>
<name>stijn</name>
<email>stinos@zoho.com</email>
</author>
<published>2014-05-07T10:38:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=3ce10935f0a5630cd98758184db23e9c235c4109'/>
<id>urn:sha1:3ce10935f0a5630cd98758184db23e9c235c4109</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add license header to (almost) all files.</title>
<updated>2014-05-03T22:27:38+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-05-03T22:27:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=04b9147e150d2d6fa3750f312fe328b6a71c1b28'/>
<id>urn:sha1:04b9147e150d2d6fa3750f312fe328b6a71c1b28</id>
<content type='text'>
Blanket wide to all .c and .h files.  Some files originating from ST are
difficult to deal with (license wise) so it was left out of those.

Also merged modpyb.h, modos.h, modstm.h and modtime.h in stmhal/.
</content>
</entry>
<entry>
<title>mingw: Fix number of exponent digits in floating point formatting</title>
<updated>2014-05-03T18:15:15+00:00</updated>
<author>
<name>stijn</name>
<email>stinos@zoho.com</email>
</author>
<published>2014-05-03T09:28:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=72521a1c176506c044169038b68b83e5329a3dda'/>
<id>urn:sha1:72521a1c176506c044169038b68b83e5329a3dda</id>
<content type='text'>
By default mingw outputs 3 digits instead of the standard 2 so all float
tests using printf fail. Using setenv at the start of the program fixes this.
To accomodate calling platform specific initialization a
MICROPY_MAIN_INIT_FUNC macro is used which is called in mp_init()
</content>
</entry>
<entry>
<title>mingw: Add implementation of realpath()</title>
<updated>2014-05-03T15:38:08+00:00</updated>
<author>
<name>stijn</name>
<email>stinos@zoho.com</email>
</author>
<published>2014-05-03T08:26:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=4cd21deebca0e75b77d62d8d748aa66453532d9b'/>
<id>urn:sha1:4cd21deebca0e75b77d62d8d748aa66453532d9b</id>
<content type='text'>
The mingw port used _fullpath() until now, but the behaviour is not exactly
the same as realpath()'s on unix; major difference being that it doesn't
return an error for non-existing files, which would bypass main's error
checking and bail out without any error message.

Also realpath() will return forward slashes only since main() relies on that.
</content>
</entry>
<entry>
<title>mingw: Add 'open' as extra builtin and add define MICROPY_MOD_SYS_STDFILES</title>
<updated>2014-05-03T08:46:21+00:00</updated>
<author>
<name>stijn</name>
<email>stinos@zoho.com</email>
</author>
<published>2014-05-03T07:19:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=55131942733092e5dd20c62cbc072a10c7e45103'/>
<id>urn:sha1:55131942733092e5dd20c62cbc072a10c7e45103</id>
<content type='text'>
This one was probable missed when creating mpconfigport.h, but the underlying
code (file.c) gets compiled and works perfectly so no reason to omit it.
</content>
</entry>
<entry>
<title>windows: Unbreak mingw32 build (cross-compiling under Linux).</title>
<updated>2014-04-20T19:24:44+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2014-04-20T19:20:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=7f7c7aa76a34adbdb36a82c5a5c8b93805faee0b'/>
<id>urn:sha1:7f7c7aa76a34adbdb36a82c5a5c8b93805faee0b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>windows: Make it compile with latest changes to py core.</title>
<updated>2014-04-07T12:20:06+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-04-07T12:20:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=6c6f9d6782bcb35018dac46900a6c836e3746e0e'/>
<id>urn:sha1:6c6f9d6782bcb35018dac46900a6c836e3746e0e</id>
<content type='text'>
</content>
</entry>
</feed>
