-
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
Add target for CYW9P62S1_43438EVB_01 #11887
Conversation
@kyle-cypress, thank you for your changes. |
Pushed an update to remove board-specific PeripheralNames.h and PinNames.h that are made obsolete by #11884 . |
6be703c
to
8cb90d9
Compare
8cb90d9
to
ad6dd09
Compare
The BT firmware has been added and this is ready to go once #11884 is merged. |
Is this that one 11884 PR is in , this one will be rebased and ready for integration? Just trying to understand the dependencies |
There is no "hard" commit dependency. I.e. all of the commits here will apply cleanly both to current master and after #11884 is merged. However, this target assumes changes to the common Cypress target code in #11884 and will not compile cleanly without them. |
CI started |
Test run: FAILEDSummary: 1 of 4 test jobs failed Failed test jobs:
|
CI restarted |
Test run: SUCCESSSummary: 11 of 11 test jobs passed |
Description (required)
Add target for CYW9P62S1_43438EVB_01
This depends on PR #11884
Summary of change (What the change is for and why)
Documentation (Details of any document updates required)
Pull request type (required)
Test results (required)
GT_FT_P6S1_43438EVB_01_GCC.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.
GT_FT_P6S1_43438EVB_01_GCC_NET.txt
NOTE: The failures are known issues with the integration test suite which we recently enabled. They apply across Cypress targets and will be fixed in a future PR.
Reviewers (optional)
@ARMmbed/team-cypress
Release Notes (required for feature/major PRs)
Summary of changes
Impact of changes
Migration actions required