esp-rs / esp-idf-template

A "Hello, world!" template of a Rust binary crate for the ESP-IDF framework.
373 stars 44 forks source link

Missing svdPath for Debugging #96

Open Vollbrecht opened 1 year ago

Vollbrecht commented 1 year ago

The container setup has support for debugging, though the vscode setup dont provide an svd file + it dont have it integrated inside the vscode config.

svd file allows the debugger to access the PeripheralView on registers

SergioGasquez commented 1 year ago

Some ideas that were discussed: