TOPLLab / WARDuino

📟 A dynamic WebAssembly VM for embedded systems
https://topllab.github.io/WARDuino/
Mozilla Public License 2.0
72 stars 7 forks source link

Fix debugger for ESP-IDF version #215

Closed tolauwae closed 8 months ago

tolauwae commented 8 months ago

Fixes #212

tolauwae commented 8 months ago

@carllocos I am also still primarily using the Arduino version, but slowly migrating to the esp-idf version. One reason it to use the JTAG of some new boards we got: https://topllab.github.io/WARDuino/reference/development.html#esp32-wrover-kit-v4-1-tutorial

I might have an extra for you, if you want to give it a try.

Should work with Arduino as well, but haven't tried it yet.

carllocos commented 8 months ago

That is indeed a very good reason. Thanks in advance.