-
Notifications
You must be signed in to change notification settings - Fork 436
Initial ESP32-P4 support #5400
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
Merged
Merged
Initial ESP32-P4 support #5400
Changes from all commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
ecdcc4f
Import ESP32-P4 support files from florianL21/esp32p4-support
pmnxis e32739a
Add esp32p4 feature and update memory.x for P4X (chip rev v3.x)
pmnxis a19cdff
ESP32-P4X v3.x alignment: clocks, CLIC, PSRAM HEX, Zcmp workaround
pmnxis 6c5ffb2
Merge upstream/main into pmnxis/esp32p4x
pmnxis 35b3f78
Reformat with cargo xtask fmt-packages
pmnxis b9d606d
Revert modification tooling of esp-hal by clippy
pmnxis 0250e7a
Addressing comment avoid DW DMA
pmnxis b1545b0
Remove redundant interrupt provides from esp32p4.x PAC
pmnxis 6a788e9
Addressing comment USB and wrong metadata P4
pmnxis 4381c33
P4 cpu_wait_mode_on, per-core WAITI_ICG_EN read.
pmnxis e68b4ac
Remove some reference tracking comment (p4)
pmnxis aa9c0dd
Tyding to latest esp-hal (b2905c3)
pmnxis b0b003d
Addressing comment about crc and md5 rom
pmnxis 87acd4a
Tyding esp32p4 rom ld for eco5 and idf 6.0.1
pmnxis 5767684
Merge branch 'main' into pmnxis/esp32p4x
pmnxis a3fcece
PSRAM porting for P4X
pmnxis db7914d
Remove uselesss comment
pmnxis b6500bc
Tyding to latest clock code #5461
pmnxis 48176ce
Cleanup esp32p4x branch from useless modification
pmnxis 61fde81
Annotate P4 PAC drift sites with esp-pacs TODO markers
pmnxis 05fbcfc
formatting for new esp32p4 support files
pmnxis 1b0834e
To passing Machete cicd
pmnxis a8c86ee
Lint for P4X, but not fix them all
pmnxis a6fd7e5
Add better comment on clic.rs
pmnxis a1cc3ad
Delete p4 radio clk and fix right l2mem cfg comment
pmnxis 1b91a7e
Important note about clic.rs
pmnxis 11c6c5d
Merge branch 'main' into pmnxis/esp32p4x
pmnxis ccf1641
Tyding to latest #5473
pmnxis 9b9772e
Merge branch 'esp-rs:main' into pmnxis/esp32p4x
pmnxis 23adb5d
Apply ChangeLog considering cicd
pmnxis 4f1d754
Consider fmt-packages for P4
pmnxis da5cc24
Merge branch 'main' into pmnxis/esp32p4x
pmnxis 7030d87
Fix esp-println and enable the hello_world examples
bugadani da20b34
Enable the GPIO example
bugadani 2d84eb7
Merge branch 'main' into pmnxis/esp32p4x
pmnxis File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Maybe this is out of scope. But touched.
Because when I look on the code and add P4 here, looks like C5/C61 is already supported in esp-hal