Mikolaj Stawiski
Mikolaj Stawiski
My work as per our discussion under #56
Hi, compiling under GCC for ESP32 (idf version 4.4) produces a warning: ``` ../components/cli/SimpleCLI/src/c/cmd.c: In function 'cmd_parse': ../components/cli/SimpleCLI/src/c/cmd.c:258:20: warning: this statement may fall through [-Wimplicit-fallthrough=] if (prefix != '-') {...
Hello, I'd like to attach to an existing session from pylink, instead of opening new connection the same way the JLink RTT Viewer does. The `open()` and `connect()` APIs don't...
Hi, First of all, this is a great tool Maksim. Good job 👍 I had some trouble getting it to work, which after some debugging turned out to be hardware...
Hi, First of all, great repo 👍 I'm opening new issue that relates to: https://github.com/ObKo/stm32-cmake/issues/159 I ran into the same problem as the author of that issue. Basically as soon...
Am I the only one for whom Docker doesn't build? 😮 Docker seems to build in CI on master branch, whereas I get: ``` Auto-GPT % docker build -t autogpt...