-
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] Initalize OTA apps using Linux platform functions #14931
Merged
carol-apple
merged 2 commits into
project-chip:master
from
carol-apple:ota_apps_use_appmain
Feb 9, 2022
Merged
[OTA] Initalize OTA apps using Linux platform functions #14931
carol-apple
merged 2 commits into
project-chip:master
from
carol-apple:ota_apps_use_appmain
Feb 9, 2022
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pullapprove
bot
requested review from
anush-apple,
austinh0,
balducci-apple,
Byungjoo-Lee,
bzbarsky-apple,
cecille,
chrisdecenzo,
chshu,
chulspro,
Damian-Nordic,
dhrishi,
electrocucaracha,
franck-apple,
gjc13,
harimau-qirex,
hawk248,
harsha-rajendran,
isiu-apple,
jelderton,
jepenven-silabs,
jmartinez-silabs,
kpschoedel,
LuDuda,
lzgrablic02,
mlepage-google,
mrjerryjohns,
msandstedt,
mspang and
sagar-apple
February 9, 2022 05:17
pullapprove
bot
requested review from
tcarmelveilleux,
tecimovic,
turon,
vijs,
vivien-apple,
wbschiller,
woody-apple and
xylophone21
February 9, 2022 05:18
PR #14931: Size comparison from 5158095 to 8f19b27 Increases (1 build for linux)
Decreases (1 build for linux)
Full report (24 builds for cyw30739, efr32, esp32, k32w, linux, mbed, p6, qpg, telink)
|
woody-apple
approved these changes
Feb 9, 2022
carol-apple
force-pushed
the
ota_apps_use_appmain
branch
2 times, most recently
from
February 9, 2022 06:32
9e1ff4e
to
ba8d893
Compare
carol-apple
commented
Feb 9, 2022
bzbarsky-apple
approved these changes
Feb 9, 2022
PR #14931: Size comparison from 5158095 to ba8d893 Increases above 0.2%:
Increases (7 builds for linux)
Decreases (1 build for linux)
Full report (43 builds for cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
|
selissia
approved these changes
Feb 9, 2022
tcarmelveilleux
approved these changes
Feb 9, 2022
harsha-rajendran
approved these changes
Feb 9, 2022
- Add in an optional param to allow for app-specific custom command line options
carol-apple
force-pushed
the
ota_apps_use_appmain
branch
from
February 9, 2022 17:49
ba8d893
to
0eb649d
Compare
PR #14931: Size comparison from f4901af to 0eb649d Increases (1 build for linux)
Decreases (1 build for linux)
Full report (19 builds for cyw30739, efr32, esp32, k32w, linux, p6, qpg, telink)
|
- Do not go past the sLinuxDeviceOptionSets array - Make sure no use of the configuration manager happens before the ConfigurationManager has been configured
carol-apple
force-pushed
the
ota_apps_use_appmain
branch
from
February 9, 2022 19:32
0eb649d
to
de26bab
Compare
PR #14931: Size comparison from 1744422 to de26bab Increases above 0.2%:
Increases (7 builds for linux)
Decreases (2 builds for linux)
Full report (43 builds for cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
|
This was referenced Feb 10, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Problem
OTA apps can no longer be commissioned after #14832 merged. The PR removed KVS init code from Server which OTA apps relied on.
Change overview
Testing
Tested that OTA apps can be commissioned again. Also tested that the usual AnnounceOTAProvider command triggers the entire OTA process.