aboutsummaryrefslogtreecommitdiff
path: root/zephyr/prj_base.conf
AgeCommit message (Collapse)Author
2017-08-20zephyr/modzephyr: Add shell_net_iface() function.Paul Sokolovsky
Calls out to Zephyr's shell, submodule "net", command "iface", and shows network interface information (if CONFIG_NET_SHELL is enabled).
2017-08-16zephyr/prj_base.conf: Enable CONFIG_INIT_STACKS.Paul Sokolovsky
As required for zephyr.stack_analyze().
2017-08-07zephyr/modusocket: Allow to use socketized net_context in upstream.Paul Sokolovsky
Accesses recv_q, accept_q directly in net_context.
2017-05-13zephyr/modusocket: Implement getaddrinfo().Paul Sokolovsky
2017-05-13zephyr/modusocket: Wrap pkt_get_info() call.Paul Sokolovsky
The most important info it returns are numbers of free buffers in different pools (rx/tx packet headers, data fragments).
2017-04-19zephyr/modmachine: Implement machine.reset().Paul Sokolovsky
2017-04-03zephyr/prj_base.conf: Add config for net_buf logging.Paul Sokolovsky
Disabled by default.
2017-03-29zephyr/prj_base.conf: Enable TCP (and UDP explicitly).Paul Sokolovsky
2017-03-27zephyr/prj_base.conf: Disable legacy kernel compatibility.Paul Sokolovsky
This keeps dependency on mdef, sysgen and other stuff which complicates build integration.
2017-02-14zephyr: Enable IPv6 networking in addition to IPv4.Paul Sokolovsky
2017-01-27zephyr: Allow to have per-board Zephyr config fragments.Paul Sokolovsky
To enable options which may be incompatible with other boards, etc.