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

[all-clusters-app] Allow more subscriptions opened at the same time #15029

Conversation

vivien-apple
Copy link
Contributor

@vivien-apple vivien-apple commented Feb 10, 2022

Problem

ToT is randomly red with the Darwin CI because #14606 has added more subscriptions and the accessory can not keep up.

Change overview

  • Augment the number of read handlers on the accessory side
  • Remove the unused CHIP_IM_MAX_NUM_READ_CLIENT macro

Testing

I have tried by running xcodebuild test -target "CHIP" -scheme "CHIP Framework Tests" -sdk macosx 3 times in a row without failure.

@github-actions
Copy link

github-actions bot commented Feb 10, 2022

PR #15029: Size comparison from f0baba8 to f01b7f9

Full report (17 builds for cyw30739, efr32, k32w, linux, p6, qpg, telink)
platform target config section f0baba8 f01b7f9 change % change
cyw30739 light cyw930739m2evb_01 (read/write) 606702 606702 0 0.0
.app_xip_area 508132 508132 0 0.0
.bss 81268 81268 0 0.0
.data 648 648 0 0.0
.rodata 0 0 0 0.0
.text 0 0 0 0.0
lock cyw930739m2evb_01 (read/write) 563174 563174 0 0.0
.app_xip_area 466164 466164 0 0.0
.bss 79740 79740 0 0.0
.data 612 612 0 0.0
.rodata 0 0 0 0.0
.text 0 0 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 584190 584190 0 0.0
.app_xip_area 477932 477932 0 0.0
.bss 88660 88660 0 0.0
.data 556 556 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A (read only) 906824 906824 0 0.0
(read/write) 129000 129000 0 0.0
.bss 126960 126960 0 0.0
.data 2036 2036 0 0.0
.text 906816 906816 0 0.0
BRD4161A+rpc (read only) 894268 894268 0 0.0
(read/write) 145656 145656 0 0.0
.bss 143520 143520 0 0.0
.data 2136 2136 0 0.0
.text 894260 894260 0 0.0
window-app BRD4161A (read only) 841936 841936 0 0.0
(read/write) 127064 127064 0 0.0
.bss 125160 125160 0 0.0
.data 1904 1904 0 0.0
.text 841928 841928 0 0.0
k32w light k32w061+release (read/write) 683560 683560 0 0.0
.bss 78264 78264 0 0.0
.data 1908 1908 0 0.0
.text 597588 597588 0 0.0
lock k32w061+release (read/write) 688440 688440 0 0.0
.bss 78664 78664 0 0.0
.data 1952 1952 0 0.0
.text 602024 602024 0 0.0
linux chip-tool-ipv6only arm64 (read only) 7478108 7478108 0 0.0
(read/write) 303409 303409 0 0.0
.bss 51777 51777 0 0.0
.data 1224 1224 0 0.0
.data.rel.ro 199520 199520 0 0.0
.dynamic 560 560 0 0.0
.got 47088 47088 0 0.0
.init 24 24 0 0.0
.init_array 192 192 0 0.0
.rodata 403012 403012 0 0.0
.text 6435220 6435220 0 0.0
thermostat-no-ble arm64 (read only) 2139804 2139804 0 0.0
(read/write) 142273 142273 0 0.0
.bss 59201 59201 0 0.0
.data 1040 1040 0 0.0
.data.rel.ro 74912 74912 0 0.0
.dynamic 560 560 0 0.0
.got 4152 4152 0 0.0
.init 24 24 0 0.0
.init_array 328 328 0 0.0
.rodata 132956 132956 0 0.0
.text 1788736 1788736 0 0.0
p6 all-clusters-app default (read/write) 2482336 2482336 0 0.0
.bss 119704 119704 0 0.0
.data 2672 2672 0 0.0
.text 1440600 1440600 0 0.0
light-app default (read/write) 2388664 2388664 0 0.0
.bss 109352 109352 0 0.0
.data 2528 2528 0 0.0
.text 1346928 1346928 0 0.0
lock-app default (read/write) 2352120 2352120 0 0.0
.bss 109072 109072 0 0.0
.data 2488 2488 0 0.0
.text 1310384 1310384 0 0.0
qpg lighting-app qpg6105+debug (read only) 592980 592980 0 0.0
(read/write) 146940 146940 0 0.0
.bss 90536 90536 0 0.0
.data 1112 1112 0 0.0
.text 587660 587660 0 0.0
lock-app qpg6105+debug (read only) 558732 558732 0 0.0
(read/write) 146940 146940 0 0.0
.bss 90520 90520 0 0.0
.data 1064 1064 0 0.0
.text 553412 553412 0 0.0
persistent-storage-app qpg6105+debug (read only) 99520 99520 0 0.0
(read/write) 146940 146940 0 0.0
.bss 24004 24004 0 0.0
.data 176 176 0 0.0
.text 94200 94200 0 0.0
telink lighting-app tlsr9518adk80d (read/write) 874334 874334 0 0.0
bss 90352 90352 0 0.0
noinit 37160 37160 0 0.0
text 613082 613082 0 0.0

@vivien-apple vivien-apple force-pushed the CI_Darwin_TestMoreSubscriptionsOnTheServerSide branch from f01b7f9 to b097269 Compare February 10, 2022 14:06
@github-actions
Copy link

github-actions bot commented Feb 10, 2022

PR #15029: Size comparison from a08613b to b097269

Full report (34 builds for cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
platform target config section a08613be b097269 change % change
cyw30739 light cyw930739m2evb_01 (read/write) 606702 606702 0 0.0
.app_xip_area 508132 508132 0 0.0
.bss 81268 81268 0 0.0
.data 648 648 0 0.0
.rodata 0 0 0 0.0
.text 0 0 0 0.0
lock cyw930739m2evb_01 (read/write) 563174 563174 0 0.0
.app_xip_area 466164 466164 0 0.0
.bss 79740 79740 0 0.0
.data 612 612 0 0.0
.rodata 0 0 0 0.0
.text 0 0 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 584190 584190 0 0.0
.app_xip_area 477932 477932 0 0.0
.bss 88660 88660 0 0.0
.data 556 556 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A (read only) 906824 906824 0 0.0
(read/write) 129000 129000 0 0.0
.bss 126960 126960 0 0.0
.data 2036 2036 0 0.0
.text 906816 906816 0 0.0
BRD4161A+rpc (read only) 894268 894268 0 0.0
(read/write) 145656 145656 0 0.0
.bss 143520 143520 0 0.0
.data 2136 2136 0 0.0
.text 894260 894260 0 0.0
window-app BRD4161A (read only) 841936 841936 0 0.0
(read/write) 127064 127064 0 0.0
.bss 125160 125160 0 0.0
.data 1904 1904 0 0.0
.text 841928 841928 0 0.0
esp32 all-clusters-app c3devkit (read only) 943304 943304 0 0.0
(read/write) 1400250 1400250 0 0.0
.dram0.bss 68024 68024 0 0.0
.dram0.data 14276 14276 0 0.0
.flash.rodata 199040 199040 0 0.0
.flash.text 943304 943304 0 0.0
.iram0.text 62056 62056 0 0.0
m5stack (read only) 990967 990967 0 0.0
(read/write) 465080 465080 0 0.0
.dram0.bss 73168 73168 0 0.0
.dram0.data 34072 34072 0 0.0
.flash.rodata 225712 225712 0 0.0
.flash.text 985583 985583 0 0.0
.iram0.text 123399 123399 0 0.0
k32w light k32w061+release (read/write) 683560 683560 0 0.0
.bss 78264 78264 0 0.0
.data 1908 1908 0 0.0
.text 597588 597588 0 0.0
lock k32w061+release (read/write) 688440 688440 0 0.0
.bss 78664 78664 0 0.0
.data 1952 1952 0 0.0
.text 602024 602024 0 0.0
linux chip-tool-ipv6only arm64 (read only) 7478108 7478108 0 0.0
(read/write) 303409 303409 0 0.0
.bss 51777 51777 0 0.0
.data 1224 1224 0 0.0
.data.rel.ro 199520 199520 0 0.0
.dynamic 560 560 0 0.0
.got 47088 47088 0 0.0
.init 24 24 0 0.0
.init_array 192 192 0 0.0
.rodata 403012 403012 0 0.0
.text 6435220 6435220 0 0.0
thermostat-no-ble arm64 (read only) 2139804 2139804 0 0.0
(read/write) 142273 142273 0 0.0
.bss 59201 59201 0 0.0
.data 1040 1040 0 0.0
.data.rel.ro 74912 74912 0 0.0
.dynamic 560 560 0 0.0
.got 4152 4152 0 0.0
.init 24 24 0 0.0
.init_array 328 328 0 0.0
.rodata 132956 132956 0 0.0
.text 1788736 1788736 0 0.0
mbed all-clusters-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2396136 2396136 0 0.0
.bss 190092 190092 0 0.0
.data 5320 5320 0 0.0
.text 1358736 1358736 0 0.0
lighting-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2357760 2357760 0 0.0
.bss 182704 182704 0 0.0
.data 5632 5632 0 0.0
.text 1320360 1320360 0 0.0
lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2321288 2321288 0 0.0
.bss 182592 182592 0 0.0
.data 5608 5608 0 0.0
.text 1283888 1283888 0 0.0
pigweed-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 1139648 1139648 0 0.0
.bss 11756 11756 0 0.0
.data 4368 4368 0 0.0
.text 103032 103032 0 0.0
shell CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2307292 2307292 0 0.0
.bss 179844 179844 0 0.0
.data 5424 5424 0 0.0
.text 1269864 1269864 0 0.0
nrfconnect lighting-app nrf52840dk_nrf52840 (read/write) 1015395 1015395 0 0.0
bss 123020 123020 0 0.0
rodata 119416 119416 0 0.0
text 693940 693940 0 0.0
nrf52840dk_nrf52840+rpc (read/write) 984215 984215 0 0.0
bss 120208 120208 0 0.0
rodata 110780 110780 0 0.0
text 673552 673552 0 0.0
nrf52840dongle_nrf52840 (read/write) 1031099 1031099 0 0.0
bss 124416 124416 0 0.0
rodata 118276 118276 0 0.0
text 698556 698556 0 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 921990 921990 0 0.0
bss 119584 119584 0 0.0
rodata 112656 112656 0 0.0
text 608976 608976 0 0.0
lock-app nrf52840dk_nrf52840 (read/write) 945099 945099 0 0.0
bss 121400 121400 0 0.0
rodata 108160 108160 0 0.0
text 636968 636968 0 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 852610 852610 0 0.0
bss 117992 117992 0 0.0
rodata 101332 101332 0 0.0
text 552776 552776 0 0.0
pigweed-app nrf52840dk_nrf52840 (read/write) 527595 527595 0 0.0
bss 53632 53632 0 0.0
rodata 49976 49976 0 0.0
text 361016 361016 0 0.0
pump-app nrf52840dk_nrf52840 (read/write) 944539 944539 0 0.0
bss 121120 121120 0 0.0
rodata 107520 107520 0 0.0
text 637228 637228 0 0.0
pump-controller-app nrf52840dk_nrf52840 (read/write) 939863 939863 0 0.0
bss 121124 121124 0 0.0
rodata 106812 106812 0 0.0
text 633264 633264 0 0.0
shell nrf52840dk_nrf52840 (read/write) 805927 805927 0 0.0
bss 112400 112400 0 0.0
rodata 78812 78812 0 0.0
text 537036 537036 0 0.0
p6 all-clusters-app default (read/write) 2482336 2482336 0 0.0
.bss 119704 119704 0 0.0
.data 2672 2672 0 0.0
.text 1440600 1440600 0 0.0
light-app default (read/write) 2388664 2388664 0 0.0
.bss 109352 109352 0 0.0
.data 2528 2528 0 0.0
.text 1346928 1346928 0 0.0
lock-app default (read/write) 2352120 2352120 0 0.0
.bss 109072 109072 0 0.0
.data 2488 2488 0 0.0
.text 1310384 1310384 0 0.0
qpg lighting-app qpg6105+debug (read only) 592980 592980 0 0.0
(read/write) 146940 146940 0 0.0
.bss 90536 90536 0 0.0
.data 1112 1112 0 0.0
.text 587660 587660 0 0.0
lock-app qpg6105+debug (read only) 558732 558732 0 0.0
(read/write) 146940 146940 0 0.0
.bss 90520 90520 0 0.0
.data 1064 1064 0 0.0
.text 553412 553412 0 0.0
persistent-storage-app qpg6105+debug (read only) 99520 99520 0 0.0
(read/write) 146940 146940 0 0.0
.bss 24004 24004 0 0.0
.data 176 176 0 0.0
.text 94200 94200 0 0.0
telink lighting-app tlsr9518adk80d (read/write) 874334 874334 0 0.0
bss 90352 90352 0 0.0
noinit 37160 37160 0 0.0
text 613082 613082 0 0.0

@vivien-apple vivien-apple force-pushed the CI_Darwin_TestMoreSubscriptionsOnTheServerSide branch from b097269 to 93bdae4 Compare February 10, 2022 16:06
@github-actions
Copy link

github-actions bot commented Feb 10, 2022

PR #15029: Size comparison from a08613b to 93bdae4

Full report (43 builds for cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
platform target config section a08613be 93bdae4 change % change
cyw30739 light cyw930739m2evb_01 (read/write) 606702 606702 0 0.0
.app_xip_area 508132 508132 0 0.0
.bss 81268 81268 0 0.0
.data 648 648 0 0.0
.rodata 0 0 0 0.0
.text 0 0 0 0.0
lock cyw930739m2evb_01 (read/write) 563174 563174 0 0.0
.app_xip_area 466164 466164 0 0.0
.bss 79740 79740 0 0.0
.data 612 612 0 0.0
.rodata 0 0 0 0.0
.text 0 0 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 584190 584190 0 0.0
.app_xip_area 477932 477932 0 0.0
.bss 88660 88660 0 0.0
.data 556 556 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A (read only) 906824 906824 0 0.0
(read/write) 129000 129000 0 0.0
.bss 126960 126960 0 0.0
.data 2036 2036 0 0.0
.text 906816 906816 0 0.0
BRD4161A+rpc (read only) 894268 894268 0 0.0
(read/write) 145656 145656 0 0.0
.bss 143520 143520 0 0.0
.data 2136 2136 0 0.0
.text 894260 894260 0 0.0
window-app BRD4161A (read only) 841936 841936 0 0.0
(read/write) 127064 127064 0 0.0
.bss 125160 125160 0 0.0
.data 1904 1904 0 0.0
.text 841928 841928 0 0.0
esp32 all-clusters-app c3devkit (read only) 943304 943304 0 0.0
(read/write) 1400250 1400250 0 0.0
.dram0.bss 68024 68024 0 0.0
.dram0.data 14276 14276 0 0.0
.flash.rodata 199040 199040 0 0.0
.flash.text 943304 943304 0 0.0
.iram0.text 62056 62056 0 0.0
m5stack (read only) 990967 990967 0 0.0
(read/write) 465080 465080 0 0.0
.dram0.bss 73168 73168 0 0.0
.dram0.data 34072 34072 0 0.0
.flash.rodata 225712 225712 0 0.0
.flash.text 985583 985583 0 0.0
.iram0.text 123399 123399 0 0.0
k32w light k32w061+release (read/write) 683560 683560 0 0.0
.bss 78264 78264 0 0.0
.data 1908 1908 0 0.0
.text 597588 597588 0 0.0
lock k32w061+release (read/write) 688440 688440 0 0.0
.bss 78664 78664 0 0.0
.data 1952 1952 0 0.0
.text 602024 602024 0 0.0
linux all-clusters-app debug (read only) 2345665 2345665 0 0.0
(read/write) 141696 141696 0 0.0
.bss 56224 56224 0 0.0
.data 1312 1312 0 0.0
.data.rel.ro 78488 78488 0 0.0
.dynamic 592 592 0 0.0
.got 4136 4136 0 0.0
.init 27 27 0 0.0
.init_array 920 920 0 0.0
.rodata 205669 205669 0 0.0
.text 1977746 1977746 0 0.0
bridge-app debug+rpc (read only) 1713293 1713293 0 0.0
(read/write) 85864 85864 0 0.0
.bss 40624 40624 0 0.0
.data 2034 2034 0 0.0
.data.rel.ro 38056 38056 0 0.0
.dynamic 592 592 0 0.0
.got 3976 3976 0 0.0
.init 27 27 0 0.0
.init_array 560 560 0 0.0
.rodata 141420 141420 0 0.0
.text 1455349 1455349 0 0.0
chip-tool debug (read only) 7571909 7571909 0 0.0
(read/write) 198520 198520 0 0.0
.bss 33512 33512 0 0.0
.data 1200 1200 0 0.0
.data.rel.ro 157768 157768 0 0.0
.dynamic 608 608 0 0.0
.got 4784 4784 0 0.0
.init 27 27 0 0.0
.init_array 616 616 0 0.0
.rodata 421397 421397 0 0.0
.text 6749621 6749621 0 0.0
chip-tool-ipv6only arm64 (read only) 7478108 7478108 0 0.0
(read/write) 303409 303409 0 0.0
.bss 51777 51777 0 0.0
.data 1224 1224 0 0.0
.data.rel.ro 199520 199520 0 0.0
.dynamic 560 560 0 0.0
.got 47088 47088 0 0.0
.init 24 24 0 0.0
.init_array 192 192 0 0.0
.rodata 403012 403012 0 0.0
.text 6435220 6435220 0 0.0
door-lock-app debug (read only) 1918481 1918481 0 0.0
(read/write) 112184 112184 0 0.0
.bss 43696 43696 0 0.0
.data 1010 1010 0 0.0
.data.rel.ro 62064 62064 0 0.0
.dynamic 592 592 0 0.0
.got 4112 4112 0 0.0
.init 27 27 0 0.0
.init_array 672 672 0 0.0
.rodata 172850 172850 0 0.0
.text 1597138 1597138 0 0.0
lighting-app debug+rpc (read only) 2042785 2042785 0 0.0
(read/write) 117464 117464 0 0.0
.bss 44672 44672 0 0.0
.data 1464 1464 0 0.0
.data.rel.ro 65832 65832 0 0.0
.dynamic 608 608 0 0.0
.got 4144 4144 0 0.0
.init 27 27 0 0.0
.init_array 720 720 0 0.0
.rodata 166353 166353 0 0.0
.text 1721618 1721618 0 0.0
ota-provider-app debug (read only) 1858137 1858137 0 0.0
(read/write) 107928 107928 0 0.0
.bss 43648 43648 0 0.0
.data 1192 1192 0 0.0
.data.rel.ro 57448 57448 0 0.0
.dynamic 608 608 0 0.0
.got 4368 4368 0 0.0
.init 27 27 0 0.0
.init_array 624 624 0 0.0
.rodata 158398 158398 0 0.0
.text 1549170 1549170 0 0.0
ota-requestor-app debug (read only) 1852849 1852849 0 0.0
(read/write) 109048 109048 0 0.0
.bss 43936 43936 0 0.0
.data 1160 1160 0 0.0
.data.rel.ro 58504 58504 0 0.0
.dynamic 592 592 0 0.0
.got 4176 4176 0 0.0
.init 27 27 0 0.0
.init_array 624 624 0 0.0
.rodata 151823 151823 0 0.0
.text 1552178 1552178 0 0.0
shell debug (read only) 2319425 2319425 0 0.0
(read/write) 144720 144720 0 0.0
.bss 65120 65120 0 0.0
.data 848 848 0 0.0
.data.rel.ro 73040 73040 0 0.0
.dynamic 592 592 0 0.0
.got 4168 4168 0 0.0
.init 27 27 0 0.0
.init_array 904 904 0 0.0
.rodata 206674 206674 0 0.0
.text 1956306 1956306 0 0.0
thermostat-no-ble arm64 (read only) 2139804 2139804 0 0.0
(read/write) 142273 142273 0 0.0
.bss 59201 59201 0 0.0
.data 1040 1040 0 0.0
.data.rel.ro 74912 74912 0 0.0
.dynamic 560 560 0 0.0
.got 4152 4152 0 0.0
.init 24 24 0 0.0
.init_array 328 328 0 0.0
.rodata 132956 132956 0 0.0
.text 1788736 1788736 0 0.0
tv-app debug (read only) 2515289 2515289 0 0.0
(read/write) 141056 141056 0 0.0
.bss 58848 58848 0 0.0
.data 3200 3200 0 0.0
.data.rel.ro 72984 72984 0 0.0
.dynamic 592 592 0 0.0
.got 4528 4528 0 0.0
.init 27 27 0 0.0
.init_array 888 888 0 0.0
.rodata 197676 197676 0 0.0
.text 2144674 2144674 0 0.0
mbed all-clusters-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2396136 2396136 0 0.0
.bss 190092 190092 0 0.0
.data 5320 5320 0 0.0
.text 1358736 1358736 0 0.0
lighting-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2357760 2357760 0 0.0
.bss 182704 182704 0 0.0
.data 5632 5632 0 0.0
.text 1320360 1320360 0 0.0
lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2321288 2321288 0 0.0
.bss 182592 182592 0 0.0
.data 5608 5608 0 0.0
.text 1283888 1283888 0 0.0
pigweed-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 1139648 1139648 0 0.0
.bss 11756 11756 0 0.0
.data 4368 4368 0 0.0
.text 103032 103032 0 0.0
shell CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2307292 2307292 0 0.0
.bss 179844 179844 0 0.0
.data 5424 5424 0 0.0
.text 1269864 1269864 0 0.0
nrfconnect lighting-app nrf52840dk_nrf52840 (read/write) 1015395 1015395 0 0.0
bss 123020 123020 0 0.0
rodata 119416 119416 0 0.0
text 693940 693940 0 0.0
nrf52840dk_nrf52840+rpc (read/write) 984215 984215 0 0.0
bss 120208 120208 0 0.0
rodata 110780 110780 0 0.0
text 673552 673552 0 0.0
nrf52840dongle_nrf52840 (read/write) 1031099 1031099 0 0.0
bss 124416 124416 0 0.0
rodata 118276 118276 0 0.0
text 698556 698556 0 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 921990 921990 0 0.0
bss 119584 119584 0 0.0
rodata 112656 112656 0 0.0
text 608976 608976 0 0.0
lock-app nrf52840dk_nrf52840 (read/write) 945099 945099 0 0.0
bss 121400 121400 0 0.0
rodata 108160 108160 0 0.0
text 636968 636968 0 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 852610 852610 0 0.0
bss 117992 117992 0 0.0
rodata 101332 101332 0 0.0
text 552776 552776 0 0.0
pigweed-app nrf52840dk_nrf52840 (read/write) 527595 527595 0 0.0
bss 53632 53632 0 0.0
rodata 49976 49976 0 0.0
text 361016 361016 0 0.0
pump-app nrf52840dk_nrf52840 (read/write) 944539 944539 0 0.0
bss 121120 121120 0 0.0
rodata 107520 107520 0 0.0
text 637228 637228 0 0.0
pump-controller-app nrf52840dk_nrf52840 (read/write) 939863 939863 0 0.0
bss 121124 121124 0 0.0
rodata 106812 106812 0 0.0
text 633264 633264 0 0.0
shell nrf52840dk_nrf52840 (read/write) 805927 805927 0 0.0
bss 112400 112400 0 0.0
rodata 78812 78812 0 0.0
text 537036 537036 0 0.0
p6 all-clusters-app default (read/write) 2482336 2482336 0 0.0
.bss 119704 119704 0 0.0
.data 2672 2672 0 0.0
.text 1440600 1440600 0 0.0
light-app default (read/write) 2388664 2388664 0 0.0
.bss 109352 109352 0 0.0
.data 2528 2528 0 0.0
.text 1346928 1346928 0 0.0
lock-app default (read/write) 2352120 2352120 0 0.0
.bss 109072 109072 0 0.0
.data 2488 2488 0 0.0
.text 1310384 1310384 0 0.0
qpg lighting-app qpg6105+debug (read only) 592980 592980 0 0.0
(read/write) 146940 146940 0 0.0
.bss 90536 90536 0 0.0
.data 1112 1112 0 0.0
.text 587660 587660 0 0.0
lock-app qpg6105+debug (read only) 558732 558732 0 0.0
(read/write) 146940 146940 0 0.0
.bss 90520 90520 0 0.0
.data 1064 1064 0 0.0
.text 553412 553412 0 0.0
persistent-storage-app qpg6105+debug (read only) 99520 99520 0 0.0
(read/write) 146940 146940 0 0.0
.bss 24004 24004 0 0.0
.data 176 176 0 0.0
.text 94200 94200 0 0.0
telink lighting-app tlsr9518adk80d (read/write) 874334 874334 0 0.0
bss 90352 90352 0 0.0
noinit 37160 37160 0 0.0
text 613082 613082 0 0.0

Copy link
Contributor

@woody-apple woody-apple left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fast tracking, given this should help CI not randomly fail.

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.

5 participants