<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openmano-mpy/stm, 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>stm: Remove long-obsolete stm/ port.</title>
<updated>2014-05-21T19:14:27+00:00</updated>
<author>
<name>Damien George</name>
</author>
<published>2014-05-21T19:14:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=aa7cf6f72f4e8a553f892629bb3338ab8c982d57'/>
<id>aa7cf6f72f4e8a553f892629bb3338ab8c982d57</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>stm: Reorder mpconfig.h header inclusion to get stm building.</title>
<updated>2014-05-10T09:38:38+00:00</updated>
<author>
<name>Damien George</name>
</author>
<published>2014-05-10T09:38:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=c17fd70de93202a97d1af5b48b7db9415951b5a1'/>
<id>c17fd70de93202a97d1af5b48b7db9415951b5a1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>stm: Update to compile with latest changes to core py.</title>
<updated>2014-04-19T23:15:35+00:00</updated>
<author>
<name>Damien George</name>
</author>
<published>2014-04-19T23:15:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=c7c4a8439735ff7617f78b5b6c0cdfb05ae88656'/>
<id>c7c4a8439735ff7617f78b5b6c0cdfb05ae88656</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>build: Simplify build directory layout by putting all headers in genhdr.</title>
<updated>2014-04-17T17:03:27+00:00</updated>
<author>
<name>Damien George</name>
</author>
<published>2014-04-17T17:03:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=d553be5982722fc5ee5240fbfb15697849881ced'/>
<id>d553be5982722fc5ee5240fbfb15697849881ced</id>
<content type='text'>
Any generated headers go in $(BUILD)/genhdr/, and are #included as
'genhdr/xxx.h'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Any generated headers go in $(BUILD)/genhdr/, and are #included as
'genhdr/xxx.h'.
</pre>
</div>
</content>
</entry>
<entry>
<title>build directory can now be renamed</title>
<updated>2014-04-16T21:16:28+00:00</updated>
<author>
<name>Andrew Scheller</name>
</author>
<published>2014-04-16T21:10:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=70a7d7a94397cbe01fd5457e34f3d3368300f2ac'/>
<id>70a7d7a94397cbe01fd5457e34f3d3368300f2ac</id>
<content type='text'>
The autogenerated header files have been moved about, and an extra
include dir has been added, which means you can give a custom
BUILD=newbuilddir option to make, and everything "just works"

Also tidied up the way the different Makefiles build their include-
directory flags
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The autogenerated header files have been moved about, and an extra
include dir has been added, which means you can give a custom
BUILD=newbuilddir option to make, and everything "just works"

Also tidied up the way the different Makefiles build their include-
directory flags
</pre>
</div>
</content>
</entry>
<entry>
<title>stm[hal]: Init mp_sys_path and mp_sys_argv correctly.</title>
<updated>2014-04-13T12:19:09+00:00</updated>
<author>
<name>Damien George</name>
</author>
<published>2014-04-13T12:19:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=cb861a5c6a9fcf240955e6fe4f5d2b658c7bc8ef'/>
<id>cb861a5c6a9fcf240955e6fe4f5d2b658c7bc8ef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a check for NULL nlr_top in nlr_jump.</title>
<updated>2014-04-08T14:08:14+00:00</updated>
<author>
<name>Damien George</name>
</author>
<published>2014-04-08T14:08:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=26cf55ae05658c8a47719d46d48df8c9751108b5'/>
<id>26cf55ae05658c8a47719d46d48df8c9751108b5</id>
<content type='text'>
If no nlr_buf has been pushed, and an nlr_jump is called, then control
is transferred to nlr_jump_fail (which should bail out with a fatal
error).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If no nlr_buf has been pushed, and an nlr_jump is called, then control
is transferred to nlr_jump_fail (which should bail out with a fatal
error).
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve REPL detecting when input needs to continue.</title>
<updated>2014-04-08T11:04:29+00:00</updated>
<author>
<name>Damien George</name>
</author>
<published>2014-04-08T11:04:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=97790455fe10c5fb22bc3edde2b43474ce0dbaad'/>
<id>97790455fe10c5fb22bc3edde2b43474ce0dbaad</id>
<content type='text'>
Full CPython compatibility with this requires actually parsing the
input so far collected, and if it fails parsing due to lack of tokens,
then continue collecting input.  It's not worth doing it this way.  Not
having compatibility at this level does not hurt the goals of Micro
Python.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Full CPython compatibility with this requires actually parsing the
input so far collected, and if it fails parsing due to lack of tokens,
then continue collecting input.  It's not worth doing it this way.  Not
having compatibility at this level does not hurt the goals of Micro
Python.
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace some Makefile commands with variables in py/mkenv.mk</title>
<updated>2014-04-07T00:35:45+00:00</updated>
<author>
<name>Andrew Scheller</name>
</author>
<published>2014-04-07T00:35:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=902d9552c551a14821fbf9a801eb2174fcd04dbb'/>
<id>902d9552c551a14821fbf9a801eb2174fcd04dbb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>py: Add option to compiler to specify default code emitter.</title>
<updated>2014-04-06T10:48:15+00:00</updated>
<author>
<name>Damien George</name>
</author>
<published>2014-04-06T10:48:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=65cad12d388423f7d9b04a5ae3d7c1b5b176a2da'/>
<id>65cad12d388423f7d9b04a5ae3d7c1b5b176a2da</id>
<content type='text'>
Also add command line option to unix port to select emitter.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also add command line option to unix port to select emitter.
</pre>
</div>
</content>
</entry>
</feed>
