summaryrefslogtreecommitdiffstatshomepage
path: root/zephyr/modzephyr.c
Commit message (Collapse)AuthorAge
* zephyr/modzephyr: Add shell_net_iface() function.Paul Sokolovsky2017-08-20
| | | | | Calls out to Zephyr's shell, submodule "net", command "iface", and shows network interface information (if CONFIG_NET_SHELL is enabled).
* zephyr/modzephyr: Add current_tid() and stacks_analyze() functions.Paul Sokolovsky2017-08-16
| | | | | | 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.
* zephyr/modzephyr: Fix typo in identifier.Paul Sokolovsky2017-03-09
|
* zephyr/modzephyr: Add a module for Zephyr-specific things.Paul Sokolovsky2017-03-08
Mostly intended to ease experimentation, no particular plans for APIs so far (far less their stability), is_preempt_thread() provided is mostly an example.