summaryrefslogtreecommitdiff
path: root/zephyr/modzephyr.c
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/modzephyr: Add current_tid() and stacks_analyze() functions.Paul Sokolovsky
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.
2017-03-09zephyr/modzephyr: Fix typo in identifier.Paul Sokolovsky
2017-03-08zephyr/modzephyr: Add a module for Zephyr-specific things.Paul Sokolovsky
Mostly intended to ease experimentation, no particular plans for APIs so far (far less their stability), is_preempt_thread() provided is mostly an example.