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

[YAML] Issue an error on pairing timeout #16774

Merged

Conversation

vivien-apple
Copy link
Contributor

Problem

When a YAML test is trying to pair to a device but can not find any advertisement it just wait until the whole test times out.
This PR update the YAML format to have a common path for "simulated" clusters such as "discovery" and "commissioner" since the "commissioner" simulated cluster is what is used to pair with devices.
Then it also add a timer to SetUpCodePairer to cancel everything after a given timeout - where the value of the timeout is the one use for other pairing methods into CHIPDeviceController.

Also there are a few more changes to the zapt templates than what is needed since this was some code I have to migrate the YAML c++ backend from Invoke to ReadClient/WriteClient/CommandSender

fix #16017

Change overview

  • Update src/app/tests/suites/commands/discovery to use a decodable type when it returns a value instead of a custom struct.

  • Update src/app/tests/suites/commands/commissioner to use the same OnResponse path into YAML generated code.

  • Add a timer to SetUpCodePairer

  • Add a test to check if not finding any device triggers an error as expected

Testing

A test has been added to TestMultiAdmin.yaml

@vivien-apple vivien-apple force-pushed the YAML_IssueErrorOnPairingTimeout branch 2 times, most recently from 35b4e48 to f3869e8 Compare March 30, 2022 12:47
@github-actions
Copy link

github-actions bot commented Mar 30, 2022

PR #16774: Size comparison from b80df3d to f3869e8

Increases above 0.2%:

platform target config section b80df3dc f3869e8 change % change
linux chip-tool debug (read only) 10311229 10423877 112648 1.1
(read/write) 356456 359048 2592 0.7
.data.rel.ro 326808 329408 2600 0.8
.rodata 525877 527381 1504 0.3
.text 8999013 9102357 103344 1.1
chip-tool-ipv6only arm64 (read only) 9923868 10050212 126344 1.3
(read/write) 475441 478065 2624 0.6
.data.rel.ro 373536 376160 2624 0.7
.rodata 501012 502556 1544 0.3
.text 8365268 8482228 116960 1.4
Increases (2 builds for linux)
platform target config section b80df3dc f3869e8 change % change
linux chip-tool debug (read only) 10311229 10423877 112648 1.1
(read/write) 356456 359048 2592 0.7
.data.rel.ro 326808 329408 2600 0.8
.rodata 525877 527381 1504 0.3
.text 8999013 9102357 103344 1.1
chip-tool-ipv6only arm64 (read only) 9923868 10050212 126344 1.3
(read/write) 475441 478065 2624 0.6
.data.rel.ro 373536 376160 2624 0.7
.got 56200 56208 8 0.0
.rodata 501012 502556 1544 0.3
.text 8365268 8482228 116960 1.4
Full report (27 builds for cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
platform target config section b80df3dc f3869e8 change % change
cyw30739 light cyw930739m2evb_01 (read/write) 607198 607198 0 0.0
.app_xip_area 513968 513968 0 0.0
.bss 75976 75976 0 0.0
.data 604 604 0 0.0
.rodata 0 0 0 0.0
.text 0 0 0 0.0
lock cyw930739m2evb_01 (read/write) 564738 564738 0 0.0
.app_xip_area 473036 473036 0 0.0
.bss 74480 74480 0 0.0
.data 568 568 0 0.0
.rodata 0 0 0 0.0
.text 0 0 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 576874 576874 0 0.0
.app_xip_area 475524 475524 0 0.0
.bss 83808 83808 0 0.0
.data 508 508 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A (read only) 927928 927928 0 0.0
(read/write) 129112 129112 0 0.0
.bss 127112 127112 0 0.0
.data 1996 1996 0 0.0
.text 927920 927920 0 0.0
BRD4161A+rpc (read only) 956920 956920 0 0.0
(read/write) 145064 145064 0 0.0
.bss 142888 142888 0 0.0
.data 2176 2176 0 0.0
.text 956912 956912 0 0.0
window-app BRD4161A (read only) 857412 857412 0 0.0
(read/write) 127072 127072 0 0.0
.bss 125200 125200 0 0.0
.data 1872 1872 0 0.0
.text 857404 857404 0 0.0
esp32 all-clusters-app c3devkit (read only) 968374 968374 0 0.0
(read/write) 1394770 1394770 0 0.0
.dram0.bss 62416 62416 0 0.0
.dram0.data 14204 14204 0 0.0
.flash.rodata 199240 199240 0 0.0
.flash.text 968374 968374 0 0.0
.iram0.text 62016 62016 0 0.0
m5stack (read only) 1024075 1024075 0 0.0
(read/write) 462532 462532 0 0.0
.dram0.bss 67944 67944 0 0.0
.dram0.data 34024 34024 0 0.0
.flash.rodata 228728 228728 0 0.0
.flash.text 1018691 1018691 0 0.0
.iram0.text 123107 123107 0 0.0
k32w light k32w061+release (read/write) 705780 705780 0 0.0
.bss 77968 77968 0 0.0
.data 1876 1876 0 0.0
.text 620136 620136 0 0.0
lock k32w061+release (read/write) 704900 704900 0 0.0
.bss 77944 77944 0 0.0
.data 1916 1916 0 0.0
.text 619240 619240 0 0.0
linux all-clusters-app debug (read only) 2537441 2537441 0 0.0
(read/write) 143384 143384 0 0.0
.bss 57408 57408 0 0.0
.data 1280 1280 0 0.0
.data.rel.ro 78952 78952 0 0.0
.dynamic 592 592 0 0.0
.got 4184 4184 0 0.0
.init 27 27 0 0.0
.init_array 944 944 0 0.0
.rodata 216613 216613 0 0.0
.text 2156930 2156930 0 0.0
bridge-app debug+rpc (read only) 1771221 1771221 0 0.0
(read/write) 89552 89552 0 0.0
.bss 44520 44520 0 0.0
.data 1984 1984 0 0.0
.data.rel.ro 37968 37968 0 0.0
.dynamic 592 592 0 0.0
.got 3928 3928 0 0.0
.init 27 27 0 0.0
.init_array 544 544 0 0.0
.rodata 145004 145004 0 0.0
.text 1510789 1510789 0 0.0
chip-tool debug (read only) 10311229 10423877 112648 1.1
(read/write) 356456 359048 2592 0.7
.bss 22464 22464 0 0.0
.data 1072 1072 0 0.0
.data.rel.ro 326808 329408 2600 0.8
.dynamic 608 608 0 0.0
.got 4824 4824 0 0.0
.init 27 27 0 0.0
.init_array 640 640 0 0.0
.rodata 525877 527381 1504 0.3
.text 8999013 9102357 103344 1.1
chip-tool-ipv6only arm64 (read only) 9923868 10050212 126344 1.3
(read/write) 475441 478065 2624 0.6
.bss 40753 40753 0 0.0
.data 1144 1144 0 0.0
.data.rel.ro 373536 376160 2624 0.7
.dynamic 560 560 0 0.0
.got 56200 56208 8 0.0
.init 24 24 0 0.0
.init_array 192 192 0 0.0
.rodata 501012 502556 1544 0.3
.text 8365268 8482228 116960 1.4
door-lock-app debug (read only) 2023865 2023865 0 0.0
(read/write) 116928 116928 0 0.0
.bss 47648 47648 0 0.0
.data 992 992 0 0.0
.data.rel.ro 62872 62872 0 0.0
.dynamic 592 592 0 0.0
.got 4128 4128 0 0.0
.init 27 27 0 0.0
.init_array 664 664 0 0.0
.rodata 181596 181596 0 0.0
.text 1692386 1692386 0 0.0
lighting-app debug+rpc (read only) 2200153 2200153 0 0.0
(read/write) 123888 123888 0 0.0
.bss 48928 48928 0 0.0
.data 1472 1472 0 0.0
.data.rel.ro 67944 67944 0 0.0
.dynamic 608 608 0 0.0
.got 4176 4176 0 0.0
.init 27 27 0 0.0
.init_array 744 744 0 0.0
.rodata 175452 175452 0 0.0
.text 1865458 1865458 0 0.0
ota-provider-app debug (read only) 1964257 1964257 0 0.0
(read/write) 112720 112720 0 0.0
.bss 47584 47584 0 0.0
.data 1256 1256 0 0.0
.data.rel.ro 58216 58216 0 0.0
.dynamic 608 608 0 0.0
.got 4384 4384 0 0.0
.init 27 27 0 0.0
.init_array 616 616 0 0.0
.rodata 167371 167371 0 0.0
.text 1644946 1644946 0 0.0
ota-requestor-app debug (read only) 1991481 1991481 0 0.0
(read/write) 115944 115944 0 0.0
.bss 48512 48512 0 0.0
.data 1480 1480 0 0.0
.data.rel.ro 60472 60472 0 0.0
.dynamic 592 592 0 0.0
.got 4192 4192 0 0.0
.init 27 27 0 0.0
.init_array 640 640 0 0.0
.rodata 163556 163556 0 0.0
.text 1674978 1674978 0 0.0
shell debug (read only) 2452209 2452209 0 0.0
(read/write) 147400 147400 0 0.0
.bss 67304 67304 0 0.0
.data 800 800 0 0.0
.data.rel.ro 73592 73592 0 0.0
.dynamic 592 592 0 0.0
.got 4160 4160 0 0.0
.init 27 27 0 0.0
.init_array 920 920 0 0.0
.rodata 210066 210066 0 0.0
.text 2085122 2085122 0 0.0
thermostat-no-ble arm64 (read only) 2281796 2281796 0 0.0
(read/write) 148353 148353 0 0.0
.bss 62817 62817 0 0.0
.data 1040 1040 0 0.0
.data.rel.ro 76976 76976 0 0.0
.dynamic 560 560 0 0.0
.got 4512 4512 0 0.0
.init 24 24 0 0.0
.init_array 360 360 0 0.0
.rodata 140116 140116 0 0.0
.text 1918272 1918272 0 0.0
tv-app debug (read only) 2699817 2699817 0 0.0
(read/write) 247552 247552 0 0.0
.bss 164288 164288 0 0.0
.data 3136 3136 0 0.0
.data.rel.ro 74064 74064 0 0.0
.dynamic 592 592 0 0.0
.got 4552 4552 0 0.0
.init 27 27 0 0.0
.init_array 888 888 0 0.0
.rodata 206443 206443 0 0.0
.text 2318674 2318674 0 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2357388 2357388 0 0.0
.bss 185020 185020 0 0.0
.data 5760 5760 0 0.0
.text 1319988 1319988 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1145211 1145211 0 0.0
bss 143052 143052 0 0.0
rodata 142516 142516 0 0.0
text 784788 784788 0 0.0
p6 all-clusters-app default (read/write) 2499976 2499976 0 0.0
.bss 118440 118440 0 0.0
.data 2640 2640 0 0.0
.text 1458240 1458240 0 0.0
light-app default (read/write) 2402144 2402144 0 0.0
.bss 111912 111912 0 0.0
.data 2496 2496 0 0.0
.text 1360408 1360408 0 0.0
lock-app default (read/write) 2365760 2365760 0 0.0
.bss 111656 111656 0 0.0
.data 2456 2456 0 0.0
.text 1324024 1324024 0 0.0
telink lighting-app tlsr9518adk80d (read/write) 789580 789580 0 0.0
bss 70268 70268 0 0.0
noinit 40416 40416 0 0.0
text 559722 559722 0 0.0

@vivien-apple vivien-apple force-pushed the YAML_IssueErrorOnPairingTimeout branch 2 times, most recently from f05c15f to e7e6752 Compare March 30, 2022 13:55
@github-actions
Copy link

github-actions bot commented Mar 30, 2022

PR #16774: Size comparison from 0f8d2c9 to e7e6752

Increases above 0.2%:

platform target config section 0f8d2c9 e7e6752 change % change
linux chip-tool debug (read only) 10311229 10424085 112856 1.1
(read/write) 356456 359048 2592 0.7
.data.rel.ro 326808 329408 2600 0.8
.rodata 525877 527381 1504 0.3
.text 8999013 9102565 103552 1.2
chip-tool-ipv6only arm64 (read only) 9923868 10050388 126520 1.3
(read/write) 475441 478065 2624 0.6
.data.rel.ro 373536 376160 2624 0.7
.rodata 501012 502556 1544 0.3
.text 8365268 8482404 117136 1.4
Increases (3 builds for linux)
platform target config section 0f8d2c9 e7e6752 change % change
linux chip-tool debug (read only) 10311229 10424085 112856 1.1
(read/write) 356456 359048 2592 0.7
.data.rel.ro 326808 329408 2600 0.8
.rodata 525877 527381 1504 0.3
.text 8999013 9102565 103552 1.2
chip-tool-ipv6only arm64 (read only) 9923868 10050388 126520 1.3
(read/write) 475441 478065 2624 0.6
.data.rel.ro 373536 376160 2624 0.7
.got 56200 56208 8 0.0
.rodata 501012 502556 1544 0.3
.text 8365268 8482404 117136 1.4
tv-app debug (read only) 2699817 2700521 704 0.0
.text 2318674 2319378 704 0.0
Full report (27 builds for cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
platform target config section 0f8d2c9 e7e6752 change % change
cyw30739 light cyw930739m2evb_01 (read/write) 607198 607198 0 0.0
.app_xip_area 513968 513968 0 0.0
.bss 75976 75976 0 0.0
.data 604 604 0 0.0
.rodata 0 0 0 0.0
.text 0 0 0 0.0
lock cyw930739m2evb_01 (read/write) 564738 564738 0 0.0
.app_xip_area 473036 473036 0 0.0
.bss 74480 74480 0 0.0
.data 568 568 0 0.0
.rodata 0 0 0 0.0
.text 0 0 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 576874 576874 0 0.0
.app_xip_area 475524 475524 0 0.0
.bss 83808 83808 0 0.0
.data 508 508 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A (read only) 928152 928152 0 0.0
(read/write) 129112 129112 0 0.0
.bss 127112 127112 0 0.0
.data 1996 1996 0 0.0
.text 928144 928144 0 0.0
BRD4161A+rpc (read only) 957160 957160 0 0.0
(read/write) 145064 145064 0 0.0
.bss 142888 142888 0 0.0
.data 2176 2176 0 0.0
.text 957152 957152 0 0.0
window-app BRD4161A (read only) 857636 857636 0 0.0
(read/write) 127072 127072 0 0.0
.bss 125200 125200 0 0.0
.data 1872 1872 0 0.0
.text 857628 857628 0 0.0
esp32 all-clusters-app c3devkit (read only) 968374 968374 0 0.0
(read/write) 1394770 1394770 0 0.0
.dram0.bss 62416 62416 0 0.0
.dram0.data 14204 14204 0 0.0
.flash.rodata 199240 199240 0 0.0
.flash.text 968374 968374 0 0.0
.iram0.text 62016 62016 0 0.0
m5stack (read only) 1024075 1024075 0 0.0
(read/write) 462532 462532 0 0.0
.dram0.bss 67944 67944 0 0.0
.dram0.data 34024 34024 0 0.0
.flash.rodata 228728 228728 0 0.0
.flash.text 1018691 1018691 0 0.0
.iram0.text 123107 123107 0 0.0
k32w light k32w061+release (read/write) 705780 705780 0 0.0
.bss 77968 77968 0 0.0
.data 1876 1876 0 0.0
.text 620136 620136 0 0.0
lock k32w061+release (read/write) 704900 704900 0 0.0
.bss 77944 77944 0 0.0
.data 1916 1916 0 0.0
.text 619240 619240 0 0.0
linux all-clusters-app debug (read only) 2537441 2537441 0 0.0
(read/write) 143384 143384 0 0.0
.bss 57408 57408 0 0.0
.data 1280 1280 0 0.0
.data.rel.ro 78952 78952 0 0.0
.dynamic 592 592 0 0.0
.got 4184 4184 0 0.0
.init 27 27 0 0.0
.init_array 944 944 0 0.0
.rodata 216613 216613 0 0.0
.text 2156930 2156930 0 0.0
bridge-app debug+rpc (read only) 1771221 1771221 0 0.0
(read/write) 89552 89552 0 0.0
.bss 44520 44520 0 0.0
.data 1984 1984 0 0.0
.data.rel.ro 37968 37968 0 0.0
.dynamic 592 592 0 0.0
.got 3928 3928 0 0.0
.init 27 27 0 0.0
.init_array 544 544 0 0.0
.rodata 145004 145004 0 0.0
.text 1510789 1510789 0 0.0
chip-tool debug (read only) 10311229 10424085 112856 1.1
(read/write) 356456 359048 2592 0.7
.bss 22464 22464 0 0.0
.data 1072 1072 0 0.0
.data.rel.ro 326808 329408 2600 0.8
.dynamic 608 608 0 0.0
.got 4824 4824 0 0.0
.init 27 27 0 0.0
.init_array 640 640 0 0.0
.rodata 525877 527381 1504 0.3
.text 8999013 9102565 103552 1.2
chip-tool-ipv6only arm64 (read only) 9923868 10050388 126520 1.3
(read/write) 475441 478065 2624 0.6
.bss 40753 40753 0 0.0
.data 1144 1144 0 0.0
.data.rel.ro 373536 376160 2624 0.7
.dynamic 560 560 0 0.0
.got 56200 56208 8 0.0
.init 24 24 0 0.0
.init_array 192 192 0 0.0
.rodata 501012 502556 1544 0.3
.text 8365268 8482404 117136 1.4
door-lock-app debug (read only) 2023865 2023865 0 0.0
(read/write) 116928 116928 0 0.0
.bss 47648 47648 0 0.0
.data 992 992 0 0.0
.data.rel.ro 62872 62872 0 0.0
.dynamic 592 592 0 0.0
.got 4128 4128 0 0.0
.init 27 27 0 0.0
.init_array 664 664 0 0.0
.rodata 181596 181596 0 0.0
.text 1692386 1692386 0 0.0
lighting-app debug+rpc (read only) 2200153 2200153 0 0.0
(read/write) 123888 123888 0 0.0
.bss 48928 48928 0 0.0
.data 1472 1472 0 0.0
.data.rel.ro 67944 67944 0 0.0
.dynamic 608 608 0 0.0
.got 4176 4176 0 0.0
.init 27 27 0 0.0
.init_array 744 744 0 0.0
.rodata 175452 175452 0 0.0
.text 1865458 1865458 0 0.0
ota-provider-app debug (read only) 1964257 1964257 0 0.0
(read/write) 112720 112720 0 0.0
.bss 47584 47584 0 0.0
.data 1256 1256 0 0.0
.data.rel.ro 58216 58216 0 0.0
.dynamic 608 608 0 0.0
.got 4384 4384 0 0.0
.init 27 27 0 0.0
.init_array 616 616 0 0.0
.rodata 167371 167371 0 0.0
.text 1644946 1644946 0 0.0
ota-requestor-app debug (read only) 1991481 1991481 0 0.0
(read/write) 115944 115944 0 0.0
.bss 48512 48512 0 0.0
.data 1480 1480 0 0.0
.data.rel.ro 60472 60472 0 0.0
.dynamic 592 592 0 0.0
.got 4192 4192 0 0.0
.init 27 27 0 0.0
.init_array 640 640 0 0.0
.rodata 163556 163556 0 0.0
.text 1674978 1674978 0 0.0
shell debug (read only) 2452209 2452209 0 0.0
(read/write) 147400 147400 0 0.0
.bss 67304 67304 0 0.0
.data 800 800 0 0.0
.data.rel.ro 73592 73592 0 0.0
.dynamic 592 592 0 0.0
.got 4160 4160 0 0.0
.init 27 27 0 0.0
.init_array 920 920 0 0.0
.rodata 210066 210066 0 0.0
.text 2085122 2085122 0 0.0
thermostat-no-ble arm64 (read only) 2281796 2281796 0 0.0
(read/write) 148353 148353 0 0.0
.bss 62817 62817 0 0.0
.data 1040 1040 0 0.0
.data.rel.ro 76976 76976 0 0.0
.dynamic 560 560 0 0.0
.got 4512 4512 0 0.0
.init 24 24 0 0.0
.init_array 360 360 0 0.0
.rodata 140116 140116 0 0.0
.text 1918272 1918272 0 0.0
tv-app debug (read only) 2699817 2700521 704 0.0
(read/write) 247552 247552 0 0.0
.bss 164288 164288 0 0.0
.data 3136 3136 0 0.0
.data.rel.ro 74064 74064 0 0.0
.dynamic 592 592 0 0.0
.got 4552 4552 0 0.0
.init 27 27 0 0.0
.init_array 888 888 0 0.0
.rodata 206443 206443 0 0.0
.text 2318674 2319378 704 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2357388 2357388 0 0.0
.bss 185020 185020 0 0.0
.data 5760 5760 0 0.0
.text 1319988 1319988 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1145211 1145211 0 0.0
bss 143052 143052 0 0.0
rodata 142516 142516 0 0.0
text 784788 784788 0 0.0
p6 all-clusters-app default (read/write) 2499976 2499976 0 0.0
.bss 118440 118440 0 0.0
.data 2640 2640 0 0.0
.text 1458240 1458240 0 0.0
light-app default (read/write) 2402144 2402144 0 0.0
.bss 111912 111912 0 0.0
.data 2496 2496 0 0.0
.text 1360408 1360408 0 0.0
lock-app default (read/write) 2365760 2365760 0 0.0
.bss 111656 111656 0 0.0
.data 2456 2456 0 0.0
.text 1324024 1324024 0 0.0
telink lighting-app tlsr9518adk80d (read/write) 789580 789580 0 0.0
bss 70268 70268 0 0.0
noinit 40416 40416 0 0.0
text 559722 559722 0 0.0

examples/chip-tool/templates/tests/helper.js Outdated Show resolved Hide resolved
src/controller/SetUpCodePairer.cpp Outdated Show resolved Hide resolved
src/controller/SetUpCodePairer.cpp Outdated Show resolved Hide resolved
src/controller/SetUpCodePairer.cpp Outdated Show resolved Hide resolved
@vivien-apple vivien-apple force-pushed the YAML_IssueErrorOnPairingTimeout branch from e7e6752 to 18795d8 Compare March 31, 2022 07:52
@github-actions
Copy link

github-actions bot commented Mar 31, 2022

PR #16774: Size comparison from a20ba1c to 18795d8

Increases above 0.2%:

platform target config section a20ba1c 18795d8 change % change
linux chip-tool debug (read only) 10333325 10446245 112920 1.1
(read/write) 356640 359232 2592 0.7
.data.rel.ro 327264 329864 2600 0.8
.rodata 529997 531565 1568 0.3
.text 9015269 9118821 103552 1.1
chip-tool-no-interactive-ipv6only arm64 (read only) 9941780 10068316 126536 1.3
(read/write) 475633 478257 2624 0.6
.data.rel.ro 374024 376648 2624 0.7
.rodata 503788 505332 1544 0.3
.text 8379380 8496516 117136 1.4
Increases (3 builds for linux)
platform target config section a20ba1c 18795d8 change % change
linux chip-tool debug (read only) 10333325 10446245 112920 1.1
(read/write) 356640 359232 2592 0.7
.data.rel.ro 327264 329864 2600 0.8
.rodata 529997 531565 1568 0.3
.text 9015269 9118821 103552 1.1
chip-tool-no-interactive-ipv6only arm64 (read only) 9941780 10068316 126536 1.3
(read/write) 475633 478257 2624 0.6
.data.rel.ro 374024 376648 2624 0.7
.got 56264 56272 8 0.0
.rodata 503788 505332 1544 0.3
.text 8379380 8496516 117136 1.4
tv-app debug (read only) 2714633 2715337 704 0.0
.text 2330690 2331394 704 0.0
Full report (31 builds for cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
platform target config section a20ba1c 18795d8 change % change
cc13x2_26x2 lock-ftd LP_CC2652R7 (read only) 667707 667707 0 0.0
(read/write) 184036 184036 0 0.0
.bss 81784 81784 0 0.0
.data 3132 3132 0 0.0
.rodata 79627 79627 0 0.0
.text 587600 587600 0 0.0
lock-mtd LP_CC2652R7 (read only) 616835 616835 0 0.0
(read/write) 154500 154500 0 0.0
.bss 77512 77512 0 0.0
.data 3132 3132 0 0.0
.rodata 79507 79507 0 0.0
.text 536840 536840 0 0.0
pump-app LP_CC2652R7 (read only) 686527 686527 0 0.0
(read/write) 166368 166368 0 0.0
.bss 82168 82168 0 0.0
.data 3128 3128 0 0.0
.rodata 81631 81631 0 0.0
.text 604412 604412 0 0.0
pump-controller-app LP_CC2652R7 (read only) 669415 669415 0 0.0
(read/write) 183232 183232 0 0.0
.bss 81920 81920 0 0.0
.data 3128 3128 0 0.0
.rodata 78039 78039 0 0.0
.text 590892 590892 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 609754 609754 0 0.0
.app_xip_area 516496 516496 0 0.0
.bss 76004 76004 0 0.0
.data 600 600 0 0.0
.rodata 0 0 0 0.0
.text 0 0 0 0.0
lock cyw930739m2evb_01 (read/write) 567266 567266 0 0.0
.app_xip_area 475544 475544 0 0.0
.bss 74508 74508 0 0.0
.data 564 564 0 0.0
.rodata 0 0 0 0.0
.text 0 0 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 579182 579182 0 0.0
.app_xip_area 477804 477804 0 0.0
.bss 83836 83836 0 0.0
.data 504 504 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A (read only) 930500 930500 0 0.0
(read/write) 129128 129128 0 0.0
.bss 127136 127136 0 0.0
.data 1992 1992 0 0.0
.text 930492 930492 0 0.0
BRD4161A+rpc (read only) 959508 959508 0 0.0
(read/write) 145084 145084 0 0.0
.bss 142912 142912 0 0.0
.data 2172 2172 0 0.0
.text 959500 959500 0 0.0
window-app BRD4161A (read only) 859960 859960 0 0.0
(read/write) 127096 127096 0 0.0
.bss 125224 125224 0 0.0
.data 1868 1868 0 0.0
.text 859952 859952 0 0.0
esp32 all-clusters-app c3devkit (read only) 970622 970622 0 0.0
(read/write) 1395138 1395138 0 0.0
.dram0.bss 62456 62456 0 0.0
.dram0.data 14220 14220 0 0.0
.flash.rodata 199544 199544 0 0.0
.flash.text 970622 970622 0 0.0
.iram0.text 62016 62016 0 0.0
m5stack (read only) 1026335 1026335 0 0.0
(read/write) 462900 462900 0 0.0
.dram0.bss 67984 67984 0 0.0
.dram0.data 34024 34024 0 0.0
.flash.rodata 229056 229056 0 0.0
.flash.text 1020951 1020951 0 0.0
.iram0.text 123107 123107 0 0.0
k32w light k32w061+release (read/write) 707492 707492 0 0.0
.bss 77992 77992 0 0.0
.data 1872 1872 0 0.0
.text 621828 621828 0 0.0
lock k32w061+release (read/write) 706600 706600 0 0.0
.bss 77960 77960 0 0.0
.data 1912 1912 0 0.0
.text 620928 620928 0 0.0
linux all-clusters-app debug (read only) 2553137 2553137 0 0.0
(read/write) 143872 143872 0 0.0
.bss 57472 57472 0 0.0
.data 1296 1296 0 0.0
.data.rel.ro 79352 79352 0 0.0
.dynamic 592 592 0 0.0
.got 4184 4184 0 0.0
.init 27 27 0 0.0
.init_array 952 952 0 0.0
.rodata 219077 219077 0 0.0
.text 2169634 2169634 0 0.0
bridge-app debug+rpc (read only) 1783037 1783037 0 0.0
(read/write) 89880 89880 0 0.0
.bss 44552 44552 0 0.0
.data 2000 2000 0 0.0
.data.rel.ro 38232 38232 0 0.0
.dynamic 592 592 0 0.0
.got 3928 3928 0 0.0
.init 27 27 0 0.0
.init_array 552 552 0 0.0
.rodata 147057 147057 0 0.0
.text 1520117 1520117 0 0.0
chip-tool debug (read only) 10333325 10446245 112920 1.1
(read/write) 356640 359232 2592 0.7
.bss 22080 22080 0 0.0
.data 1072 1072 0 0.0
.data.rel.ro 327264 329864 2600 0.8
.dynamic 624 624 0 0.0
.got 4896 4896 0 0.0
.init 27 27 0 0.0
.init_array 664 664 0 0.0
.rodata 529997 531565 1568 0.3
.text 9015269 9118821 103552 1.1
chip-tool-no-interactive-ipv6only arm64 (read only) 9941780 10068316 126536 1.3
(read/write) 475633 478257 2624 0.6
.bss 40401 40401 0 0.0
.data 1136 1136 0 0.0
.data.rel.ro 374024 376648 2624 0.7
.dynamic 560 560 0 0.0
.got 56264 56272 8 0.0
.init 24 24 0 0.0
.init_array 192 192 0 0.0
.rodata 503788 505332 1544 0.3
.text 8379380 8496516 117136 1.4
door-lock-app debug (read only) 2035761 2035761 0 0.0
(read/write) 117288 117288 0 0.0
.bss 47680 47680 0 0.0
.data 1008 1008 0 0.0
.data.rel.ro 63176 63176 0 0.0
.dynamic 592 592 0 0.0
.got 4128 4128 0 0.0
.init 27 27 0 0.0
.init_array 672 672 0 0.0
.rodata 183649 183649 0 0.0
.text 1701794 1701794 0 0.0
lighting-app debug+rpc (read only) 2213521 2213521 0 0.0
(read/write) 124280 124280 0 0.0
.bss 48960 48960 0 0.0
.data 1488 1488 0 0.0
.data.rel.ro 68248 68248 0 0.0
.dynamic 608 608 0 0.0
.got 4176 4176 0 0.0
.init 27 27 0 0.0
.init_array 752 752 0 0.0
.rodata 177665 177665 0 0.0
.text 1876178 1876178 0 0.0
ota-provider-app debug (read only) 1975553 1975553 0 0.0
(read/write) 113016 113016 0 0.0
.bss 47584 47584 0 0.0
.data 1288 1288 0 0.0
.data.rel.ro 58488 58488 0 0.0
.dynamic 608 608 0 0.0
.got 4384 4384 0 0.0
.init 27 27 0 0.0
.init_array 624 624 0 0.0
.rodata 169291 169291 0 0.0
.text 1653890 1653890 0 0.0
ota-requestor-app debug (read only) 2003457 2003457 0 0.0
(read/write) 116208 116208 0 0.0
.bss 48544 48544 0 0.0
.data 1480 1480 0 0.0
.data.rel.ro 60696 60696 0 0.0
.dynamic 592 592 0 0.0
.got 4192 4192 0 0.0
.init 27 27 0 0.0
.init_array 648 648 0 0.0
.rodata 165652 165652 0 0.0
.text 1684450 1684450 0 0.0
shell debug (read only) 2468473 2468473 0 0.0
(read/write) 147824 147824 0 0.0
.bss 67304 67304 0 0.0
.data 784 784 0 0.0
.data.rel.ro 74016 74016 0 0.0
.dynamic 592 592 0 0.0
.got 4160 4160 0 0.0
.init 27 27 0 0.0
.init_array 928 928 0 0.0
.rodata 212274 212274 0 0.0
.text 2098578 2098578 0 0.0
thermostat-no-ble arm64 (read only) 2293092 2293092 0 0.0
(read/write) 148657 148657 0 0.0
.bss 62849 62849 0 0.0
.data 1040 1040 0 0.0
.data.rel.ro 77216 77216 0 0.0
.dynamic 560 560 0 0.0
.got 4544 4544 0 0.0
.init 24 24 0 0.0
.init_array 360 360 0 0.0
.rodata 142052 142052 0 0.0
.text 1927072 1927072 0 0.0
tv-app debug (read only) 2714633 2715337 704 0.0
(read/write) 248184 248184 0 0.0
.bss 164624 164624 0 0.0
.data 3136 3136 0 0.0
.data.rel.ro 74368 74368 0 0.0
.dynamic 592 592 0 0.0
.got 4552 4552 0 0.0
.init 27 27 0 0.0
.init_array 896 896 0 0.0
.rodata 208811 208811 0 0.0
.text 2330690 2331394 704 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2358540 2358540 0 0.0
.bss 185052 185052 0 0.0
.data 5760 5760 0 0.0
.text 1321140 1321140 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1147635 1147635 0 0.0
bss 143092 143092 0 0.0
rodata 142884 142884 0 0.0
text 786856 786856 0 0.0
p6 all-clusters-app default (read/write) 2502984 2502984 0 0.0
.bss 118488 118488 0 0.0
.data 2640 2640 0 0.0
.text 1461248 1461248 0 0.0
light-app default (read/write) 2404472 2404472 0 0.0
.bss 111944 111944 0 0.0
.data 2496 2496 0 0.0
.text 1362736 1362736 0 0.0
lock-app default (read/write) 2368080 2368080 0 0.0
.bss 111688 111688 0 0.0
.data 2456 2456 0 0.0
.text 1326344 1326344 0 0.0
telink lighting-app tlsr9518adk80d (read/write) 791428 791428 0 0.0
bss 70296 70296 0 0.0
noinit 40416 40416 0 0.0
text 561392 561392 0 0.0

@woody-apple
Copy link
Contributor

Fast tracking testing updates

@github-actions
Copy link

github-actions bot commented Apr 4, 2022

PR #16774: Size comparison from 3666138 to f2ba6bd

Increases above 0.2%:

platform target config section 3666138 f2ba6bd change % change
linux chip-tool debug (read only) 10436029 10550221 114192 1.1
(read/write) 358552 361144 2592 0.7
.data.rel.ro 329272 331888 2616 0.8
.rodata 532205 533837 1632 0.3
.text 9111349 9216037 104688 1.1
chip-tool-no-interactive-ipv6only arm64 (read only) 10036540 10164612 128072 1.3
(read/write) 478177 480833 2656 0.6
.data.rel.ro 376144 378792 2648 0.7
.rodata 506524 508180 1656 0.3
.text 8465492 8583988 118496 1.4
Increases (3 builds for linux)
platform target config section 3666138 f2ba6bd change % change
linux chip-tool debug (read only) 10436029 10550221 114192 1.1
(read/write) 358552 361144 2592 0.7
.data.rel.ro 329272 331888 2616 0.8
.rodata 532205 533837 1632 0.3
.text 9111349 9216037 104688 1.1
chip-tool-no-interactive-ipv6only arm64 (read only) 10036540 10164612 128072 1.3
(read/write) 478177 480833 2656 0.6
.data.rel.ro 376144 378792 2648 0.7
.got 56768 56776 8 0.0
.rodata 506524 508180 1656 0.3
.text 8465492 8583988 118496 1.4
tv-app debug (read only) 2741337 2742041 704 0.0
(read/write) 249312 249344 32 0.0
.bss 165200 165232 32 0.0
.text 2352882 2353586 704 0.0
Full report (31 builds for cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
platform target config section 3666138 f2ba6bd change % change
cc13x2_26x2 lock-ftd LP_CC2652R7 (read only) 668091 668091 0 0.0
(read/write) 183604 183604 0 0.0
.bss 81736 81736 0 0.0
.data 3128 3128 0 0.0
.rodata 79683 79683 0 0.0
.text 587928 587928 0 0.0
lock-mtd LP_CC2652R7 (read only) 617211 617211 0 0.0
(read/write) 154448 154448 0 0.0
.bss 77464 77464 0 0.0
.data 3128 3128 0 0.0
.rodata 79563 79563 0 0.0
.text 537160 537160 0 0.0
pump-app LP_CC2652R7 (read only) 687543 687543 0 0.0
(read/write) 165312 165312 0 0.0
.bss 82128 82128 0 0.0
.data 3160 3160 0 0.0
.rodata 81759 81759 0 0.0
.text 605300 605300 0 0.0
pump-controller-app LP_CC2652R7 (read only) 669775 669775 0 0.0
(read/write) 182824 182824 0 0.0
.bss 81872 81872 0 0.0
.data 3124 3124 0 0.0
.rodata 78095 78095 0 0.0
.text 591196 591196 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 610682 610682 0 0.0
.app_xip_area 517456 517456 0 0.0
.bss 75980 75980 0 0.0
.data 596 596 0 0.0
.rodata 0 0 0 0.0
.text 0 0 0 0.0
lock cyw930739m2evb_01 (read/write) 568202 568202 0 0.0
.app_xip_area 476504 476504 0 0.0
.bss 74484 74484 0 0.0
.data 560 560 0 0.0
.rodata 0 0 0 0.0
.text 0 0 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 579790 579790 0 0.0
.app_xip_area 478460 478460 0 0.0
.bss 83796 83796 0 0.0
.data 500 500 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A (read only) 916168 916168 0 0.0
(read/write) 129728 129728 0 0.0
.bss 127768 127768 0 0.0
.data 1956 1956 0 0.0
.text 916160 916160 0 0.0
BRD4161A+rpc (read only) 944048 944048 0 0.0
(read/write) 145680 145680 0 0.0
.bss 143544 143544 0 0.0
.data 2136 2136 0 0.0
.text 944040 944040 0 0.0
window-app BRD4161A (read only) 851480 851480 0 0.0
(read/write) 127752 127752 0 0.0
.bss 125912 125912 0 0.0
.data 1836 1836 0 0.0
.text 851472 851472 0 0.0
esp32 all-clusters-app c3devkit (read only) 985940 985940 0 0.0
(read/write) 1460530 1460530 0 0.0
.dram0.bss 62920 62920 0 0.0
.dram0.data 14164 14164 0 0.0
.flash.rodata 197960 197960 0 0.0
.flash.text 985940 985940 0 0.0
.iram0.text 62572 62572 0 0.0
m5stack (read only) 1038339 1038339 0 0.0
(read/write) 461544 461544 0 0.0
.dram0.bss 68448 68448 0 0.0
.dram0.data 34024 34024 0 0.0
.flash.rodata 226928 226928 0 0.0
.flash.text 1032955 1032955 0 0.0
.iram0.text 123415 123415 0 0.0
k32w light k32w061+release (read/write) 707908 707908 0 0.0
.bss 77944 77944 0 0.0
.data 1868 1868 0 0.0
.text 622296 622296 0 0.0
lock k32w061+release (read/write) 707316 707316 0 0.0
.bss 77928 77928 0 0.0
.data 1908 1908 0 0.0
.text 621680 621680 0 0.0
linux all-clusters-app debug (read only) 2576609 2576609 0 0.0
(read/write) 144360 144360 0 0.0
.bss 57536 57536 0 0.0
.data 1328 1328 0 0.0
.data.rel.ro 79608 79608 0 0.0
.dynamic 592 592 0 0.0
.got 4312 4312 0 0.0
.init 27 27 0 0.0
.init_array 960 960 0 0.0
.rodata 220549 220549 0 0.0
.text 2188642 2188642 0 0.0
bridge-app debug+rpc (read only) 1787181 1787181 0 0.0
(read/write) 89912 89912 0 0.0
.bss 44520 44520 0 0.0
.data 1984 1984 0 0.0
.data.rel.ro 38320 38320 0 0.0
.dynamic 592 592 0 0.0
.got 3928 3928 0 0.0
.init 27 27 0 0.0
.init_array 552 552 0 0.0
.rodata 146937 146937 0 0.0
.text 1524213 1524213 0 0.0
chip-tool debug (read only) 10436029 10550221 114192 1.1
(read/write) 358552 361144 2592 0.7
.bss 22016 22016 0 0.0
.data 1040 1040 0 0.0
.data.rel.ro 329272 331888 2616 0.8
.dynamic 624 624 0 0.0
.got 4896 4896 0 0.0
.init 27 27 0 0.0
.init_array 656 656 0 0.0
.rodata 532205 533837 1632 0.3
.text 9111349 9216037 104688 1.1
chip-tool-no-interactive-ipv6only arm64 (read only) 10036540 10164612 128072 1.3
(read/write) 478177 480833 2656 0.6
.bss 40337 40337 0 0.0
.data 1128 1128 0 0.0
.data.rel.ro 376144 378792 2648 0.7
.dynamic 560 560 0 0.0
.got 56768 56776 8 0.0
.init 24 24 0 0.0
.init_array 184 184 0 0.0
.rodata 506524 508180 1656 0.3
.text 8465492 8583988 118496 1.4
door-lock-app debug (read only) 2057977 2057977 0 0.0
(read/write) 117808 117808 0 0.0
.bss 47776 47776 0 0.0
.data 1056 1056 0 0.0
.data.rel.ro 63416 63416 0 0.0
.dynamic 592 592 0 0.0
.got 4256 4256 0 0.0
.init 27 27 0 0.0
.init_array 680 680 0 0.0
.rodata 184873 184873 0 0.0
.text 1719890 1719890 0 0.0
lighting-app debug+rpc (read only) 2236209 2236209 0 0.0
(read/write) 124800 124800 0 0.0
.bss 49120 49120 0 0.0
.data 1504 1504 0 0.0
.data.rel.ro 68488 68488 0 0.0
.dynamic 608 608 0 0.0
.got 4304 4304 0 0.0
.init 27 27 0 0.0
.init_array 760 760 0 0.0
.rodata 179017 179017 0 0.0
.text 1894514 1894514 0 0.0
ota-provider-app debug (read only) 1995985 1995985 0 0.0
(read/write) 113408 113408 0 0.0
.bss 47616 47616 0 0.0
.data 1320 1320 0 0.0
.data.rel.ro 58728 58728 0 0.0
.dynamic 608 608 0 0.0
.got 4456 4456 0 0.0
.init 27 27 0 0.0
.init_array 632 632 0 0.0
.rodata 170707 170707 0 0.0
.text 1671154 1671154 0 0.0
ota-requestor-app debug (read only) 2024785 2024785 0 0.0
(read/write) 116632 116632 0 0.0
.bss 48608 48608 0 0.0
.data 1512 1512 0 0.0
.data.rel.ro 60936 60936 0 0.0
.dynamic 592 592 0 0.0
.got 4296 4296 0 0.0
.init 27 27 0 0.0
.init_array 656 656 0 0.0
.rodata 166908 166908 0 0.0
.text 1702098 1702098 0 0.0
shell debug (read only) 2473937 2473937 0 0.0
(read/write) 147888 147888 0 0.0
.bss 67240 67240 0 0.0
.data 784 784 0 0.0
.data.rel.ro 74136 74136 0 0.0
.dynamic 592 592 0 0.0
.got 4160 4160 0 0.0
.init 27 27 0 0.0
.init_array 928 928 0 0.0
.rodata 212338 212338 0 0.0
.text 2103666 2103666 0 0.0
thermostat-no-ble arm64 (read only) 2311068 2311068 0 0.0
(read/write) 149057 149057 0 0.0
.bss 62913 62913 0 0.0
.data 1072 1072 0 0.0
.data.rel.ro 77488 77488 0 0.0
.dynamic 560 560 0 0.0
.got 4568 4568 0 0.0
.init 24 24 0 0.0
.init_array 368 368 0 0.0
.rodata 142908 142908 0 0.0
.text 1943040 1943040 0 0.0
tv-app debug (read only) 2741337 2742041 704 0.0
(read/write) 249312 249344 32 0.0
.bss 165200 165232 32 0.0
.data 3296 3296 0 0.0
.data.rel.ro 74648 74648 0 0.0
.dynamic 592 592 0 0.0
.got 4656 4656 0 0.0
.init 27 27 0 0.0
.init_array 904 904 0 0.0
.rodata 210635 210635 0 0.0
.text 2352882 2353586 704 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2360020 2360020 0 0.0
.bss 185020 185020 0 0.0
.data 5752 5752 0 0.0
.text 1322620 1322620 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1148795 1148795 0 0.0
bss 143048 143048 0 0.0
rodata 143292 143292 0 0.0
text 787612 787612 0 0.0
p6 all-clusters-app default (read/write) 2504592 2504592 0 0.0
.bss 118456 118456 0 0.0
.data 2632 2632 0 0.0
.text 1462856 1462856 0 0.0
light-app default (read/write) 2405752 2405752 0 0.0
.bss 111912 111912 0 0.0
.data 2488 2488 0 0.0
.text 1364016 1364016 0 0.0
lock-app default (read/write) 2369384 2369384 0 0.0
.bss 111656 111656 0 0.0
.data 2448 2448 0 0.0
.text 1327648 1327648 0 0.0
telink lighting-app tlsr9518adk80d (read/write) 792340 792340 0 0.0
bss 70264 70264 0 0.0
noinit 40416 40416 0 0.0
text 562250 562250 0 0.0

@vivien-apple vivien-apple force-pushed the YAML_IssueErrorOnPairingTimeout branch from 27d8314 to 109a73c Compare April 5, 2022 07:17
@vivien-apple vivien-apple force-pushed the YAML_IssueErrorOnPairingTimeout branch from 109a73c to 6ba6a9c Compare April 5, 2022 07:23
@boring-cyborg boring-cyborg bot added the lib label Apr 5, 2022
@github-actions
Copy link

github-actions bot commented Apr 5, 2022

PR #16774: Size comparison from e92157a to 6ba6a9c

Increases above 0.2%:

platform target config section e92157a 6ba6a9c change % change
linux chip-tool debug (read only) 10484645 10599973 115328 1.1
(read/write) 367128 369752 2624 0.7
.data.rel.ro 337848 340464 2616 0.8
.rodata 534349 536109 1760 0.3
.text 9131957 9237653 105696 1.2
chip-tool-no-interactive-ipv6only arm64 (read only) 10083572 10212892 129320 1.3
(read/write) 486977 489633 2656 0.5
.data.rel.ro 384712 387360 2648 0.7
.rodata 508404 510172 1768 0.3
.text 8484324 8603956 119632 1.4
Increases (3 builds for linux)
platform target config section e92157a 6ba6a9c change % change
linux chip-tool debug (read only) 10484645 10599973 115328 1.1
(read/write) 367128 369752 2624 0.7
.data.rel.ro 337848 340464 2616 0.8
.rodata 534349 536109 1760 0.3
.text 9131957 9237653 105696 1.2
chip-tool-no-interactive-ipv6only arm64 (read only) 10083572 10212892 129320 1.3
(read/write) 486977 489633 2656 0.5
.data.rel.ro 384712 387360 2648 0.7
.got 57008 57016 8 0.0
.rodata 508404 510172 1768 0.3
.text 8484324 8603956 119632 1.4
tv-app debug (read only) 2762281 2762985 704 0.0
.text 2371986 2372690 704 0.0
Full report (28 builds for cc13x2_26x2, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
platform target config section e92157a 6ba6a9c change % change
cc13x2_26x2 lock-ftd LP_CC2652R7 (read only) 670727 670727 0 0.0
(read/write) 180992 180992 0 0.0
.bss 81760 81760 0 0.0
.data 3164 3164 0 0.0
.rodata 80039 80039 0 0.0
.text 590208 590208 0 0.0
lock-mtd LP_CC2652R7 (read only) 619855 619855 0 0.0
(read/write) 154508 154508 0 0.0
.bss 77488 77488 0 0.0
.data 3164 3164 0 0.0
.rodata 79927 79927 0 0.0
.text 539440 539440 0 0.0
pump-app LP_CC2652R7 (read only) 690191 690191 0 0.0
(read/write) 162704 162704 0 0.0
.bss 82168 82168 0 0.0
.data 3196 3196 0 0.0
.rodata 82119 82119 0 0.0
.text 607588 607588 0 0.0
pump-controller-app LP_CC2652R7 (read only) 672431 672431 0 0.0
(read/write) 180192 180192 0 0.0
.bss 81896 81896 0 0.0
.data 3160 3160 0 0.0
.rodata 78455 78455 0 0.0
.text 593492 593492 0 0.0
efr32 lighting-app BRD4161A (read only) 919500 919500 0 0.0
(read/write) 129792 129792 0 0.0
.bss 127800 127800 0 0.0
.data 1992 1992 0 0.0
.text 919492 919492 0 0.0
BRD4161A+rpc (read only) 947396 947396 0 0.0
(read/write) 145740 145740 0 0.0
.bss 143568 143568 0 0.0
.data 2172 2172 0 0.0
.text 947388 947388 0 0.0
window-app BRD4161A (read only) 854716 854716 0 0.0
(read/write) 127816 127816 0 0.0
.bss 125944 125944 0 0.0
.data 1872 1872 0 0.0
.text 854708 854708 0 0.0
esp32 all-clusters-app c3devkit (read only) 988250 988250 0 0.0
(read/write) 1460922 1460922 0 0.0
.dram0.bss 62952 62952 0 0.0
.dram0.data 14196 14196 0 0.0
.flash.rodata 198288 198288 0 0.0
.flash.text 988250 988250 0 0.0
.iram0.text 62572 62572 0 0.0
m5stack (read only) 1040599 1040599 0 0.0
(read/write) 461912 461912 0 0.0
.dram0.bss 68480 68480 0 0.0
.dram0.data 34056 34056 0 0.0
.flash.rodata 227232 227232 0 0.0
.flash.text 1035215 1035215 0 0.0
.iram0.text 123415 123415 0 0.0
k32w light k32w061+release (read/write) 710620 710620 0 0.0
.bss 77968 77968 0 0.0
.data 1904 1904 0 0.0
.text 624948 624948 0 0.0
lock k32w061+release (read/write) 710024 710024 0 0.0
.bss 77960 77960 0 0.0
.data 1944 1944 0 0.0
.text 624320 624320 0 0.0
linux all-clusters-app debug (read only) 2593737 2593737 0 0.0
(read/write) 144872 144872 0 0.0
.bss 57664 57664 0 0.0
.data 1440 1440 0 0.0
.data.rel.ro 79880 79880 0 0.0
.dynamic 592 592 0 0.0
.got 4312 4312 0 0.0
.init 27 27 0 0.0
.init_array 960 960 0 0.0
.rodata 221285 221285 0 0.0
.text 2204434 2204434 0 0.0
bridge-app debug+rpc (read only) 1803701 1803701 0 0.0
(read/write) 90296 90296 0 0.0
.bss 44584 44584 0 0.0
.data 2048 2048 0 0.0
.data.rel.ro 38584 38584 0 0.0
.dynamic 592 592 0 0.0
.got 3928 3928 0 0.0
.init 27 27 0 0.0
.init_array 552 552 0 0.0
.rodata 147513 147513 0 0.0
.text 1539557 1539557 0 0.0
chip-tool debug (read only) 10484645 10599973 115328 1.1
(read/write) 367128 369752 2624 0.7
.bss 22016 22016 0 0.0
.data 1040 1040 0 0.0
.data.rel.ro 337848 340464 2616 0.8
.dynamic 624 624 0 0.0
.got 4920 4920 0 0.0
.init 27 27 0 0.0
.init_array 656 656 0 0.0
.rodata 534349 536109 1760 0.3
.text 9131957 9237653 105696 1.2
chip-tool-no-interactive-ipv6only arm64 (read only) 10083572 10212892 129320 1.3
(read/write) 486977 489633 2656 0.5
.bss 40337 40337 0 0.0
.data 1128 1128 0 0.0
.data.rel.ro 384712 387360 2648 0.7
.dynamic 560 560 0 0.0
.got 57008 57016 8 0.0
.init 24 24 0 0.0
.init_array 184 184 0 0.0
.rodata 508404 510172 1768 0.3
.text 8484324 8603956 119632 1.4
door-lock-app debug (read only) 2074673 2074673 0 0.0
(read/write) 118320 118320 0 0.0
.bss 47904 47904 0 0.0
.data 1152 1152 0 0.0
.data.rel.ro 63704 63704 0 0.0
.dynamic 592 592 0 0.0
.got 4256 4256 0 0.0
.init 27 27 0 0.0
.init_array 680 680 0 0.0
.rodata 185513 185513 0 0.0
.text 1735346 1735346 0 0.0
lighting-app debug+rpc (read only) 2253193 2253193 0 0.0
(read/write) 125312 125312 0 0.0
.bss 49216 49216 0 0.0
.data 1600 1600 0 0.0
.data.rel.ro 68808 68808 0 0.0
.dynamic 608 608 0 0.0
.got 4304 4304 0 0.0
.init 27 27 0 0.0
.init_array 760 760 0 0.0
.rodata 179625 179625 0 0.0
.text 1910290 1910290 0 0.0
ota-provider-app debug (read only) 2012593 2012593 0 0.0
(read/write) 113888 113888 0 0.0
.bss 47744 47744 0 0.0
.data 1384 1384 0 0.0
.data.rel.ro 59032 59032 0 0.0
.dynamic 608 608 0 0.0
.got 4456 4456 0 0.0
.init 27 27 0 0.0
.init_array 632 632 0 0.0
.rodata 171403 171403 0 0.0
.text 1686466 1686466 0 0.0
ota-requestor-app debug (read only) 2041977 2041977 0 0.0
(read/write) 117176 117176 0 0.0
.bss 48736 48736 0 0.0
.data 1608 1608 0 0.0
.data.rel.ro 61240 61240 0 0.0
.dynamic 592 592 0 0.0
.got 4296 4296 0 0.0
.init 27 27 0 0.0
.init_array 656 656 0 0.0
.rodata 167892 167892 0 0.0
.text 1717682 1717682 0 0.0
shell debug (read only) 2490745 2490745 0 0.0
(read/write) 148336 148336 0 0.0
.bss 67336 67336 0 0.0
.data 848 848 0 0.0
.data.rel.ro 74424 74424 0 0.0
.dynamic 592 592 0 0.0
.got 4160 4160 0 0.0
.init 27 27 0 0.0
.init_array 928 928 0 0.0
.rodata 212978 212978 0 0.0
.text 2119234 2119234 0 0.0
thermostat-no-ble arm64 (read only) 2325020 2325020 0 0.0
(read/write) 149521 149521 0 0.0
.bss 62977 62977 0 0.0
.data 1136 1136 0 0.0
.data.rel.ro 77760 77760 0 0.0
.dynamic 560 560 0 0.0
.got 4632 4632 0 0.0
.init 24 24 0 0.0
.init_array 368 368 0 0.0
.rodata 143340 143340 0 0.0
.text 1955840 1955840 0 0.0
tv-app debug (read only) 2762281 2762985 704 0.0
(read/write) 249984 249984 0 0.0
.bss 165360 165360 0 0.0
.data 3392 3392 0 0.0
.data.rel.ro 75040 75040 0 0.0
.dynamic 592 592 0 0.0
.got 4672 4672 0 0.0
.init 27 27 0 0.0
.init_array 904 904 0 0.0
.rodata 211467 211467 0 0.0
.text 2371986 2372690 704 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2362956 2362956 0 0.0
.bss 185052 185052 0 0.0
.data 5784 5784 0 0.0
.text 1325556 1325556 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1151471 1151471 0 0.0
bss 143072 143072 0 0.0
rodata 143656 143656 0 0.0
text 789876 789876 0 0.0
p6 all-clusters-app default (read/write) 2507784 2507784 0 0.0
.bss 118480 118480 0 0.0
.data 2672 2672 0 0.0
.text 1466048 1466048 0 0.0
light-app default (read/write) 2408960 2408960 0 0.0
.bss 111944 111944 0 0.0
.data 2528 2528 0 0.0
.text 1367224 1367224 0 0.0
lock-app default (read/write) 2372608 2372608 0 0.0
.bss 111688 111688 0 0.0
.data 2488 2488 0 0.0
.text 1330872 1330872 0 0.0
telink lighting-app tlsr9518adk80d (read/write) 795088 795088 0 0.0
bss 70300 70300 0 0.0
noinit 40416 40416 0 0.0
text 564554 564554 0 0.0

@vivien-apple vivien-apple merged commit 3034129 into project-chip:master Apr 5, 2022
chencheung pushed a commit to chencheung/connectedhomeip that referenced this pull request Apr 6, 2022
chencheung pushed a commit to chencheung/connectedhomeip that referenced this pull request Apr 6, 2022
andrei-menzopol pushed a commit to andrei-menzopol/connectedhomeip that referenced this pull request Apr 14, 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.

[TC-MF-1.6] Handle expected error response codes for "PairWithQRCode" in YAML
4 participants