-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
manifest: sdk-nrfxlib: nrf_modem: DECT NR+ PHY 1.1.0 preview #16142
manifest: sdk-nrfxlib: nrf_modem: DECT NR+ PHY 1.1.0 preview #16142
Conversation
Automatically created by Github Action Signed-off-by: Nordic Builder <[email protected]>
The following west manifest projects have been modified in this Pull Request:
Note: This message is automatically posted and updated by the Manifest GitHub Action. |
Update to work with new API. Signed-off-by: Emanuele Di Santo <[email protected]>
Test specificationCI/Jenkins/NRF
CI/Jenkins/integration
Detailed information of selected test modules Note: This message is automatically posted and updated by the CI |
You can find the documentation preview for this PR at this link. It will be updated about 10 minutes after the documentation build succeeds. Note: This comment is automatically posted by the Documentation Publishing GitHub Action. |
{ | ||
LOG_DBG("capability_get cb time %"PRIu64" status %d", *time, err); | ||
LOG_DBG("Capability get, result 0x%x time %"PRIu64, evt->err, evt->time); | ||
} | ||
|
||
/* Dect PHY callbacks. */ | ||
static struct nrf_modem_dect_phy_callbacks dect_phy_callbacks = { |
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.
missing radio_config
This pull request has been marked as stale because it has been open (more than) 60 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this pull request will automatically be closed in 14 days. Note, that you can always re-open a closed pull request at any time. |
Automatically created by Github Action from PR: github.com/nrfconnect/sdk-nrfxlib/pull/1397