Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add svd files for debugging #46

Open
SergioGasquez opened this issue Apr 27, 2023 · 1 comment
Open

Add svd files for debugging #46

SergioGasquez opened this issue Apr 27, 2023 · 1 comment

Comments

@SergioGasquez
Copy link
Member

See esp-rs/esp-idf-template#96

@jessebraham
Copy link
Member

We had some brief discussion regarding this yesterday. There are some problems here with regards to ensuring that users have the correct version of the SVD.

We are able to tag the PAC releases and use this tool to download the correct version of the SVD from esp-pacs, which at least ensures that the correct file is present when generating a project. However, if/when users update their HAL dependency and a new PAC is used, then the SVD will be out of date, and it's not clear how to resolve this.

We will have to spend some more time thinking about how we want to approach this, or if we want to commit to implementing this feature at all.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

2 participants