-
Notifications
You must be signed in to change notification settings - Fork 7k
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
soc: espressif: esp32c6: Add LP_CORE support #84092
base: main
Are you sure you want to change the base?
Conversation
49723e7
to
d03f5f3
Compare
The following west manifest projects have changed revision in this Pull Request:
⛔ DNM label due to: 1 project with PR revision Note: This message is automatically posted and updated by the Manifest GitHub Action. |
f798daf
to
4be9e15
Compare
Please split the commits: one for SoC changes, one for board, and one for each test. |
4be9e15
to
62d04da
Compare
@dcpleung Wouldn't that affect bisectability? This PR doesn’t just add a new target; it also modifies an existing one. |
ac7625c
to
e58acc7
Compare
7759633
to
c7ddd51
Compare
e53d8a2
to
b17bb78
Compare
Add ULP Coprocessor support for ESP32C6. Signed-off-by: Lucas Tamborrino <[email protected]>
b17bb78
to
3df3f5a
Compare
Add ULP Coprocessor board support for C6. This requires a change in the board qualifier depending on the build target. Update esp32c6 overlay and configuration files to the proper name. Signed-off-by: Lucas Tamborrino <[email protected]>
Add ULP directory for samples related to the Ultra Low Power Coprocessor. Add a sample to demonstrate the debug process of the LP Core Signed-off-by: Lucas Tamborrino <[email protected]>
e9e4c0d
3df3f5a
to
e9e4c0d
Compare
@@ -162,7 +162,7 @@ manifest: | |||
groups: | |||
- hal | |||
- name: hal_espressif | |||
revision: fbbe8f22f34cadc43b69f9eb3fca10e301874e36 |
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.
as a good practice, I suggest moving manifest changes as a first commit or part of the first commit.
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.
That would mess with bissectability, changes in HAL are valid from this commit forward
This requires a change in the board qualifier depending on the build
target.