-
Notifications
You must be signed in to change notification settings - Fork 0
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
Conversation
1f23507
to
c39a106
Compare
4cca82c
to
818443e
Compare
1bd1d8f
to
6d49271
Compare
@@ -0,0 +1,1190 @@ | |||
/* | |||
* Copyright (c) 2022 Nordic Semiconductor ASA. 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.
* Copyright (c) 2022 Nordic Semiconductor ASA. All Rights Reserved. | |
* Copyright (c) 2024 Nordic Semiconductor ASA. 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.
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.
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.
Looks good, structure is correct -- just a minor comment.
We can go ahead and call it cellular
.
nrf_modem/Kconfig
Outdated
bool "Link LTE binary" | ||
|
||
config NRF_MODEM_LINK_BINARY_DECT_PHY | ||
bool "Link DECT binary" |
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.
Perhaps DECT PHY
is more correct here?
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.
Renamed in the second commit (lte->cellular rename commit). Maybe it should be in the first.
Could we avoid adding the binaries & headers here? We only need the |
I would like to keep it to be able to build NCS (dect) samples on the integration branches without building from source. |
c797117
to
d1eb49a
Compare
Prepare to add Dect NR+ PHY modem library binaries to nrfxlib. Signed-off-by: Eivind Jølsgard <[email protected]>
d1eb49a
to
331cc34
Compare
Add Dect NR+ PHY modem library binaries to nrfxlib.