martin
martin
I'm using bugst/go-serial to send data from my computer to a embedded system. My current application uses some buffering and C-libraries to handle the data (framing) so I have to...
I was setting up gRPC for an electron app which is supposed to communicate with a python application. After a bit of struggling to get the basic communication up and...
I've installed todo-comments and I'm seeing this error message when I'm going back to normal mode from insert mode using ``. I'm not really familiar with lua so I wouldn't...
Hi, this PR contains the fifth draft article for the article series about Zephyr. This one's about advanced devicetree concepts (practical application of devicetree) including `pinctrl`.
Hi, this PR contains the sixth and final draft article for the article series about Zephyr. This one's about west workspaces.
**Describe the bug** I am using two components `CostSection` and `CostSectionCopy` where the variant is selected using the property `SectionTrend`. Both components thus use the same property name. In my...
According to the Matter-1.4 Device Library Specification (also in the 1.3 version) the attribute "OnLevel" is not required for the "Dimmable Light" device type: It is not listed in the...
I'm trying to understand if it is possible to perform top-down (incoming) trace checks in sphinx-needs. E.g., I have a system requirements document and I need to ensure that all...
This is definitely just a nice-to-have issue, but it would make declaring strict grammars less redundant. ## Description I'd like to have a base grammar defining the fundamental structure of...
I'm seeing a similar behavior as described in https://github.com/Marus/cortex-debug/issues/635; the debug extension hangs after I'm trying to disconnect from an external GDB server. The exact steps that I'm performing are:...