-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
[OTA] Make ImageURI configurable for the OTA Provider app #17222
[OTA] Make ImageURI configurable for the OTA Provider app #17222
Conversation
c9d4fcf
to
a543726
Compare
examples/ota-provider-app/ota-provider-common/OTAProviderExample.cpp
Outdated
Show resolved
Hide resolved
PR #17222: Size comparison from a86da40 to a543726 Full report (22 builds for cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
|
a543726
to
e0cec53
Compare
examples/ota-provider-app/ota-provider-common/OTAProviderExample.cpp
Outdated
Show resolved
Hide resolved
PR #17222: Size comparison from da7eb85 to e0cec53 Full report (17 builds for cc13x2_26x2, cyw30739, k32w, linux, mbed, nrfconnect, p6, telink)
|
00db6f5
to
d6df3fc
Compare
examples/ota-provider-app/ota-provider-common/OTAProviderExample.cpp
Outdated
Show resolved
Hide resolved
examples/ota-provider-app/ota-provider-common/OTAProviderExample.cpp
Outdated
Show resolved
Hide resolved
examples/ota-provider-app/ota-provider-common/OTAProviderExample.cpp
Outdated
Show resolved
Hide resolved
examples/ota-provider-app/ota-provider-common/OTAProviderExample.cpp
Outdated
Show resolved
Hide resolved
examples/ota-provider-app/ota-provider-common/OTAProviderExample.cpp
Outdated
Show resolved
Hide resolved
PR #17222: Size comparison from 25cfd8d to d6df3fc Full report (22 builds for cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
|
d6df3fc
to
d48f963
Compare
PR #17222: Size comparison from 25cfd8d to d48f963 Full report (22 builds for cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
|
d48f963
to
3f1aa74
Compare
PR #17222: Size comparison from 2e33dec to 3f1aa74 Increases above 0.2%:
Increases (1 build for linux)
Decreases (1 build for linux)
Full report (31 builds for cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
|
3f1aa74
to
44c166f
Compare
PR #17222: Size comparison from c19aa60 to 44c166f Increases above 0.2%:
Increases (1 build for linux)
Decreases (1 build for linux)
Full report (31 builds for cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
|
44c166f
to
4814bff
Compare
PR #17222: Size comparison from 3af5410 to 4814bff Full report (20 builds for cc13x2_26x2, cyw30739, efr32, esp32, k32w, mbed, nrfconnect, p6, telink)
|
4814bff
to
5e85b47
Compare
PR #17222: Size comparison from 94e8197 to 5e85b47 Full report (22 builds for cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
|
Problem
The OTA Provider does not provide a way to customize the ImageURI field in the QueryImageResponse. This prevents testing of invalid ImageURIs when the OTA Requestor is the DUT.
Fixes: #17187
Change overview
--imageUri
command line option to allow a custom ImageURI to be specifiedTesting
--imageUri
--imageUri
is not supplied, a valid URI is generated