-
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 CY8CPROTO-062S3-4343W #11886
Conversation
@kyle-cypress, thank you for your changes. |
"CY8CMOD_062S3_4343W": { | ||
"inherits": ["MCU_PSOC6_M4"], | ||
"features": ["BLE"], | ||
"components_add": ["WHD", "4343W", "CYW43XXX"], |
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.
What are these components? Are those drivers for external HW? If not they shouldn't be in components.
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.
Yes, these are drivers for the external Wifi and BT radio, which were changed to a component in #11840 .
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.
Also CYW43XXX
?
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.
Yes, all three are related to external radio support.
d8c027e
to
0a49be4
Compare
Pushed an update to remove board-specific PinNames.h that is made obsolete by #11884 . |
CI started |
Test run: FAILEDSummary: 1 of 4 test jobs failed Failed test jobs:
|
IAR failures look related , please review
|
The `CY_PRAGMA` macro is used in certain build scenarios with IAR, but it is not defined without including "cy_syslib.h"
0a49be4
to
c736afa
Compare
CI restarted |
Test run: SUCCESSSummary: 11 of 11 test jobs passed |
Description (required)
Add target for Cypress board CY8CPROTO-062S3-4343W
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_PROTO_062S3_4343W_GCC_ARM.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_PROTO_062S3_4343W-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