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

ESP32-P4: Enable efuse #1114

Merged
merged 2 commits into from
Jan 25, 2024
Merged

Conversation

bjoernQ
Copy link
Contributor

@bjoernQ bjoernQ commented Jan 25, 2024

This is probably not the most awaited functionality but it removes a lot of "unused" code warnings
Seems that the way we parse and use the efuse CSV is a bit different from how esp-idf does regarding those unnamed elements

This now works at least

    println!("MAC {:02x?}", Efuse::get_mac_address());

Copy link
Contributor

@JurajSadel JurajSadel left a comment

Choose a reason for hiding this comment

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

LGTM, thanks!

@jessebraham jessebraham added this pull request to the merge queue Jan 25, 2024
Merged via the queue into esp-rs:main with commit 43f212d Jan 25, 2024
18 checks passed
@bjoernQ bjoernQ deleted the feature/esp32p4-efuse branch November 26, 2024 08:42
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.

3 participants