<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/zephyr, branch 2.2.0</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=2.2.0</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=2.2.0'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2017-08-21T11:34:23+00:00</updated>
<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>
<email>damien.p.george@gmail.com</email>
</author>
<published>2017-08-21T11:34:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=4ec803a42ae3080d4af959c7c2edf81e57f79377'/>
<id>urn:sha1:4ec803a42ae3080d4af959c7c2edf81e57f79377</id>
<content type='text'>
</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>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2017-08-20T05:45:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=478887c62ffae50cbb8e60e24405e2a4eae7b322'/>
<id>urn:sha1: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>
</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>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2017-08-19T08:55:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=394c5366758bf7b77174750007c020075e2507f4'/>
<id>urn:sha1: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>
</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>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2017-08-19T08:45:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=09b561f108965565986a17ded3c4b869ee09fc14'/>
<id>urn:sha1:09b561f108965565986a17ded3c4b869ee09fc14</id>
<content type='text'>
Was changed to "sa_family" for POSIX compatibility.
</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>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2017-08-16T06:22:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=9404093606c3c8c45f497a80789ee9ac21040751'/>
<id>urn:sha1:9404093606c3c8c45f497a80789ee9ac21040751</id>
<content type='text'>
As required for zephyr.stack_analyze().
</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>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2017-08-16T06:17:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=ad937c49aa10e038dacbf27560ce34b76d84f861'/>
<id>urn:sha1: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>
</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>
<email>damien.p.george@gmail.com</email>
</author>
<published>2017-08-11T02:22:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=7d4a2f773cc6ce24a91e2d210378188f3371e8a6'/>
<id>urn:sha1: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>
</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>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2017-08-09T10:19:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=63edc2e78b5ed77455caee20989fe708a45a9cb5'/>
<id>urn:sha1:63edc2e78b5ed77455caee20989fe708a45a9cb5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>zephyr/modusocket: recv: Switch to native sockets.</title>
<updated>2017-08-09T07:22:41+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2017-08-09T07:22:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=cb7ecda9f0a1eac1d0b2a3148f5af592c5aa6211'/>
<id>urn:sha1:cb7ecda9f0a1eac1d0b2a3148f5af592c5aa6211</id>
<content type='text'>
</content>
</entry>
<entry>
<title>zephyr/modusocket: send: Switch to native sockets.</title>
<updated>2017-08-09T07:17:15+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2017-08-09T07:17:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=675ceb2dd9b66285b22c5e6a2a2d1a95036c3882'/>
<id>urn:sha1:675ceb2dd9b66285b22c5e6a2a2d1a95036c3882</id>
<content type='text'>
</content>
</entry>
</feed>
