<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/windows, branch v1.5.1</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.5.1</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.5.1'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2015-11-14T00:06:55+00:00</updated>
<entry>
<title>windows: Define ssize_t and use renamed mphal header</title>
<updated>2015-11-14T00:06:55+00:00</updated>
<author>
<name>stijn</name>
<email>stinos@zoho.com</email>
</author>
<published>2015-11-13T16:43:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=5be60d69295751893cedf806365d22df5bec9e5e'/>
<id>urn:sha1:5be60d69295751893cedf806365d22df5bec9e5e</id>
<content type='text'>
This fixes the build after changes in [66fd3e4] and [3a6b3d2]
</content>
</entry>
<entry>
<title>windows: Allow specifying the python executable to use for msvc builds</title>
<updated>2015-11-10T15:37:09+00:00</updated>
<author>
<name>stijn</name>
<email>stinos@zoho.com</email>
</author>
<published>2015-11-07T19:00:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=b1dbbd32ebcdafd046e8d69ec29a1565f42765cb'/>
<id>urn:sha1:b1dbbd32ebcdafd046e8d69ec29a1565f42765cb</id>
<content type='text'>
This defaults to 'python' but can be now overridden if needed
</content>
</entry>
<entry>
<title>Fix project file for Visual Studio 2015</title>
<updated>2015-11-10T15:36:08+00:00</updated>
<author>
<name>omtinez</name>
<email>omtinez@gmail.com</email>
</author>
<published>2015-11-09T22:56:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=1b9d161f9495fe685da8011ce7cf45c6a3009ee5'/>
<id>urn:sha1:1b9d161f9495fe685da8011ce7cf45c6a3009ee5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>windows: Update build instructions in the README</title>
<updated>2015-11-02T23:23:09+00:00</updated>
<author>
<name>stijn</name>
<email>stinos@zoho.com</email>
</author>
<published>2015-11-01T17:20:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=c76fe77f4228568873a9229aba9d5b52170f90a3'/>
<id>urn:sha1:c76fe77f4228568873a9229aba9d5b52170f90a3</id>
<content type='text'>
- use correct 'mingw-w64' package name
- small grammar fixes
- modify Cygwin build instructions to use that same compiler as well: the
  original mingw is stuck at gcc v4.7 and does not seem to be updated anymore
- make it clear thet uPy also builds using Visual Studio versions &gt; 2013
</content>
</entry>
<entry>
<title>windows/README: Deprecate mingw32, suggest using mingw64.</title>
<updated>2015-10-31T22:05:33+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2015-10-31T22:02:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=aeadf7607d36c5570f168a226d34c1fd48bd6a29'/>
<id>urn:sha1:aeadf7607d36c5570f168a226d34c1fd48bd6a29</id>
<content type='text'>
Ubuntu's mingw32 has gcc 4.2.1, which is rather old and has incorrect
non-initialized variable analysis which produces warnings, which
per MicroPython default settings get turned into errors.
</content>
</entry>
<entry>
<title>all: Add py/mphal.h and use it in all ports.</title>
<updated>2015-10-31T16:14:30+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2015-10-30T23:03:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=731f359292c0e2630873df1a19c5baac7287024f'/>
<id>urn:sha1:731f359292c0e2630873df1a19c5baac7287024f</id>
<content type='text'>
py/mphal.h contains declarations for generic mp_hal_XXX functions, such
as stdio and delay/ticks, which ports should provide definitions for.  A
port will also provide mphalport.h with further HAL declarations.
</content>
</entry>
<entry>
<title>windows: Use write() instead of fwrite() to avoid out-of-order output.</title>
<updated>2015-10-31T11:10:13+00:00</updated>
<author>
<name>stijn</name>
<email>stinos@zoho.com</email>
</author>
<published>2015-10-30T09:42:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=bd9f850e859c976780c5dea98756216a050db016'/>
<id>urn:sha1:bd9f850e859c976780c5dea98756216a050db016</id>
<content type='text'>
This fixes the basics/exception_chain.py test, also see #1500 for more
info and [4300c7d] where the same change was done for the other ports.
</content>
</entry>
<entry>
<title>windows: Call _set_output_format() only on Visual Studio versions 2013 or lower.</title>
<updated>2015-10-30T08:37:58+00:00</updated>
<author>
<name>omtinez</name>
<email>omtinez@gmail.com</email>
</author>
<published>2015-10-30T02:17:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=3510499a9e523e51b1d8015f7d393aea9b68f679'/>
<id>urn:sha1:3510499a9e523e51b1d8015f7d393aea9b68f679</id>
<content type='text'>
Since VS2015, float formatting is C standard compliant by default:
https://msdn.microsoft.com/en-us/library/bb531344(v=vs.140).aspx
</content>
</entry>
<entry>
<title>windows: Rename "time" module to "utime" for consistency with others.</title>
<updated>2015-10-26T11:42:10+00:00</updated>
<author>
<name>stijn</name>
<email>stijn@ignitron.net</email>
</author>
<published>2015-10-26T10:02:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=f3e46d0c52de989e1d408f25f0b29b19a18d8927'/>
<id>urn:sha1:f3e46d0c52de989e1d408f25f0b29b19a18d8927</id>
<content type='text'>
</content>
</entry>
<entry>
<title>windows: Erase pre-calc'd number of chars instead of clearing whole line.</title>
<updated>2015-10-26T11:35:16+00:00</updated>
<author>
<name>stijn</name>
<email>stijn@ignitron.net</email>
</author>
<published>2015-10-26T10:49:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=dc93f25bb857568010f61594643adddca3e20040'/>
<id>urn:sha1:dc93f25bb857568010f61594643adddca3e20040</id>
<content type='text'>
</content>
</entry>
</feed>
