-
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 PSoC 6 BSP Targets #11323
Update PSoC 6 BSP Targets #11323
Conversation
@kyle-cypress, thank you for your changes. |
Ci started |
Test run: FAILEDSummary: 3 of 4 test jobs failed Failed test jobs:
|
010d183
to
ae40c95
Compare
This avoids a stack overflow if sleep is called for the first time from the idle thread (which by default has a fairly small stack, and which is already fairly deep by the time it calls into the usticker adapter)
Enables code examples/end user applications to override if necessary Add BSP_DESIGN_MODUS component by default to all PSOC6 boards. Applications can remove this if necessary.
For kit targets that inherit from a module, move the kit a top-level target folder rather than nesting underneath the module folder, to avoid too-long-path issues on Windows. Note this only changes the folder layout, not the inheritance.
Include all configurator design files with each BSP
Only include the CM4 startup code and linker scripts with the target for each board.
ae40c95
to
d9bb4f0
Compare
@kyle-cypress To simplify the integration as we lost some time due to internal CI issues. I can see this one needs rebase and others might need also. Lets do a rollup PR - one PR including all "needs: CI" Prs related to PSOC6. Few PRs were already reviewed and approved. Can you create one PR integrating these dependancies together and reference what PRs are included (we can run one CI job to test it instead of 5x running). That PR would close automatically all of these. Let us know. |
Integrated via #11367 |
Description
Restructure PSoC6 target contents for improved maintainability.
Misc updates to board configuration firmware.
This PR is dependent on #11321 and #11324
Pull request type
Reviewers
@ARMmbed/team-cypress
Release Notes