Chris Duf

Results 8 comments of Chris Duf

> Hi i have fixed this issue on my side by, so mayby this can be fixed in zephyr-os/west > > ``` > diff --git a/scripts/west_commands/runners/jlink.py b/scripts/west_commands/runners/jlink.py > index 579bb81212..d6aad8065a...

> Ok, i needed some quick fix, to do my work this was the easiest for me, like 3 minutes of work. Fine. Thanks for reporting and narrowing the issue.

Should be fixed by pylink 0.14.2 (Works for me TM). @asarbs, could you confirm it's also fixed for you, so that we can close this issue ? Thanks. -- chris

I'll close this: - OP (@asarbs) did not confirm he could reproduce the issue with pylink 0.14.2 - I'm a frequent user of JLink/Zephyr myself, subscribed to most of Zephyr...

We now rely on CMake cached variables, when possible, to get closer to the bindings search path specified by [Where bindings are located](https://docs.zephyrproject.org/latest/build/dts/bindings.html#where-bindings-are-located): - the zephyr repository: `$ZEPHYR_BASE/dts/bindings`, as usual...

Not really a bug since f177a15, dropping the *Bug* label and closing. Feel free to re-open. Thanks. -- chris

DTSh 0.2.4 includes a work around for this issue (commit e3f982845d54288c5ce73238c95fcb9b65064ab6). Keeping it open since we may revert our patch when the bug is fixed upstream in Textualize's rich library.

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