Skip to content
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

nimble/drivers: Add driver for SKY66405 FEM #1854

Merged
merged 1 commit into from
Sep 10, 2024

Conversation

andrzej-kaczmarek
Copy link
Contributor

This adds driver for SKY66405 FEM.

The bypass function is only supported using dedicated pin (CPS). Enabling bypass by setting both CTX and CRX to high state is not supported due to limitation in FEM API.

@github-actions github-actions bot added the size/M Medium PR label Aug 30, 2024
Copy link
Contributor

@sjanc sjanc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

one nitpick, otherwise LGTM

* under the License.
*/

#include <assert.h>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this needed?

This adds driver for SKY66405 FEM.

The bypass function is only supported using dedicated pin (CPS).
Enabling bypass by setting both CTX and CRX to high state is not
supported due to limitation in FEM API.
@andrzej-kaczmarek andrzej-kaczmarek merged commit 2fa42c3 into apache:master Sep 10, 2024
18 checks passed
@andrzej-kaczmarek andrzej-kaczmarek deleted the fem-sky66405 branch September 10, 2024 09:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size/M Medium PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants