<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openmano-mpy/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>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>all: Convert remaining "mp_uint_t n_args" to "size_t n_args".</title>
<updated>2017-08-30T00:59:58+00:00</updated>
<author>
<name>Damien George</name>
</author>
<published>2017-08-30T00:59:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=71c9cfb028d423bf4760d66b1afe8951335fa5da'/>
<id>71c9cfb028d423bf4760d66b1afe8951335fa5da</id>
<content type='text'>
This is to have consistency across the whole repository.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is to have consistency across the whole repository.
</pre>
</div>
</content>
</entry>
<entry>
<title>all: Make static dicts use mp_rom_map_elem_t type and MP_ROM_xxx macros.</title>
<updated>2017-08-21T11:34:23+00:00</updated>
<author>
<name>Damien George</name>
</author>
<published>2017-08-21T11:34:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=4ec803a42ae3080d4af959c7c2edf81e57f79377'/>
<id>4ec803a42ae3080d4af959c7c2edf81e57f79377</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>zephyr/modzephyr: Add shell_net_iface() function.</title>
<updated>2017-08-20T05:57:34+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
</author>
<published>2017-08-20T05:45:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=478887c62ffae50cbb8e60e24405e2a4eae7b322'/>
<id>478887c62ffae50cbb8e60e24405e2a4eae7b322</id>
<content type='text'>
Calls out to Zephyr's shell, submodule "net", command "iface", and shows
network interface information (if CONFIG_NET_SHELL is enabled).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Calls out to Zephyr's shell, submodule "net", command "iface", and shows
network interface information (if CONFIG_NET_SHELL is enabled).
</pre>
</div>
</content>
</entry>
<entry>
<title>zephyr/prj_96b_carbon.conf: Re-enable networking on Carbon.</title>
<updated>2017-08-19T08:55:18+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
</author>
<published>2017-08-19T08:55:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=394c5366758bf7b77174750007c020075e2507f4'/>
<id>394c5366758bf7b77174750007c020075e2507f4</id>
<content type='text'>
The original issue leading to crash on startup if no default network
interface was presented, was resolved some time ago.

Note that this enables generic networking subsystem, not networking
on Carbon.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The original issue leading to crash on startup if no default network
interface was presented, was resolved some time ago.

Note that this enables generic networking subsystem, not networking
on Carbon.
</pre>
</div>
</content>
</entry>
<entry>
<title>zephyr/modusocket: Update struct sockaddr family field name.</title>
<updated>2017-08-19T08:45:21+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
</author>
<published>2017-08-19T08:45:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=09b561f108965565986a17ded3c4b869ee09fc14'/>
<id>09b561f108965565986a17ded3c4b869ee09fc14</id>
<content type='text'>
Was changed to "sa_family" for POSIX compatibility.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Was changed to "sa_family" for POSIX compatibility.
</pre>
</div>
</content>
</entry>
<entry>
<title>zephyr/prj_base.conf: Enable CONFIG_INIT_STACKS.</title>
<updated>2017-08-16T06:34:13+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
</author>
<published>2017-08-16T06:22:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=9404093606c3c8c45f497a80789ee9ac21040751'/>
<id>9404093606c3c8c45f497a80789ee9ac21040751</id>
<content type='text'>
As required for zephyr.stack_analyze().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As required for zephyr.stack_analyze().
</pre>
</div>
</content>
</entry>
<entry>
<title>zephyr/modzephyr: Add current_tid() and stacks_analyze() functions.</title>
<updated>2017-08-16T06:24:06+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
</author>
<published>2017-08-16T06:17:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=ad937c49aa10e038dacbf27560ce34b76d84f861'/>
<id>ad937c49aa10e038dacbf27560ce34b76d84f861</id>
<content type='text'>
current_tid() returns current thread ID. stacks_analyze() calls
k_call_stacks_analyze() which, with CONFIG_INIT_STACKS enabled,
will print stack usage for some well-known threads in the system.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
current_tid() returns current thread ID. stacks_analyze() calls
k_call_stacks_analyze() which, with CONFIG_INIT_STACKS enabled,
will print stack usage for some well-known threads in the system.
</pre>
</div>
</content>
</entry>
<entry>
<title>all: Make use of $(TOP) variable in Makefiles, instead of "..".</title>
<updated>2017-08-11T02:22:19+00:00</updated>
<author>
<name>Damien George</name>
</author>
<published>2017-08-11T02:22:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=7d4a2f773cc6ce24a91e2d210378188f3371e8a6'/>
<id>7d4a2f773cc6ce24a91e2d210378188f3371e8a6</id>
<content type='text'>
$(TOP) is defined in py/mkenv.mk and should be used to refer to the top
level of this repository.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
$(TOP) is defined in py/mkenv.mk and should be used to refer to the top
level of this repository.
</pre>
</div>
</content>
</entry>
<entry>
<title>zephyr/modusocket: Fully switch to native Zephyr sockets.</title>
<updated>2017-08-09T12:08:27+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
</author>
<published>2017-08-09T10:19:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=63edc2e78b5ed77455caee20989fe708a45a9cb5'/>
<id>63edc2e78b5ed77455caee20989fe708a45a9cb5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
