Skip to content
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

Implement TestEventTrigger delegate for OTA query #19716

Merged
merged 7 commits into from
Jun 22, 2022

Conversation

Damian-Nordic
Copy link
Contributor

@Damian-Nordic Damian-Nordic commented Jun 17, 2022

Problem

As described in #19623, we need some sort of manual trigger of the OTA query so that certification tests don't need to wait up to 24 hours for the next query.
@tcarmelveilleux proposed that we use TestEventTrigger command of GeneralDiagnostics cluster for this purpose.

Change overview

Implement TestEventTriggerDelegate that handles triggers with values: 0x0100'0000'0000'01<fi>, where <fi> is fabric index of the OTA provider to query, or 00 if the OTA provider is supposed to be selected automatically.
Initialize the delegate in nRF Connect examples using a constant enable key.
Initialize the delegate in Linux examples using an enable key configured at runtime using --enable-key argument.
Fixes #19623

Testing

Did smoke tests of the functionality on both nRF Connect lighting-app and Linux OTA-requestor app.

Make it possible to use TestEventTrigger command of
GeneralDiagnostics cluster to trigger OTA query on demand.

The requested trigger must be 0x0100'0000'0000'01<fi>, where
<fi> is fabric index of the OTA provider to query, or 00 if
the OTA provider is supposed to be selected automatically.

Signed-off-by: Damian Krolik <damian.krolik@nordicsemi.no>
Initialize OTATestEventTriggerDelegate in nRF Connect and
Linux examples. nRF Connect examples use a constant enable
key "001122(..)ff" while Linux apps allow for configuring
the key at runtime using "--enable-key" argument.
@github-actions
Copy link

github-actions bot commented Jun 17, 2022

PR #19716: Size comparison from 5ea0ca6 to 1ff5e9e

Increases (14 builds for cc13x2_26x2, cyw30739, efr32, telink)
platform target config section 5ea0ca6 1ff5e9e change % change
cc13x2_26x2 lock-ftd LP_CC2652R7 (read only) 690443 690531 88 0.0
.text 590796 590884 88 0.0
lock-mtd LP_CC2652R7 (read only) 639859 639939 80 0.0
.text 540324 540404 80 0.0
pump-app LP_CC2652R7 (read only) 671403 671483 80 0.0
.text 583660 583740 80 0.0
pump-controller-app LP_CC2652R7 (read only) 662399 662479 80 0.0
.text 576732 576812 80 0.0
shell LP_CC2652R7 (read/write) 157412 157420 8 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 612738 612826 88 0.0
.app_xip_area 469404 469492 88 0.0
lock cyw930739m2evb_01 (read/write) 610046 610134 88 0.0
.app_xip_area 466536 466624 88 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 616054 616142 88 0.0
.app_xip_area 473608 473696 88 0.0
efr32 lighting-app BRD4161A (read only) 924008 924104 96 0.0
.text 924000 924096 96 0.0
BRD4161A+rpc (read only) 959712 959824 112 0.0
.text 959704 959816 112 0.0
BRD4161A+rs911x (read only) 799092 799188 96 0.0
.text 799084 799180 96 0.0
lock-app BRD4161A+wf200 (read only) 965524 965604 80 0.0
.text 965516 965596 80 0.0
window-app BRD4161A (read only) 909104 909200 96 0.0
.text 909096 909192 96 0.0
telink light-switch-app tlsr9518adk80d (read/write) 789008 789016 8 0.0
text 559600 559604 4 0.0
Decreases (4 builds for cc13x2_26x2)
platform target config section 5ea0ca6 1ff5e9e change % change
cc13x2_26x2 lock-ftd LP_CC2652R7 (read/write) 150532 150444 -88 -0.1
pump-app LP_CC2652R7 (read/write) 170460 170380 -80 -0.0
pump-controller-app LP_CC2652R7 (read/write) 179592 179512 -80 -0.0
shell LP_CC2652R7 (read only) 688946 688938 -8 -0.0
.text 578976 578968 -8 -0.0
Full report (22 builds for cc13x2_26x2, cyw30739, efr32, mbed, p6, telink)
platform target config section 5ea0ca6 1ff5e9e change % change
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 659531 659531 0 0.0
(read/write) 191332 191332 0 0.0
.bss 73756 73756 0 0.0
.data 3356 3356 0 0.0
.rodata 87083 87083 0 0.0
.text 572136 572136 0 0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 647999 647999 0 0.0
(read/write) 157316 157316 0 0.0
.bss 73044 73044 0 0.0
.data 3356 3356 0 0.0
.rodata 90407 90407 0 0.0
.text 557272 557272 0 0.0
lock-ftd LP_CC2652R7 (read only) 690443 690531 88 0.0
(read/write) 150532 150444 -88 -0.1
.bss 70756 70756 0 0.0
.data 3280 3280 0 0.0
.rodata 99163 99163 0 0.0
.text 590796 590884 88 0.0
lock-mtd LP_CC2652R7 (read only) 639859 639939 80 0.0
(read/write) 143888 143888 0 0.0
.bss 66492 66492 0 0.0
.data 3280 3280 0 0.0
.rodata 99043 99043 0 0.0
.text 540324 540404 80 0.0
pump-app LP_CC2652R7 (read only) 671403 671483 80 0.0
(read/write) 170460 170380 -80 -0.0
.bss 70876 70876 0 0.0
.data 3280 3280 0 0.0
.rodata 87259 87259 0 0.0
.text 583660 583740 80 0.0
pump-controller-app LP_CC2652R7 (read only) 662399 662479 80 0.0
(read/write) 179592 179512 -80 -0.0
.bss 71004 71004 0 0.0
.data 3276 3276 0 0.0
.rodata 85183 85183 0 0.0
.text 576732 576812 80 0.0
shell LP_CC2652R7 (read only) 688946 688938 -8 -0.0
(read/write) 157412 157420 8 0.0
.bss 76052 76052 0 0.0
.data 3360 3360 0 0.0
.rodata 109658 109658 0 0.0
.text 578976 578968 -8 -0.0
cyw30739 light cyw930739m2evb_01 (read/write) 612738 612826 88 0.0
.app_xip_area 469404 469492 88 0.0
.bss 86288 86288 0 0.0
.data 728 728 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 610046 610134 88 0.0
.app_xip_area 466536 466624 88 0.0
.bss 86464 86464 0 0.0
.data 732 732 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 616054 616142 88 0.0
.app_xip_area 473608 473696 88 0.0
.bss 85456 85456 0 0.0
.data 672 672 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A (read only) 924008 924104 96 0.0
(read/write) 132416 132416 0 0.0
.bss 130336 130336 0 0.0
.data 2080 2080 0 0.0
.text 924000 924096 96 0.0
BRD4161A+rpc (read only) 959712 959824 112 0.0
(read/write) 149296 149296 0 0.0
.bss 147008 147008 0 0.0
.data 2284 2284 0 0.0
.text 959704 959816 112 0.0
BRD4161A+rs911x (read only) 799092 799188 96 0.0
(read/write) 128692 128692 0 0.0
.bss 126604 126604 0 0.0
.data 2088 2088 0 0.0
.text 799084 799180 96 0.0
lock-app BRD4161A+wf200 (read only) 965524 965604 80 0.0
(read/write) 129068 129068 0 0.0
.bss 126980 126980 0 0.0
.data 2088 2088 0 0.0
.text 965516 965596 80 0.0
window-app BRD4161A (read only) 909104 909200 96 0.0
(read/write) 132520 132520 0 0.0
.bss 130408 130408 0 0.0
.data 2108 2108 0 0.0
.text 909096 909192 96 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2437720 2437720 0 0.0
.bss 208204 208204 0 0.0
.data 5864 5864 0 0.0
.text 1400364 1400364 0 0.0
p6 all-clusters-app default (read/write) 2553568 2553568 0 0.0
.bss 143384 143384 0 0.0
.data 2776 2776 0 0.0
.text 1511832 1511832 0 0.0
all-clusters-minimal-app default (read/write) 2499416 2499416 0 0.0
.bss 142664 142664 0 0.0
.data 2776 2776 0 0.0
.text 1457680 1457680 0 0.0
light-app default (read/write) 2430160 2430160 0 0.0
.bss 134744 134744 0 0.0
.data 2592 2592 0 0.0
.text 1388424 1388424 0 0.0
lock-app default (read/write) 2450784 2450784 0 0.0
.bss 134568 134568 0 0.0
.data 2600 2600 0 0.0
.text 1409048 1409048 0 0.0
telink light-switch-app tlsr9518adk80d (read/write) 789008 789016 8 0.0
bss 69892 69892 0 0.0
noinit 40416 40416 0 0.0
text 559600 559604 4 0.0
lighting-app tlsr9518adk80d (read/write) 808720 808720 0 0.0
bss 70140 70140 0 0.0
noinit 40416 40416 0 0.0
text 576064 576064 0 0.0

@github-actions
Copy link

github-actions bot commented Jun 17, 2022

PR #19716: Size comparison from 5ea0ca6 to 542288c

Increases (9 builds for cc13x2_26x2, cyw30739, telink)
platform target config section 5ea0ca6 542288c change % change
cc13x2_26x2 lock-ftd LP_CC2652R7 (read only) 690443 690611 168 0.0
.rodata 99163 99227 64 0.1
.text 590796 590900 104 0.0
lock-mtd LP_CC2652R7 (read only) 639859 640019 160 0.0
.rodata 99043 99107 64 0.1
.text 540324 540420 96 0.0
pump-app LP_CC2652R7 (read only) 671403 671571 168 0.0
.rodata 87259 87331 72 0.1
.text 583660 583756 96 0.0
pump-controller-app LP_CC2652R7 (read only) 662399 662559 160 0.0
.rodata 85183 85247 64 0.1
.text 576732 576828 96 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 612738 612826 88 0.0
.app_xip_area 469404 469492 88 0.0
lock cyw930739m2evb_01 (read/write) 610046 610134 88 0.0
.app_xip_area 466536 466624 88 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 616054 616158 104 0.0
.app_xip_area 473608 473712 104 0.0
telink light-switch-app tlsr9518adk80d (read/write) 789008 789016 8 0.0
text 559600 559602 2 0.0
lighting-app tlsr9518adk80d (read/write) 808720 808728 8 0.0
text 576064 576066 2 0.0
Decreases (4 builds for cc13x2_26x2)
platform target config section 5ea0ca6 542288c change % change
cc13x2_26x2 all-clusters-minimal-app LP_CC2652R7 (read only) 647999 647991 -8 -0.0
.text 557272 557264 -8 -0.0
lock-ftd LP_CC2652R7 (read/write) 150532 150364 -168 -0.1
pump-app LP_CC2652R7 (read/write) 170460 170292 -168 -0.1
pump-controller-app LP_CC2652R7 (read/write) 179592 179432 -160 -0.1
Full report (19 builds for cc13x2_26x2, cyw30739, k32w, mbed, p6, telink)
platform target config section 5ea0ca6 542288c change % change
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 659531 659531 0 0.0
(read/write) 191332 191332 0 0.0
.bss 73756 73756 0 0.0
.data 3356 3356 0 0.0
.rodata 87083 87083 0 0.0
.text 572136 572136 0 0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 647999 647991 -8 -0.0
(read/write) 157316 157316 0 0.0
.bss 73044 73044 0 0.0
.data 3356 3356 0 0.0
.rodata 90407 90407 0 0.0
.text 557272 557264 -8 -0.0
lock-ftd LP_CC2652R7 (read only) 690443 690611 168 0.0
(read/write) 150532 150364 -168 -0.1
.bss 70756 70756 0 0.0
.data 3280 3280 0 0.0
.rodata 99163 99227 64 0.1
.text 590796 590900 104 0.0
lock-mtd LP_CC2652R7 (read only) 639859 640019 160 0.0
(read/write) 143888 143888 0 0.0
.bss 66492 66492 0 0.0
.data 3280 3280 0 0.0
.rodata 99043 99107 64 0.1
.text 540324 540420 96 0.0
pump-app LP_CC2652R7 (read only) 671403 671571 168 0.0
(read/write) 170460 170292 -168 -0.1
.bss 70876 70876 0 0.0
.data 3280 3280 0 0.0
.rodata 87259 87331 72 0.1
.text 583660 583756 96 0.0
pump-controller-app LP_CC2652R7 (read only) 662399 662559 160 0.0
(read/write) 179592 179432 -160 -0.1
.bss 71004 71004 0 0.0
.data 3276 3276 0 0.0
.rodata 85183 85247 64 0.1
.text 576732 576828 96 0.0
shell LP_CC2652R7 (read only) 688946 688946 0 0.0
(read/write) 157412 157412 0 0.0
.bss 76052 76052 0 0.0
.data 3360 3360 0 0.0
.rodata 109658 109658 0 0.0
.text 578976 578976 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 612738 612826 88 0.0
.app_xip_area 469404 469492 88 0.0
.bss 86288 86288 0 0.0
.data 728 728 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 610046 610134 88 0.0
.app_xip_area 466536 466624 88 0.0
.bss 86464 86464 0 0.0
.data 732 732 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 616054 616158 104 0.0
.app_xip_area 473608 473712 104 0.0
.bss 85456 85456 0 0.0
.data 672 672 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
k32w light k32w061+release (read/write) 658876 658876 0 0.0
.bss 68756 68756 0 0.0
.data 1992 1992 0 0.0
.text 582328 582328 0 0.0
lock k32w061+release (read/write) 720848 720848 0 0.0
.bss 69196 69196 0 0.0
.data 2000 2000 0 0.0
.text 643852 643852 0 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2437720 2437720 0 0.0
.bss 208204 208204 0 0.0
.data 5864 5864 0 0.0
.text 1400364 1400364 0 0.0
p6 all-clusters-app default (read/write) 2553568 2553568 0 0.0
.bss 143384 143384 0 0.0
.data 2776 2776 0 0.0
.text 1511832 1511832 0 0.0
all-clusters-minimal-app default (read/write) 2499416 2499416 0 0.0
.bss 142664 142664 0 0.0
.data 2776 2776 0 0.0
.text 1457680 1457680 0 0.0
light-app default (read/write) 2430160 2430160 0 0.0
.bss 134744 134744 0 0.0
.data 2592 2592 0 0.0
.text 1388424 1388424 0 0.0
lock-app default (read/write) 2450784 2450784 0 0.0
.bss 134568 134568 0 0.0
.data 2600 2600 0 0.0
.text 1409048 1409048 0 0.0
telink light-switch-app tlsr9518adk80d (read/write) 789008 789016 8 0.0
bss 69892 69892 0 0.0
noinit 40416 40416 0 0.0
text 559600 559602 2 0.0
lighting-app tlsr9518adk80d (read/write) 808720 808728 8 0.0
bss 70140 70140 0 0.0
noinit 40416 40416 0 0.0
text 576064 576066 2 0.0

@github-actions
Copy link

github-actions bot commented Jun 17, 2022

PR #19716: Size comparison from 5ea0ca6 to 0349fde

Increases above 0.2%:

platform target config section 5ea0ca6 0349fde change % change
linux thermostat-no-ble arm64 .data 1688 1704 16 0.9
Increases (23 builds for cc13x2_26x2, cyw30739, efr32, linux, nrfconnect)
platform target config section 5ea0ca6 0349fde change % change
cc13x2_26x2 lock-ftd LP_CC2652R7 (read only) 690443 690611 168 0.0
.rodata 99163 99227 64 0.1
.text 590796 590900 104 0.0
lock-mtd LP_CC2652R7 (read only) 639859 640019 160 0.0
.rodata 99043 99107 64 0.1
.text 540324 540420 96 0.0
pump-app LP_CC2652R7 (read only) 671403 671571 168 0.0
.rodata 87259 87331 72 0.1
.text 583660 583756 96 0.0
pump-controller-app LP_CC2652R7 (read only) 662399 662559 160 0.0
.rodata 85183 85247 64 0.1
.text 576732 576828 96 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 612738 612826 88 0.0
.app_xip_area 469404 469492 88 0.0
lock cyw930739m2evb_01 (read/write) 610046 610134 88 0.0
.app_xip_area 466536 466624 88 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 616054 616158 104 0.0
.app_xip_area 473608 473712 104 0.0
efr32 lighting-app BRD4161A (read only) 924008 924200 192 0.0
.text 924000 924192 192 0.0
BRD4161A+rpc (read only) 959712 959912 200 0.0
.text 959704 959904 200 0.0
BRD4161A+rs911x (read only) 799092 799292 200 0.0
.text 799084 799284 200 0.0
lock-app BRD4161A+wf200 (read only) 965524 965692 168 0.0
.text 965516 965684 168 0.0
window-app BRD4161A (read only) 909104 909304 200 0.0
.text 909096 909296 200 0.0
linux thermostat-no-ble arm64 (read only) 2570668 2571060 392 0.0
(read/write) 192193 192225 32 0.0
.bss 99489 99505 16 0.0
.data 1688 1704 16 0.9
.rodata 163324 163508 184 0.1
.text 2168224 2168400 176 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1198699 1199075 376 0.0
bss 141598 141614 16 0.0
rodata 155676 155780 104 0.1
text 822504 822776 272 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1146655 1146835 180 0.0
rodata 132200 132268 68 0.1
text 794724 794824 100 0.0
lighting-app nrf52840dk_nrf52840 (read/write) 1158239 1158603 364 0.0
bss 143177 143193 16 0.0
rodata 122616 122724 108 0.1
text 813588 813856 268 0.0
nrf52840dk_nrf52840+rpc (read/write) 1127535 1127915 380 0.0
bss 143622 143638 16 0.0
rodata 114232 114340 108 0.1
text 790332 790604 272 0.0
nrf52840dongle_nrf52840 (read/write) 1065383 1065583 200 0.0
bss 150408 150424 16 0.0
rodata 91760 91800 40 0.0
text 742092 742256 164 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 1061930 1062342 412 0.0
bss 139548 139564 16 0.0
rodata 115024 115132 108 0.1
text 726320 726584 264 0.0
lock-app nrf52840dk_nrf52840 (read/write) 1111295 1111659 364 0.0
bss 133125 133141 16 0.0
rodata 139344 139452 108 0.1
text 759948 760216 268 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 1015158 1015570 412 0.0
bss 129528 129544 16 0.0
rodata 131812 131920 108 0.1
text 672736 673004 268 0.0
pump-app nrf52840dk_nrf52840 (read/write) 1071191 1071555 364 0.0
bss 133072 133088 16 0.0
rodata 116000 116108 108 0.1
text 743280 743544 264 0.0
pump-controller-app nrf52840dk_nrf52840 (read/write) 1064343 1064707 364 0.0
bss 132869 132885 16 0.0
rodata 114896 115004 108 0.1
text 737656 737924 268 0.0
Decreases (4 builds for cc13x2_26x2, k32w)
platform target config section 5ea0ca6 0349fde change % change
cc13x2_26x2 lock-ftd LP_CC2652R7 (read/write) 150532 150364 -168 -0.1
pump-app LP_CC2652R7 (read/write) 170460 170292 -168 -0.1
pump-controller-app LP_CC2652R7 (read/write) 179592 179432 -160 -0.1
k32w lock k32w061+release (read/write) 720848 720832 -16 -0.0
.text 643852 643836 -16 -0.0
Full report (38 builds for cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
platform target config section 5ea0ca6 0349fde change % change
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 659531 659531 0 0.0
(read/write) 191332 191332 0 0.0
.bss 73756 73756 0 0.0
.data 3356 3356 0 0.0
.rodata 87083 87083 0 0.0
.text 572136 572136 0 0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 647999 647999 0 0.0
(read/write) 157316 157316 0 0.0
.bss 73044 73044 0 0.0
.data 3356 3356 0 0.0
.rodata 90407 90407 0 0.0
.text 557272 557272 0 0.0
lock-ftd LP_CC2652R7 (read only) 690443 690611 168 0.0
(read/write) 150532 150364 -168 -0.1
.bss 70756 70756 0 0.0
.data 3280 3280 0 0.0
.rodata 99163 99227 64 0.1
.text 590796 590900 104 0.0
lock-mtd LP_CC2652R7 (read only) 639859 640019 160 0.0
(read/write) 143888 143888 0 0.0
.bss 66492 66492 0 0.0
.data 3280 3280 0 0.0
.rodata 99043 99107 64 0.1
.text 540324 540420 96 0.0
pump-app LP_CC2652R7 (read only) 671403 671571 168 0.0
(read/write) 170460 170292 -168 -0.1
.bss 70876 70876 0 0.0
.data 3280 3280 0 0.0
.rodata 87259 87331 72 0.1
.text 583660 583756 96 0.0
pump-controller-app LP_CC2652R7 (read only) 662399 662559 160 0.0
(read/write) 179592 179432 -160 -0.1
.bss 71004 71004 0 0.0
.data 3276 3276 0 0.0
.rodata 85183 85247 64 0.1
.text 576732 576828 96 0.0
shell LP_CC2652R7 (read only) 688946 688946 0 0.0
(read/write) 157412 157412 0 0.0
.bss 76052 76052 0 0.0
.data 3360 3360 0 0.0
.rodata 109658 109658 0 0.0
.text 578976 578976 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 612738 612826 88 0.0
.app_xip_area 469404 469492 88 0.0
.bss 86288 86288 0 0.0
.data 728 728 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 610046 610134 88 0.0
.app_xip_area 466536 466624 88 0.0
.bss 86464 86464 0 0.0
.data 732 732 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 616054 616158 104 0.0
.app_xip_area 473608 473712 104 0.0
.bss 85456 85456 0 0.0
.data 672 672 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A (read only) 924008 924200 192 0.0
(read/write) 132416 132416 0 0.0
.bss 130336 130336 0 0.0
.data 2080 2080 0 0.0
.text 924000 924192 192 0.0
BRD4161A+rpc (read only) 959712 959912 200 0.0
(read/write) 149296 149296 0 0.0
.bss 147008 147008 0 0.0
.data 2284 2284 0 0.0
.text 959704 959904 200 0.0
BRD4161A+rs911x (read only) 799092 799292 200 0.0
(read/write) 128692 128692 0 0.0
.bss 126604 126604 0 0.0
.data 2088 2088 0 0.0
.text 799084 799284 200 0.0
lock-app BRD4161A+wf200 (read only) 965524 965692 168 0.0
(read/write) 129068 129068 0 0.0
.bss 126980 126980 0 0.0
.data 2088 2088 0 0.0
.text 965516 965684 168 0.0
window-app BRD4161A (read only) 909104 909304 200 0.0
(read/write) 132520 132520 0 0.0
.bss 130408 130408 0 0.0
.data 2108 2108 0 0.0
.text 909096 909296 200 0.0
esp32 all-clusters-app c3devkit (read only) 1012634 1012634 0 0.0
(read/write) 1482898 1482898 0 0.0
.dram0.bss 69392 69392 0 0.0
.dram0.data 14632 14632 0 0.0
.flash.rodata 213440 213440 0 0.0
.flash.text 1012634 1012634 0 0.0
.iram0.text 62902 62902 0 0.0
m5stack (read only) 1067171 1067171 0 0.0
(read/write) 485016 485016 0 0.0
.dram0.bss 74912 74912 0 0.0
.dram0.data 34144 34144 0 0.0
.flash.rodata 243964 243964 0 0.0
.flash.text 1061787 1061787 0 0.0
.iram0.text 123267 123267 0 0.0
k32w light k32w061+release (read/write) 658876 658876 0 0.0
.bss 68756 68756 0 0.0
.data 1992 1992 0 0.0
.text 582328 582328 0 0.0
lock k32w061+release (read/write) 720848 720832 -16 -0.0
.bss 69196 69196 0 0.0
.data 2000 2000 0 0.0
.text 643852 643836 -16 -0.0
linux chip-tool-no-interactive-ipv6only arm64 (read only) 9881788 9881788 0 0.0
(read/write) 674225 674225 0 0.0
.bss 42641 42641 0 0.0
.data 1152 1152 0 0.0
.data.rel.ro 613208 613208 0 0.0
.dynamic 528 528 0 0.0
.got 13416 13416 0 0.0
.init 24 24 0 0.0
.init_array 192 192 0 0.0
.rodata 472300 472300 0 0.0
.text 7873060 7873060 0 0.0
thermostat-no-ble arm64 (read only) 2570668 2571060 392 0.0
(read/write) 192193 192225 32 0.0
.bss 99489 99505 16 0.0
.data 1688 1704 16 0.9
.data.rel.ro 82928 82928 0 0.0
.dynamic 528 528 0 0.0
.got 5072 5072 0 0.0
.init 24 24 0 0.0
.init_array 400 400 0 0.0
.rodata 163324 163508 184 0.1
.text 2168224 2168400 176 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2437720 2437720 0 0.0
.bss 208204 208204 0 0.0
.data 5864 5864 0 0.0
.text 1400364 1400364 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1198699 1199075 376 0.0
bss 141598 141614 16 0.0
rodata 155676 155780 104 0.1
text 822504 822776 272 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1146655 1146835 180 0.0
bss 140850 140850 0 0.0
rodata 132200 132268 68 0.1
text 794724 794824 100 0.0
lighting-app nrf52840dk_nrf52840 (read/write) 1158239 1158603 364 0.0
bss 143177 143193 16 0.0
rodata 122616 122724 108 0.1
text 813588 813856 268 0.0
nrf52840dk_nrf52840+rpc (read/write) 1127535 1127915 380 0.0
bss 143622 143638 16 0.0
rodata 114232 114340 108 0.1
text 790332 790604 272 0.0
nrf52840dongle_nrf52840 (read/write) 1065383 1065583 200 0.0
bss 150408 150424 16 0.0
rodata 91760 91800 40 0.0
text 742092 742256 164 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 1061930 1062342 412 0.0
bss 139548 139564 16 0.0
rodata 115024 115132 108 0.1
text 726320 726584 264 0.0
lock-app nrf52840dk_nrf52840 (read/write) 1111295 1111659 364 0.0
bss 133125 133141 16 0.0
rodata 139344 139452 108 0.1
text 759948 760216 268 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 1015158 1015570 412 0.0
bss 129528 129544 16 0.0
rodata 131812 131920 108 0.1
text 672736 673004 268 0.0
pump-app nrf52840dk_nrf52840 (read/write) 1071191 1071555 364 0.0
bss 133072 133088 16 0.0
rodata 116000 116108 108 0.1
text 743280 743544 264 0.0
pump-controller-app nrf52840dk_nrf52840 (read/write) 1064343 1064707 364 0.0
bss 132869 132885 16 0.0
rodata 114896 115004 108 0.1
text 737656 737924 268 0.0
p6 all-clusters-app default (read/write) 2553568 2553568 0 0.0
.bss 143384 143384 0 0.0
.data 2776 2776 0 0.0
.text 1511832 1511832 0 0.0
all-clusters-minimal-app default (read/write) 2499416 2499416 0 0.0
.bss 142664 142664 0 0.0
.data 2776 2776 0 0.0
.text 1457680 1457680 0 0.0
light-app default (read/write) 2430160 2430160 0 0.0
.bss 134744 134744 0 0.0
.data 2592 2592 0 0.0
.text 1388424 1388424 0 0.0
lock-app default (read/write) 2450784 2450784 0 0.0
.bss 134568 134568 0 0.0
.data 2600 2600 0 0.0
.text 1409048 1409048 0 0.0
telink light-switch-app tlsr9518adk80d (read/write) 789008 789008 0 0.0
bss 69892 69892 0 0.0
noinit 40416 40416 0 0.0
text 559600 559600 0 0.0
lighting-app tlsr9518adk80d (read/write) 808720 808720 0 0.0
bss 70140 70140 0 0.0
noinit 40416 40416 0 0.0
text 576064 576064 0 0.0

@tcarmelveilleux tcarmelveilleux merged commit 3030a19 into project-chip:master Jun 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement TestEventTriggerDelegate for OTA requestor
4 participants