-
Notifications
You must be signed in to change notification settings - Fork 317
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: release v2.6.0 #1227
Conversation
ef0885f
to
3fa3ea4
Compare
4a9570f
to
37207ce
Compare
@lemrey Please get some +1 asap. |
@nrfconnect/ncs-doc-owners Please take a look. |
I am reviewing the PR. |
37207ce
to
4e5a43d
Compare
@nrfconnect/ncs-doc-owners okay to merge it? |
No, tests are failing in nrfconnect/sdk-nrf#14173 |
391fbf3
to
5b85d30
Compare
5b85d30
to
4155c17
Compare
/* The function shall allocate and initialize a semaphore and return its address | ||
through the `sem` parameter. If an address of an already allocated semaphore is provided as | ||
an input, the allocation part is skipped and the semaphore is only reinitialized. */ | ||
/* If multithreaded access to modem functionalities is needed, the function must allocate |
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.
/* If multithreaded access to modem functionalities is needed, the function must allocate | |
/* If multithreaded access to modem functionalities is needed, the function must allocate |
afd345a
to
d327d0c
Compare
985eb90
to
cdd774d
Compare
@eivindj-nordic ready? |
No, waiting for carrier lib to be ready in nrfconnect/sdk-nrf#14195. |
Add details about NRF_AF_UNSPEC to getaddrinfo docs. Signed-off-by: Eivind Jølsgard <[email protected]>
For a detailed list of changes, see the CHANGELOG file. Co-authored-by: divya pillai <[email protected]> Co-authored-by: Andreas Moltumyr <[email protected]> Co-authored-by: Eivind Jølsgard <[email protected]> Co-authored-by: Mirko Covizzi <[email protected]> Co-authored-by: Tommi Kangas <[email protected]> Signed-off-by: Emanuele Di Santo <[email protected]>
Semaphores are required also for non-multithreaded access. Remove the statement that "Semaphores are not required if multithreaded access to modem functionality is not needed. In this case, the function can blindly return 0." Signed-off-by: Eivind Jølsgard <[email protected]>
cdd774d
to
9b19eb6
Compare
For a detailed list of changes, see the CHANGELOG file.
sdk-nrf PR: nrfconnect/sdk-nrf#14173