-
Notifications
You must be signed in to change notification settings - Fork 3k
Cypress 5.14 rollup #11367
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
Cypress 5.14 rollup #11367
Conversation
Fix incorrect file names in a few headers
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.
Allow more flexibile configuration for BLE radio pins
Migrate to using ThisThread::sleep_for instead.
Fixes are for CY8CKIT_062S2_43012 and CY8CPROTO_062_4343W
Enable QSPI and Watchdog Define additional macros to enable more generic BSP code Allow deep sleep latency to be set by configurator-generated code
@kyle-cypress, thank you for your changes. |
CI started PRs look good to me, PRs were reviewed separately |
Test run: FAILEDSummary: 3 of 4 test jobs failed Failed test jobs:
|
This was added to TARGET_PSOC6 which TARGET_SEQUANA inherits from, but TARGET_SEQUANA doesn't implement WATCHDOG
Greentea test logs attached. CY8CKIT_062_BLE-GCC_ARM.txt |
Pushed 095e8df to address CI failure. |
CI restarted |
@kyle-cypress Once we integrate this one, what is the next , I can still few others opened |
Test run: SUCCESSSummary: 11 of 11 test jobs passed |
One more travis restart and we should be good to go |
They were closed. If these would have been added via merge , Github would automatically close them . I did manually all of them. Please verify |
Remaining from our side for PSoC targets are: There shouldn't be any ordering dependencies between these; all are independent changes and now apply cleanly on master. |
Looks good. Thanks! |
Description
Rollup of several related PRs that modify Cypress targets, rebased onto latest master. This incorporates the changes from the following PRs:
#11321
#11323
#11327
#11320
#11328
Pull request type
Reviewers
@ARMmbed/team-cypress
Release Notes