<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openmano-mpy/ports/javascript/Makefile, 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>tests: Rename run-tests to run-tests.py for consistency.</title>
<updated>2021-03-12T08:56:09+00:00</updated>
<author>
<name>Damien George</name>
</author>
<published>2021-03-11T05:09:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=6129b8e401c36cc68e0f7ba8180da27a40d17621'/>
<id>6129b8e401c36cc68e0f7ba8180da27a40d17621</id>
<content type='text'>
Signed-off-by: Damien George &lt;damien@micropython.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Damien George &lt;damien@micropython.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>all: Enable extra conversion warnings where applicable.</title>
<updated>2020-04-18T12:42:28+00:00</updated>
<author>
<name>stijn</name>
</author>
<published>2020-04-09T11:59:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=30840ebc9925bb8ef025dbc2d5982b1bfeb75f1b'/>
<id>30840ebc9925bb8ef025dbc2d5982b1bfeb75f1b</id>
<content type='text'>
Add -Wdouble-promotion and -Wfloat-conversion for most ports to ban out
implicit floating point conversions, and add extra Travis builds using
MICROPY_FLOAT_IMPL_FLOAT to uncover warnings which weren't found
previously.  For the unix port -Wsign-comparison is added as well but only
there since only clang supports this but gcc doesn't.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add -Wdouble-promotion and -Wfloat-conversion for most ports to ban out
implicit floating point conversions, and add extra Travis builds using
MICROPY_FLOAT_IMPL_FLOAT to uncover warnings which weren't found
previously.  For the unix port -Wsign-comparison is added as well but only
there since only clang supports this but gcc doesn't.
</pre>
</div>
</content>
</entry>
<entry>
<title>javascript: Enable support for frozen bytecode via FROZEN_MPY_DIR.</title>
<updated>2019-07-09T03:17:15+00:00</updated>
<author>
<name>Paul m. p. P</name>
</author>
<published>2019-07-08T07:45:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=a1c870e9f4562e1c1fd056653ff49efdda8bd840'/>
<id>a1c870e9f4562e1c1fd056653ff49efdda8bd840</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>javascript/Makefile: Fix unrepresentable float error by using clamp.</title>
<updated>2019-04-28T12:17:42+00:00</updated>
<author>
<name>Damien George</name>
</author>
<published>2019-04-28T12:17:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=bd6fed8201a818a96611e56ecc521c23cf5255f4'/>
<id>bd6fed8201a818a96611e56ecc521c23cf5255f4</id>
<content type='text'>
Otherwise converting large floats to ints will fail (as seen by the
builtin_float_hash.py test).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Otherwise converting large floats to ints will fail (as seen by the
builtin_float_hash.py test).
</pre>
</div>
</content>
</entry>
<entry>
<title>javascript: Fix Emscripten async load, and to compile with modern clang.</title>
<updated>2019-03-13T12:52:15+00:00</updated>
<author>
<name>Wolf Vollprecht</name>
</author>
<published>2019-02-10T15:29:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=ea2fcdd338b9a9a545c119a7d86de1b8caf77314'/>
<id>ea2fcdd338b9a9a545c119a7d86de1b8caf77314</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>javascript: Add new port targeting JavaScript via Emscripten.</title>
<updated>2019-03-13T12:47:32+00:00</updated>
<author>
<name>Rami Ali</name>
</author>
<published>2018-01-19T07:35:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=7d675f3a17b435c4dc7880ff597ab81274721ae9'/>
<id>7d675f3a17b435c4dc7880ff597ab81274721ae9</id>
<content type='text'>
In this port JavaScript is the underlying "machine" and MicroPython is
transmuted into JavaScript by Emscripten.  MicroPython can then run under
Node.js or in the browser.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In this port JavaScript is the underlying "machine" and MicroPython is
transmuted into JavaScript by Emscripten.  MicroPython can then run under
Node.js or in the browser.
</pre>
</div>
</content>
</entry>
</feed>
