perlindgren

Results 79 comments of perlindgren

Hi @Marus and @haneefdm. Just to clarify, there is a big difference between tags/releases and just CHANGELOG.md updates. The thing with a tag, is that it amounts to a specific...

Well regarding the SWO, there are essentially two ways to go by. 1) doing all setup from the debugger (under control of the Cortex Debug plugin) 2) doing the target...

To clarify, if I run openocd and gdb from terminal I get the expected: ``` more /tmp/itm.fifo 123 41 2 3 4exti0 a long message no problem ```

Interesting, I don't know exactly what would differ in these scenarios. The Rust implementation to send data over itm, will try to fill whole itm packages (optimizing utilization). Maybe the...

Great. I've been playing around with a logging framework in Rust, and I first thought the problem was on the Rust side, but when running the ITM logging outside of...

The cli tools that we use you find at https://github.com/japaric/itm-tools. So you can test against these to see/verify that stream re-direction works. Unless VSCode steps up when it comes to...

Just checking back to see if there is any progress on the issue.

Looking forward to SWO support for the BMP, this could be useful both in our research projects and in education (where we promote vscode + cortex debug). Overall impressions from...

My understanding is the wrapping usage should be inherited (and that's the behavior of Linux/OSX). To make the generated descriptor work cross platform I can see two ways. Either add...

Hmm, I worked around the problem by manually coding the descriptor, so I don't have a full picture on where its actually required for it to work cross platform. When...