<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openmano-mpy/zephyr/mphalport.h, 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>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>
<entry>
<title>zephyr: Switch to Zephyr 1.6 unified kernel API.</title>
<updated>2016-12-03T21:47:20+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
</author>
<published>2016-12-03T21:47:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=1779a62085b287f10a02843feabc07d431671227'/>
<id>1779a62085b287f10a02843feabc07d431671227</id>
<content type='text'>
In 1.6, Zephyr switched to "unified kernel" and new API set. Older kernel
API is supported, but marked as deprecated and leads to warnings.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In 1.6, Zephyr switched to "unified kernel" and new API set. Older kernel
API is supported, but marked as deprecated and leads to warnings.
</pre>
</div>
</content>
</entry>
<entry>
<title>zephyr/mphalport.h: Update for new "unified" kernal API (sleep functions).</title>
<updated>2016-11-08T21:11:30+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
</author>
<published>2016-11-08T21:11:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=2bf96612d2c7e3139bf404bb246a0ce08ab26813'/>
<id>2bf96612d2c7e3139bf404bb246a0ce08ab26813</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>zephyr: Fix mp_hal_set_interrupt_char() declaration to be compatible.</title>
<updated>2016-10-26T14:53:28+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
</author>
<published>2016-10-26T14:53:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=3cdccb9b1429bc3afd04ec3f9171b373fe939375'/>
<id>3cdccb9b1429bc3afd04ec3f9171b373fe939375</id>
<content type='text'>
With other ports. Other ports declare it in mphalport.h, it can be
inline or macro.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With other ports. Other ports declare it in mphalport.h, it can be
inline or macro.
</pre>
</div>
</content>
</entry>
<entry>
<title>zephyr: Implement utime module.</title>
<updated>2016-10-22T17:15:26+00:00</updated>
<author>
<name>Daniel Thompson</name>
</author>
<published>2016-10-22T17:15:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=479b961d393ab20c62bd6234b054d53469dda645'/>
<id>479b961d393ab20c62bd6234b054d53469dda645</id>
<content type='text'>
This provides time and sleep together with the usual ticks_us/_ms/_diff
and sleep_us/ms family.

We also provide access to Zephyr's high precision timer as ticks_cpu().

Signed-off-by: Daniel Thompson &lt;daniel.thompson@linaro.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This provides time and sleep together with the usual ticks_us/_ms/_diff
and sleep_us/ms family.

We also provide access to Zephyr's high precision timer as ticks_cpu().

Signed-off-by: Daniel Thompson &lt;daniel.thompson@linaro.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>zephyr: Add Ctrl+C handling.</title>
<updated>2016-10-10T20:02:51+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
</author>
<published>2016-09-29T17:24:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=93c76d2b06e0f52395dc2d5fa1d7fae54c9164f7'/>
<id>93c76d2b06e0f52395dc2d5fa1d7fae54c9164f7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>zephyr: Initial Zephyr RTOS port, MicroPython part.</title>
<updated>2016-10-09T22:35:14+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
</author>
<published>2016-07-22T17:18:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=cff9f02cd735d344552f8c1d6c176e51f5c7f94b'/>
<id>cff9f02cd735d344552f8c1d6c176e51f5c7f94b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
