-
Notifications
You must be signed in to change notification settings - Fork 239
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 initial support for the ESP32-P4 #1101
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did a quick initial review and everything looks good! Will do a better review on Monday. Tried the hello-world
example, and it was working, but I had to use --no-stub
even when using latest main
of espflash
as the current stub of esptool
does not work, at least for me (maybe its worth upgrading the custom runner for the time being)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me! Thanks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thank you!
This doesn't do much of anything yet, but at least allows us to build and flash a simple application.
The
esp32p4-hal
package is currently not being checked by the MSRV job in CI; we need to have some discussion regarding this and update our MSRV and how we check it, but that's outside the scope of this PR.There are a couple git dependencies/patches, but they can all easily be resolved prior to the next release so not gonna worry about them right now.
I have purposefully not documented the features in the module documentation for
esp32p4-hal
, I'm currently working on updating these for all packages.