Chris Duf

Results 6 issues of Chris Duf

On Linux and macOS, the single constant `JLINK_SDK_NAME` has been used internally by the pylink `Library` class as both: - the library name parameter for the ctypes API `find_library()` -...

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 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...