<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openmano-mpy/windows/README, branch master</title>
<subtitle>MicroPython source and hardware configuration for OpenMano</subtitle>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/'/>
<entry>
<title>windows/README: Convert to Markdown.</title>
<updated>2017-04-29T21:41:24+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
</author>
<published>2017-04-29T21:37:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=a7f502259131190195542abc71a3b6e3270d9062'/>
<id>a7f502259131190195542abc71a3b6e3270d9062</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>wundows/README: Typo fix.</title>
<updated>2016-07-22T18:24:26+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
</author>
<published>2016-07-22T18:24:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=e47c2ec64a9a8ee1df60f9725d2199ed45884f39'/>
<id>e47c2ec64a9a8ee1df60f9725d2199ed45884f39</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>windows/py: Support 64bit mingw-w64 builds</title>
<updated>2015-11-24T15:34:14+00:00</updated>
<author>
<name>stijn</name>
</author>
<published>2015-11-20T14:59:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=3baf6b531990dda109b9af065c94cf9eb9c0aac6'/>
<id>3baf6b531990dda109b9af065c94cf9eb9c0aac6</id>
<content type='text'>
- add mp_int_t/mp_uint_t typedefs in mpconfigport.h
- fix integer suffixes/formatting in mpconfig.h and mpz.h
- use MICROPY_NLR_SETJMP=1 in Makefile since the current nlrx64.S
  implementation causes segfaults in gc_free()
- update README
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- add mp_int_t/mp_uint_t typedefs in mpconfigport.h
- fix integer suffixes/formatting in mpconfig.h and mpz.h
- use MICROPY_NLR_SETJMP=1 in Makefile since the current nlrx64.S
  implementation causes segfaults in gc_free()
- update README
</pre>
</div>
</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>
</author>
<published>2015-11-01T17:20:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=c76fe77f4228568873a9229aba9d5b52170f90a3'/>
<id>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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- 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
</pre>
</div>
</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>
</author>
<published>2015-10-31T22:02:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=aeadf7607d36c5570f168a226d34c1fd48bd6a29'/>
<id>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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>windows/README: Add notes on running under Wine.</title>
<updated>2015-06-04T16:29:51+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
</author>
<published>2015-06-04T16:29:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=9724a0538b82109992bfe9322008eab7f62064b7'/>
<id>9724a0538b82109992bfe9322008eab7f62064b7</id>
<content type='text'>
After enabling line editing support on Windows console, this is no longer
trivial.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
After enabling line editing support on Windows console, this is no longer
trivial.
</pre>
</div>
</content>
</entry>
<entry>
<title>Windows MSVC port</title>
<updated>2014-05-08T08:06:43+00:00</updated>
<author>
<name>stijn</name>
</author>
<published>2014-05-05T10:18:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=01d6be4d512118d39ef52f79ca9ddddd2bba3f32'/>
<id>01d6be4d512118d39ef52f79ca9ddddd2bba3f32</id>
<content type='text'>
Extend the windows port so it compiles with the toolchain from Visual Studio 2013
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Extend the windows port so it compiles with the toolchain from Visual Studio 2013
</pre>
</div>
</content>
</entry>
<entry>
<title>windows/README: Use CROSS_COMPILE instead of CC to cover other tools too.</title>
<updated>2014-04-23T17:45:53+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
</author>
<published>2014-04-23T17:45:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=6c94abe3478db4ad200a1d578c4f6b0e2df9ae1a'/>
<id>6c94abe3478db4ad200a1d578c4f6b0e2df9ae1a</id>
<content type='text'>
Suggested by @lurch.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Suggested by @lurch.
</pre>
</div>
</content>
</entry>
<entry>
<title>windows: Add README with basic cross-compile instructions.</title>
<updated>2014-04-20T19:35:11+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
</author>
<published>2014-04-20T19:35:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=521de04ce2dc7048afbdb2445979a203512b13e2'/>
<id>521de04ce2dc7048afbdb2445979a203512b13e2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
