| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-08-20 | zephyr/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-16 | zephyr/prj_base.conf: Enable CONFIG_INIT_STACKS. | Paul Sokolovsky | |
| As required for zephyr.stack_analyze(). | |||
| 2017-08-07 | zephyr/modusocket: Allow to use socketized net_context in upstream. | Paul Sokolovsky | |
| Accesses recv_q, accept_q directly in net_context. | |||
| 2017-05-13 | zephyr/modusocket: Implement getaddrinfo(). | Paul Sokolovsky | |
| 2017-05-13 | zephyr/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-19 | zephyr/modmachine: Implement machine.reset(). | Paul Sokolovsky | |
| 2017-04-03 | zephyr/prj_base.conf: Add config for net_buf logging. | Paul Sokolovsky | |
| Disabled by default. | |||
| 2017-03-29 | zephyr/prj_base.conf: Enable TCP (and UDP explicitly). | Paul Sokolovsky | |
| 2017-03-27 | zephyr/prj_base.conf: Disable legacy kernel compatibility. | Paul Sokolovsky | |
| This keeps dependency on mdef, sysgen and other stuff which complicates build integration. | |||
| 2017-02-14 | zephyr: Enable IPv6 networking in addition to IPv4. | Paul Sokolovsky | |
| 2017-01-27 | zephyr: Allow to have per-board Zephyr config fragments. | Paul Sokolovsky | |
| To enable options which may be incompatible with other boards, etc. | |||
