feat: added esp-p4 support#1038
Conversation
WalkthroughThe changes involve the addition of a new Changes
Poem
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (1)
- bundles/com.espressif.idf.core/plugin.xml (1 hunks)
Additional comments not posted (1)
bundles/com.espressif.idf.core/plugin.xml (1)
304-311: Addition of new ToolChain entry for esp32p4The new
ToolChainentry for theesp32p4variant has been added correctly. Ensure that the correspondingtoolchain-esp32p4.cmakefile exists and is correctly configured.The code changes are approved.
Run the following script to verify the existence of the
toolchain-esp32p4.cmakefile:
Description
Added esp-p4 target.
Fixes # (IEP-1315)
Type of change
Please delete options that are not relevant.
How has this been tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Test Configuration:
Dependent components impacted by this PR:
Checklist
Summary by CodeRabbit
esp32p4toolchain configuration, enhancing compatibility with a wider range of hardware targets.