Paul Sokolovsky
|
478887c62f
|
zephyr/modzephyr: Add shell_net_iface() function.
Calls out to Zephyr's shell, submodule "net", command "iface", and shows
network interface information (if CONFIG_NET_SHELL is enabled).
|
2017-08-20 08:57:34 +03:00 |
|
Paul Sokolovsky
|
9404093606
|
zephyr/prj_base.conf: Enable CONFIG_INIT_STACKS.
As required for zephyr.stack_analyze().
|
2017-08-16 09:34:13 +03:00 |
|
Paul Sokolovsky
|
642d9fd2a5
|
zephyr/modusocket: Allow to use socketized net_context in upstream.
Accesses recv_q, accept_q directly in net_context.
|
2017-08-07 21:36:57 +03:00 |
|
Paul Sokolovsky
|
0c57979ce2
|
zephyr/modusocket: Implement getaddrinfo().
|
2017-05-13 16:42:35 +03:00 |
|
Paul Sokolovsky
|
c022c9a2f0
|
zephyr/modusocket: Wrap pkt_get_info() call.
The most important info it returns are numbers of free buffers
in different pools (rx/tx packet headers, data fragments).
|
2017-05-13 15:23:31 +03:00 |
|
Paul Sokolovsky
|
5846770997
|
zephyr/modmachine: Implement machine.reset().
|
2017-04-19 13:28:36 +03:00 |
|
Paul Sokolovsky
|
4c392243ae
|
zephyr/prj_base.conf: Add config for net_buf logging.
Disabled by default.
|
2017-04-03 12:07:56 +03:00 |
|
Paul Sokolovsky
|
e93c4ca181
|
zephyr/prj_base.conf: Enable TCP (and UDP explicitly).
|
2017-03-29 00:46:06 +03:00 |
|
Paul Sokolovsky
|
dbb2aea428
|
zephyr/prj_base.conf: Disable legacy kernel compatibility.
This keeps dependency on mdef, sysgen and other stuff which complicates
build integration.
|
2017-03-27 17:06:30 +03:00 |
|
Paul Sokolovsky
|
64916436b2
|
zephyr: Enable IPv6 networking in addition to IPv4.
|
2017-02-14 16:23:54 +03:00 |
|
Paul Sokolovsky
|
1df1642b70
|
zephyr: Allow to have per-board Zephyr config fragments.
To enable options which may be incompatible with other boards, etc.
|
2017-01-27 23:42:11 +03:00 |
|