-
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
treewide: Remove unnecessary modem dependencies related to MMSS #11632
Conversation
79c372b
to
c415ee2
Compare
Test specificationCI/Jenkins/NRF
CI/Jenkins/integration
Detailed information of selected test modules Note: This message is automatically posted and updated by the CI |
9cefc82
to
a05e798
Compare
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. |
52b9f56
to
dba5195
Compare
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.
LGTM
#include <zephyr/net/socket.h> | ||
#include <net/nrf_cloud.h> | ||
#include <net/nrf_cloud_codec.h> | ||
#include <date_time.h> | ||
#include <zephyr/logging/log.h> | ||
#include <modem/nrf_modem_lib.h> |
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.
Keeping #include <modem/nrf_modem_lib.h>
for now until #11519 merges
88afa7d
to
3cfec20
Compare
16800fb
to
39d63bf
Compare
Remove various unnecessary modem dependencies that prevent building the MQTT Multi Service Sample for Wi-Fi-only targets. IRIS-6344 IRIS-5812 Signed-off-by: Georges Oates_Larsen <georges.larsen@nordicsemi.no>
Remove various unnecessary modem dependencies that prevent building the MQTT Multi Service Sample for Wi-Fi-only targets.
IRIS-6344
IRIS-5812