-
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
subsys: net: lib: downloader: make sure at least one transport enabled #19823
base: main
Are you sure you want to change the base?
subsys: net: lib: downloader: make sure at least one transport enabled #19823
Conversation
The downloader library require at least one transport to be enabled. Add build assert when downloader library is enabled without any transport. Signed-off-by: Eivind Jølsgard <[email protected]>
b71352c
to
dd2bf19
Compare
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: dd2bf19868f8dacac4edd757a4b036d8fa106495 more detailssdk-nrf:
Github labels
List of changed files detected by CI (1)
Outputs:ToolchainVersion: b77d8c1312 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
The downloader library require at least one transport to be enabled. Add build assert when downloader library is enabled without any transport.