Chris Wilson
Chris Wilson
Here's what I see in the UI as well:
One thing I just noticed (not sure if this makes any difference), I went to the Firmware Update page and I saw that the current firmware version was listed as...
@obra no, I don't.
I'm running into what appears to be the same issue, but the workaround suggested by @WardenGnaw doesn't work for me. I ran the "Open Terminal" task as suggested, and I...
@arturo182 does this template use the same JST battery connector as the Adafruit Feather boards? It doesn't look like the same footprint to me. Eagle footprint from Adafruit:  This...
> Use `git stash -u` I tried `git stash -u` but it results in any staged files being removed from the git index (since the index is included in the...
@FlorianWilhelm FYI, as an alternative to `hatch config set dirs.env.virtual .direnv`, if you want to use `.hatch` (as suggested in https://hatch.pypa.io/latest/config/hatch/#environments): ``` hatch config set dirs.env.virtual .hatch ``` Then, in...
> As far as I see your problem is specific to the case when you are trying to add board-specific overlays for a shield that already exists somewhere else. @MaroMetelski...
@tejlmand thanks for the insight on this. > then I could end with a completely different result. FWIW, this is actually the result I'm looking to achieve with this feature...
> @cdwilson could you confirm that #72857 solves the issue described here? @carlescufi sorry for the delay in response, I'm still trying to digest https://github.com/zephyrproject-rtos/zephyr/pull/72857 and understand how I would...