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

nrf_modem: add dect-phy binaries #44

Merged
merged 1 commit into from
Apr 16, 2024

Conversation

eivindj-nordic
Copy link
Collaborator

Add Dect NR+ PHY modem library binaries to nrfxlib.

@eivindj-nordic eivindj-nordic self-assigned this Mar 21, 2024
@eivindj-nordic eivindj-nordic force-pushed the dect_phy_sample branch 2 times, most recently from 1f23507 to c39a106 Compare March 21, 2024 09:57
@eivindj-nordic eivindj-nordic force-pushed the dect_phy_sample branch 2 times, most recently from 4cca82c to 818443e Compare April 9, 2024 06:58
@eivindj-nordic eivindj-nordic force-pushed the dect_phy_sample branch 2 times, most recently from 1bd1d8f to 6d49271 Compare April 10, 2024 10:37
@@ -0,0 +1,1190 @@
/*
* Copyright (c) 2022 Nordic Semiconductor ASA. All Rights Reserved.
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
* Copyright (c) 2022 Nordic Semiconductor ASA. All Rights Reserved.
* Copyright (c) 2024 Nordic Semiconductor ASA. All Rights Reserved.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This is not new, but has existed in nrf-dect repo for a time, so I don't think it is correct to have 2024 here.

Copy link
Owner

@lemrey lemrey left a comment

Choose a reason for hiding this comment

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

Looks good, structure is correct -- just a minor comment.
We can go ahead and call it cellular.

bool "Link LTE binary"

config NRF_MODEM_LINK_BINARY_DECT_PHY
bool "Link DECT binary"
Copy link
Owner

Choose a reason for hiding this comment

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

Perhaps DECT PHY is more correct here?

Copy link
Collaborator

Choose a reason for hiding this comment

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

Renamed in the second commit (lte->cellular rename commit). Maybe it should be in the first.

@lemrey
Copy link
Owner

lemrey commented Apr 16, 2024

Could we avoid adding the binaries & headers here? We only need the CMakeLists.txt and Kconfig updates.

@eivindj-nordic
Copy link
Collaborator Author

Could we avoid adding the binaries & headers here? We only need the CMakeLists.txt and Kconfig updates.

I would like to keep it to be able to build NCS (dect) samples on the integration branches without building from source.

@eivindj-nordic eivindj-nordic force-pushed the dect_phy_sample branch 3 times, most recently from c797117 to d1eb49a Compare April 16, 2024 10:14
Prepare to add Dect NR+ PHY modem library binaries to nrfxlib.

Signed-off-by: Eivind Jølsgard <[email protected]>
@lemrey lemrey merged commit d3770f6 into lemrey:libmodem Apr 16, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants