-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Update MPN for CYW9P62S1_43012EVB_01 board #11901
Conversation
@morser499, thank you for your changes. |
@@ -9257,14 +9257,15 @@ | |||
"features": ["BLE"], | |||
"components_add": ["WHD", "43012", "CYW43XXX"], | |||
"components_remove": ["QSPIF"], | |||
"device_has_remove": ["ANALOGOUT", "CRC", "TRNG", "QSPI"], |
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.
Can you add information why are this being removed to the commit message?
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.
Updated commit message to add details
- Enabled support for CRC & TRNG as the new MPN has a crypto block.
35219df
to
174adcf
Compare
CI started |
Test run: FAILEDSummary: 1 of 4 test jobs failed Failed test jobs:
|
CI restarted |
Test run: FAILEDSummary: 1 of 4 test jobs failed Failed test jobs:
|
Test run: SUCCESSSummary: 11 of 11 test jobs passed |
Description (required)
Update MPN on the CYW9P62S1_43012EVB_01 board to match latest revisions
This depends on PR #11884
Summary of change (What the change is for and why)
Update MPN on the CYW9P62S1_43012EVB_01 board to match latest revisions
Documentation (Details of any document updates required)
Pull request type (required)
Test results (required)
CYW9P62S1_43012EVB_01.txt
NOTE: The kvstore failures are due to #11879. The sleep failures are due to a known incompatibility between the sleep tests and our UART driver.
Reviewers (optional)
Release Notes (required for feature/major PRs)
Summary of changes
Impact of changes
Migration actions required