dtsh icon indicating copy to clipboard operation
dtsh copied to clipboard

Shell-like interface to devicetrees

Results 6 dtsh issues
Sort by recently updated
recently updated
newest added

When no bindings directories are specified, but the `ZEPHYR_BASE` environment variable is set, `dtsh` will default to the bindings defined and provided by the Zephyr project. The bindings search path...

bug

When distributed independently of Zephyr, DTSh has to re-package snapshots of the [python-devicetree](https://github.com/zephyrproject-rtos/zephyr/tree/main/scripts/dts/python-devicetree) library, which is normally part of Zephyr's devicetree tooling (5e803eb). Zephyr users will then end up with...

When using the `cat` command to show the specifications of node properties, they all appear to be defined (actually *last modified*) by the node bindings itself, not the YAML file...

bug

For auto-completion, command history and key bindings, DTSh relies on the GNU Readline (*libreadline*) variant of the standard Python `readline` [API](https://docs.python.org/fr/3.8/library/readline.html). On GNU Linux, Python should load *libreadline* by default....

The current SIGINT handler in interactive sessions simply ignores it. This is not the behavior of most shells, which respond to SIGINT by restarting the prompt. This patch changes the...

The bottom of the last line of a captured command output **is** truncated when redirected to SVG files. This is barely visible, but: - obvious if the last line contains...