I'd really like to be able to set the path to nrfuitl in the extension so I do not have to put int on my system path, but rather keep it contained in my project.
I'd really like to be able to set the path to nrfuitl in the extension so I do not have to put int on my system path, but rather keep it contained in my project.
As far as I've read, nrfutil is inside the toolchain. I use SDK and toolchain version 3,2,3.
I don't have nrfutil inside a directory which is listed in the environment path, and I can call nrfutil from within a terminal inside VSCode.
Did I understand your question correctly, or is my answer out of scope?
Ah. I didn't realize that the nrfconnect toolchain downloads included it. I use toolchain from 'PATH' with the zephyr toolchain directly and thus control where I install that too, so it doesn't ship nrfutil and I install it myself.
This is why I need to set the directory for it. I'd also like to point to where jlink would live too. Currently jlink isn't that big of a deal since i just install the linux package, but i'd prefer not to do that as well.
Ah. I didn't realize that the nrfconnect toolchain downloads included it. I use toolchain from 'PATH' with the zephyr toolchain directly and thus control where I install that too, so it doesn't ship nrfutil and I install it myself.
This is why I need to set the directory for it. I'd also like to point to where jlink would live too. Currently jlink isn't that big of a deal since i just install the linux package, but i'd prefer not to do that as well.