-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Feature/esp efuse support #15186
base: master
Are you sure you want to change the base?
Feature/esp efuse support #15186
Conversation
[Experimental Bot, please feedback here] Fill In The Commit Message: This PR contains a Commit with an Empty Commit Message. Please fill in the Commit Message with the PR Summary. Yes, this PR appears to meet the basic NuttX requirements, but it's missing some crucial details. Here's a breakdown of what's good and what needs improvement: Strengths:
Weaknesses:
Recommendation: Revise the PR description to provide the missing details. Focus on expanding the Impact and Testing sections to fully address the requirements. A more complete PR description will greatly expedite the review process. |
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.
@eren-terzioglu please update boards Documentation/ to include efuse board profile, include usage example.
Please update also the Peripheral Support table.
Summary
efuse support added to read and write efuses through application code
virtual efuse (efuse simulation) support to test efuse operation codes without damaging the hardware.
Impact
ESP32-C3, ESP32-C6, ESP32-H2
Testing
Configrations used with
CONFIG_ESPRESSIF_EFUSE
option and additionalyCONFIG_ESPRESSIF_EFUSE_VIRTUAL
option enabled:Sample app used to fetch a sample efuse.