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 initial support for the ESP32-P4 #1101

Merged
merged 6 commits into from Jan 22, 2024

Conversation

jessebraham
Copy link
Member

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.

Copy link
Member

@SergioGasquez SergioGasquez left a 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)

esp-hal-common/src/soc/esp32p4/peripherals.rs Show resolved Hide resolved
README.md Show resolved Hide resolved
Copy link
Contributor

@bjoernQ bjoernQ left a 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

Copy link
Member

@SergioGasquez SergioGasquez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

Copy link
Member

@MabezDev MabezDev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thank you!

@MabezDev MabezDev added this pull request to the merge queue Jan 22, 2024
Merged via the queue into esp-rs:main with commit e5cd1bd Jan 22, 2024
18 checks passed
@jessebraham jessebraham deleted the feature/esp32p4-hal branch January 23, 2024 15:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants