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

Create a PAC for the ESP32-P4 #81

Closed
jessebraham opened this issue Jan 24, 2023 · 4 comments · Fixed by #169
Closed

Create a PAC for the ESP32-P4 #81

jessebraham opened this issue Jan 24, 2023 · 4 comments · Fixed by #169
Assignees
Labels
chip support Add support for a new device

Comments

@jessebraham
Copy link
Member

I still haven't created an SVD for this chip yet, but once I do I'll get a PAC made up.

@jessebraham jessebraham added the chip support Add support for a new device label Jan 24, 2023
@jessebraham jessebraham self-assigned this Jan 24, 2023
@jessebraham jessebraham pinned this issue Jul 6, 2023
@jessebraham
Copy link
Member Author

I started work on the SVD for this device earlier this week. There is still a fair bit of work left to do there so I'm not sure when it will be ready, but it's on the way at least.

@felipebalbi
Copy link

felipebalbi commented Jul 28, 2023

I started work on the SVD for this device earlier this week.

unrelated to your work, just generally curious. Are you writing the SVD by hand based on documentation alone? I'm assuming Espressif did not provide an SVD, then. Correct?

@jessebraham
Copy link
Member Author

Essentially we (Espressif) have some internal file format which is used by the digital team to describe the registers/fields for each peripheral. I have written a tool which consumes these files and spits out an SVD. However, these files unfortunately are not perfect, and also they aren't necessarily structured in the way we want them to be in the SVDs, so some manual intervention is still required.

@jessebraham
Copy link
Member Author

The SVD is probably ready for an initial release, however I still do not have hardware so there's not much rush. I will continue to refine the SVD in the meantime, and will likely have a PAC pushed within the next month or so.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chip support Add support for a new device
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants