-
Notifications
You must be signed in to change notification settings - Fork 3k
Cordio LPA for Cypress targets #11327
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
Conversation
@kyle-cypress, thank you for your changes. |
* | ||
******************************************************************************** | ||
* \copyright | ||
* Copyright 2019-2020, Cypress Semiconductor Corporation. All rights reserved. |
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 align the license as other files from PSOC6 ? This is not a license we can accept.
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.
Fixed
Allow more flexibile configuration for BLE radio pins
Migrate to using ThisThread::sleep_for instead.
ccae106
to
200902a
Compare
} | ||
|
||
void CyH4TransportDriver::initialize() | ||
{ | ||
#if (defined(MBED_TICKLESS) && DEVICE_SLEEP && DEVICE_LPTICKER) |
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.
Doesn't MBED_TICKLESS
contain sleep at least ?
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.
While https://os.mbed.com/docs/mbed-os/v5.13/porting/tickless.html states that target should support Sleep HAL API to enable TICKLESS, MBED has no checks that we can find to ensure that DEVICE_SLEEP is set if MBED_TICKLESS is set (i.e. there does not seem to be a technical means by which one implies the other). Therefore, the current implementation is cautious.
Fixes are for CY8CKIT_062S2_43012 and CY8CPROTO_062_4343W
Integrated via #11367 |
Description
Improve Cordio Low Power Assist.
Minor fixes/enhancements to driver
This PR is dependent on #11323 and #11324
Pull request type
Reviewers
@ARMmbed/team-cypress
Release Notes