<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openmano-mpy/ports/zephyr, 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>py/py.cmake: Introduce MICROPY_INC_CORE as a list with core includes.</title>
<updated>2021-04-09T03:08:35+00:00</updated>
<author>
<name>Damien George</name>
</author>
<published>2021-04-08T14:59:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=5dcc9b3b16cf6a27acf01bdf8a7d23ae2aff56e3'/>
<id>5dcc9b3b16cf6a27acf01bdf8a7d23ae2aff56e3</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>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>zephyr/modusocket: Fix parameter in calls to net_context_get_XXX().</title>
<updated>2021-02-16T23:42:43+00:00</updated>
<author>
<name>PTH</name>
</author>
<published>2021-02-12T14:08:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=5cb91afb9b3b34bbf0ee022a3f69af90c01d1d54'/>
<id>5cb91afb9b3b34bbf0ee022a3f69af90c01d1d54</id>
<content type='text'>
The following simple usocket example throws an error EINVAL on connect

    import usocket
    s = usocket.socket()
    s.connect(usocket.getaddrinfo('www.micropython.org', 80)[0][-1])

    Traceback (most recent call last):
      File "&lt;stdin&gt;", line 1, in &lt;module&gt;
    OSError: [Errno 22] EINVAL

Fixing the context parameter in calls of net_context_get_family() and
net_context_get_type(), the connect works fine.

Tested on a nucleo_h743zi board.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The following simple usocket example throws an error EINVAL on connect

    import usocket
    s = usocket.socket()
    s.connect(usocket.getaddrinfo('www.micropython.org', 80)[0][-1])

    Traceback (most recent call last):
      File "&lt;stdin&gt;", line 1, in &lt;module&gt;
    OSError: [Errno 22] EINVAL

Fixing the context parameter in calls of net_context_get_family() and
net_context_get_type(), the connect works fine.

Tested on a nucleo_h743zi board.
</pre>
</div>
</content>
</entry>
<entry>
<title>zephyr/boards: Add support for the nucleo_h743zi board.</title>
<updated>2021-02-16T23:38:00+00:00</updated>
<author>
<name>PTH</name>
</author>
<published>2021-02-11T14:23:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=6c4a5d185d7e70c22c0f72fb1cd8add251600548'/>
<id>6c4a5d185d7e70c22c0f72fb1cd8add251600548</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>zephyr: Build MicroPython as a cmake target.</title>
<updated>2021-02-16T07:49:30+00:00</updated>
<author>
<name>Maureen Helm</name>
</author>
<published>2020-10-11T18:11:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=f573e73baeddfb8fde59413e8053b538cf908f9b'/>
<id>f573e73baeddfb8fde59413e8053b538cf908f9b</id>
<content type='text'>
Refactors the zephyr build infrastructure to build MicroPython as a
cmake target, using the recently introduced core cmake rules.

This change makes it possible to build the zephyr port like most other
zephyr applications using west or cmake directly. It simplifies building
with extra cmake arguments, such as specifying an alternate conf file or
adding an Arduino shield. It also enables building the zephyr port
anywhere in the host file system, which will allow regressing across
multiple boards with the zephyr twister script.

Signed-off-by: Maureen Helm &lt;maureen.helm@nxp.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Refactors the zephyr build infrastructure to build MicroPython as a
cmake target, using the recently introduced core cmake rules.

This change makes it possible to build the zephyr port like most other
zephyr applications using west or cmake directly. It simplifies building
with extra cmake arguments, such as specifying an alternate conf file or
adding an Arduino shield. It also enables building the zephyr port
anywhere in the host file system, which will allow regressing across
multiple boards with the zephyr twister script.

Signed-off-by: Maureen Helm &lt;maureen.helm@nxp.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>zephyr: Remove unused build files.</title>
<updated>2021-02-16T07:49:12+00:00</updated>
<author>
<name>Maureen Helm</name>
</author>
<published>2020-08-28T19:26:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=51fa1339f12bace6be49647336f8c9bf57302d4d'/>
<id>51fa1339f12bace6be49647336f8c9bf57302d4d</id>
<content type='text'>
Removes zephyr port build files that aren't being used anymore.

Signed-off-by: Maureen Helm &lt;maureen.helm@nxp.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Removes zephyr port build files that aren't being used anymore.

Signed-off-by: Maureen Helm &lt;maureen.helm@nxp.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>zephyr: Disable frozen source modules.</title>
<updated>2021-02-16T07:38:13+00:00</updated>
<author>
<name>Maureen Helm</name>
</author>
<published>2020-10-18T19:54:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=f49a73641ac677ea49a031ae7efc5822441f0cb5'/>
<id>f49a73641ac677ea49a031ae7efc5822441f0cb5</id>
<content type='text'>
Disables frozen source modules in the zephyr port. They are deprecated
in the makefile rules and not implemented in the new cmake rules.

Signed-off-by: Maureen Helm &lt;maureen.helm@nxp.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Disables frozen source modules in the zephyr port. They are deprecated
in the makefile rules and not implemented in the new cmake rules.

Signed-off-by: Maureen Helm &lt;maureen.helm@nxp.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>zephyr: Update to zephyr v2.5.0.</title>
<updated>2021-02-16T07:38:13+00:00</updated>
<author>
<name>Maureen Helm</name>
</author>
<published>2021-02-15T14:51:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=2aa57931a6e23e39adddc717c25fa8a499966cb9'/>
<id>2aa57931a6e23e39adddc717c25fa8a499966cb9</id>
<content type='text'>
Updates the zephyr port build instructions and CI to use the latest
zephyr release tag.

Signed-off-by: Maureen Helm &lt;maureen.helm@nxp.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Updates the zephyr port build instructions and CI to use the latest
zephyr release tag.

Signed-off-by: Maureen Helm &lt;maureen.helm@nxp.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>zephyr/machine_uart: Fix arg of machine_uart_ioctl to make it uintptr_t.</title>
<updated>2021-02-01T11:30:50+00:00</updated>
<author>
<name>Damien George</name>
</author>
<published>2021-02-01T11:30:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=ffded488109230dc488b295e19eff7a0055ed0fa'/>
<id>ffded488109230dc488b295e19eff7a0055ed0fa</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>zephyr: Add basic UART functionality to machine module.</title>
<updated>2021-01-23T05:31:00+00:00</updated>
<author>
<name>Yonatan Schachter</name>
</author>
<published>2020-11-24T14:59:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=063d7cc0e2f076bd4299ab487563d398c3d212b6'/>
<id>063d7cc0e2f076bd4299ab487563d398c3d212b6</id>
<content type='text'>
Currently supports only polling read and write.

Signed-off-by: Yonatan Schachter &lt;yonatan.schachter@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently supports only polling read and write.

Signed-off-by: Yonatan Schachter &lt;yonatan.schachter@gmail.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
