<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openmano-mpy/ports/zephyr/src, 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>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: Update include paths for Zephyr v2.0.</title>
<updated>2020-02-04T06:09:19+00:00</updated>
<author>
<name>Maureen Helm</name>
</author>
<published>2019-12-30T13:22:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=c25e12d0dd2b1b8a9fdc1231a1377f7983b41ccb'/>
<id>c25e12d0dd2b1b8a9fdc1231a1377f7983b41ccb</id>
<content type='text'>
Zephyr restructured its includes in v2.0 and removed compatibility shims
after two releases in commit 1342dadc365ee22199e51779185899ddf7478686.
Updates include paths in MicroPython accordingly to fix build errors in
the zephyr port.

These changes are compatible with Zephyr v2.0 and later.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Zephyr restructured its includes in v2.0 and removed compatibility shims
after two releases in commit 1342dadc365ee22199e51779185899ddf7478686.
Updates include paths in MicroPython accordingly to fix build errors in
the zephyr port.

These changes are compatible with Zephyr v2.0 and later.
</pre>
</div>
</content>
</entry>
<entry>
<title>zephyr: Rename CONFIG_CONSOLE_PULL to CONFIG_CONSOLE_SUBSYS.</title>
<updated>2018-06-27T05:33:59+00:00</updated>
<author>
<name>Damien George</name>
</author>
<published>2018-06-27T05:33:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=05e0103e9ebc5fde7f965d43ffd7dffe8e9e2048'/>
<id>05e0103e9ebc5fde7f965d43ffd7dffe8e9e2048</id>
<content type='text'>
Following a similar change in the Zephyr Project.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Following a similar change in the Zephyr Project.
</pre>
</div>
</content>
</entry>
<entry>
<title>zephyr: Switch to interrupt-driven pull-style console.</title>
<updated>2017-10-07T14:36:16+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
</author>
<published>2017-10-07T14:09:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=4514f073c18ab94b3f0f790ae813de61f38d367b'/>
<id>4514f073c18ab94b3f0f790ae813de61f38d367b</id>
<content type='text'>
While this console API improves handling on real hardware boards
(e.g. clipboard paste is much more reliable, as well as programmatic
communication), it vice-versa poses problems under QEMU, apparently
because it doesn't emulate UART interrupt handling faithfully. That
leads to inability to run the testsuite on QEMU at all. To work that
around, we have to suuport both old and new console routines, and use
the old ones under QEMU.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
While this console API improves handling on real hardware boards
(e.g. clipboard paste is much more reliable, as well as programmatic
communication), it vice-versa poses problems under QEMU, apparently
because it doesn't emulate UART interrupt handling faithfully. That
leads to inability to run the testsuite on QEMU at all. To work that
around, we have to suuport both old and new console routines, and use
the old ones under QEMU.
</pre>
</div>
</content>
</entry>
<entry>
<title>ports: Make new ports/ sub-directory and move all ports there.</title>
<updated>2017-09-06T03:40:51+00:00</updated>
<author>
<name>Damien George</name>
</author>
<published>2017-09-06T03:40:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=01dd7804b87d60b2deab16712eccb3b97351a9b7'/>
<id>01dd7804b87d60b2deab16712eccb3b97351a9b7</id>
<content type='text'>
This is to keep the top-level directory clean, to make it clear what is
core and what is a port, and to allow the repository to grow with new ports
in a sustainable way.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is to keep the top-level directory clean, to make it clear what is
core and what is a port, and to allow the repository to grow with new ports
in a sustainable way.
</pre>
</div>
</content>
</entry>
</feed>
