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

Have PairingSession::EncodeSessionParameters require local MRP values #32324

Conversation

tehampson
Copy link
Contributor

Fixes: #30456

As per GetLocalMRPConfig() documentation:

/**
 *  @brief  The custom value of MRP config for the platform.
 *  @return Missing   If the value is same as default value defined by spec
 *          Value     The custom value for the platform
 *
 *  @note   This value is not used by our MRP manager. The value is advertised via mDNS or during PASE/CASE paring, and our peers
 *          use it when communicating with us.
 */

In addition to that comment I validated all location where we call EncodeSessionParameters. This happens in src/protocols/secure_channel/CASESession.cpp and src/protocols/secure_channel/PASESession.cpp with the member variable mLocalMRPConfig. The following are the four locations where that is set, and where they come from

  • CASESession::PrepareForSessionEstablishment
    • This is provided by the afore mentioned GetLocalMRPConfig() over here
  • CASESession::EstablishSession
    • Called by CASEClient::EstablishSession here
      • Called by OperationalSessionSetup::EstablishConnection where MRP values are in mInitParams.mrpLocalConfig here
  • PASESession::WaitForPairing
    • Called in two different places in CommissioningWindowManager::AdvertiseAndListenForPASE here
      • In both cases set by the afore mentioned GetLocalMRPConfig()
  • PASESession::Pair
    • Called by DeviceCommissioner::EstablishPASEConnection here
      • Set by the afore mentioned GetLocalMRPConfig()

Copy link

github-actions bot commented Feb 26, 2024

PR #32324: Size comparison from 44ca395 to 8c46e51

Increases (18 builds for cc13x4_26x4, cc32xx, k32w, nrfconnect, qpg, stm32)
platform target config section 44ca395 8c46e51 change % change
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 772652 772660 8 0.0
.text 690736 690744 8 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 789284 789292 8 0.0
.text 713072 713080 8 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 777924 777932 8 0.0
.text 674960 674968 8 0.0
pump-app LP_EM_CC1354P10_6 (read only) 730100 730116 16 0.0
.text 652464 652480 16 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 715724 715740 16 0.0
.text 642248 642264 16 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 582010 582042 32 0.0
.text 493356 493388 32 0.0
lock CC3235SF_LAUNCHXL (read only) 627370 627410 40 0.0
.text 518252 518292 40 0.0
k32w contact k32w0+release (read only) 604960 604976 16 0.0
.text 604424 604440 16 0.0
k32w1+release (read/write) 747484 747500 16 0.0
.text 626112 626128 16 0.0
light k32w0+release (read only) 608856 608888 32 0.0
.text 608320 608352 32 0.0
k32w1+release (read/write) 789224 789240 16 0.0
.text 667256 667272 16 0.0
lock k32w0+release (read only) 588864 588896 32 0.0
.text 588328 588360 32 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1101300 1101316 16 0.0
text 810596 810612 16 0.0
nrf7002dk_nrf5340_cpuapp text 806120 806132 12 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1049304 1049320 16 0.0
text 772376 772392 16 0.0
qpg lighting-app qpg6105+debug (read/write) 1127736 1127768 32 0.0
.text 640120 640152 32 0.0
lock-app qpg6105+debug (read/write) 1087720 1087752 32 0.0
.text 600100 600132 32 0.0
stm32 light STM32WB5MM-DK (read/write) 599157 599173 16 0.0
.text 381672 381688 16 0.0
Full report (19 builds for cc13x4_26x4, cc32xx, k32w, mbed, nrfconnect, qpg, stm32)
platform target config section 44ca395 8c46e51 change % change
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 772652 772660 8 0.0
(read/write) 168600 168600 0 0.0
.bss 90604 90604 0 0.0
.data 3560 3560 0 0.0
.rodata 81652 81652 0 0.0
.text 690736 690744 8 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 789284 789292 8 0.0
(read/write) 178848 178848 0 0.0
.bss 100852 100852 0 0.0
.data 3560 3560 0 0.0
.rodata 75948 75948 0 0.0
.text 713072 713080 8 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 777924 777932 8 0.0
(read/write) 173288 173288 0 0.0
.bss 95292 95292 0 0.0
.data 3560 3560 0 0.0
.rodata 102700 102700 0 0.0
.text 674960 674968 8 0.0
pump-app LP_EM_CC1354P10_6 (read only) 730100 730116 16 0.0
(read/write) 167568 167568 0 0.0
.bss 89336 89336 0 0.0
.data 3552 3552 0 0.0
.rodata 77372 77372 0 0.0
.text 652464 652480 16 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 715724 715740 16 0.0
(read/write) 167776 167776 0 0.0
.bss 89560 89560 0 0.0
.data 3544 3544 0 0.0
.rodata 73212 73212 0 0.0
.text 642248 642264 16 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 582010 582042 32 0.0
(read/write) 207968 207968 0 0.0
.bss 201204 201204 0 0.0
.data 1640 1640 0 0.0
.rodata 86530 86530 0 0.0
.text 493356 493388 32 0.0
lock CC3235SF_LAUNCHXL (read only) 627370 627410 40 0.0
(read/write) 208312 208312 0 0.0
.bss 201696 201696 0 0.0
.data 1496 1496 0 0.0
.rodata 106994 106994 0 0.0
.text 518252 518292 40 0.0
k32w contact k32w0+release (read only) 604960 604976 16 0.0
(read/write) 79608 79608 0 0.0
.bss 67428 67428 0 0.0
.data 2196 2196 0 0.0
.text 604424 604440 16 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 747484 747500 16 0.0
.bss 79188 79188 0 0.0
.data 2816 2816 0 0.0
.text 626112 626128 16 0.0
light k32w0+release (read only) 608856 608888 32 0.0
(read/write) 79492 79492 0 0.0
.bss 67308 67308 0 0.0
.data 2200 2200 0 0.0
.text 608320 608352 32 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 789224 789240 16 0.0
.bss 80580 80580 0 0.0
.data 2032 2032 0 0.0
.text 667256 667272 16 0.0
lock k32w0+release (read only) 588864 588896 32 0.0
(read/write) 77480 77480 0 0.0
.bss 65348 65348 0 0.0
.data 2148 2148 0 0.0
.text 588328 588360 32 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2531528 2531528 0 0.0
.bss 220448 220448 0 0.0
.data 5200 5200 0 0.0
.text 1494212 1494212 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1101300 1101316 16 0.0
bss 130831 130831 0 0.0
rodata 112028 112028 0 0.0
text 810596 810612 16 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1221340 1221340 0 0.0
bss 122921 122921 0 0.0
rodata 141772 141772 0 0.0
text 806120 806132 12 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1049304 1049320 16 0.0
bss 129689 129689 0 0.0
rodata 99400 99400 0 0.0
text 772376 772392 16 0.0
qpg lighting-app qpg6105+debug (read/write) 1127736 1127768 32 0.0
.bss 102456 102456 0 0.0
.data 820 820 0 0.0
.text 640120 640152 32 0.0
lock-app qpg6105+debug (read/write) 1087720 1087752 32 0.0
.bss 97200 97200 0 0.0
.data 840 840 0 0.0
.text 600100 600132 32 0.0
stm32 light STM32WB5MM-DK (read/write) 599157 599173 16 0.0
.bss 128320 128320 0 0.0
.data 668 668 0 0.0
.rodata 78772 78772 0 0.0
.text 381672 381688 16 0.0

Copy link

github-actions bot commented Feb 26, 2024

PR #32324: Size comparison from 44ca395 to 1bf8876

Increases (33 builds for cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, nrfconnect, psoc6, qpg, stm32)
platform target config section 44ca395 1bf8876 change % change
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 772652 772660 8 0.0
.text 690736 690744 8 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 789284 789292 8 0.0
.text 713072 713080 8 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 777924 777932 8 0.0
.text 674960 674968 8 0.0
pump-app LP_EM_CC1354P10_6 (read only) 730100 730116 16 0.0
.text 652464 652480 16 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 715724 715740 16 0.0
.text 642248 642264 16 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 582010 582042 32 0.0
.text 493356 493388 32 0.0
lock CC3235SF_LAUNCHXL (read only) 627370 627410 40 0.0
.text 518252 518292 40 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 567867 567883 16 0.0
.app_xip_area 457645 457661 16 0.0
lock cyw930739m2evb_01 (read/write) 550683 550699 16 0.0
.app_xip_area 435701 435717 16 0.0
ota-requestor cyw930739m2evb_01 (read/write) 569475 569483 8 0.0
.app_xip_area 460757 460765 8 0.0
switch cyw930739m2evb_01 (read/write) 564091 564107 16 0.0
.app_xip_area 452093 452109 16 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 930760 930784 24 0.0
.text 731436 731460 24 0.0
BRD4187C (read/write) 1108456 1108488 32 0.0
.text 909876 909908 32 0.0
lock-app BRD4161A+wf200 (read/write) 1121540 1121564 24 0.0
.text 931964 931988 24 0.0
window-app BRD4187C (read/write) 1154904 1154928 24 0.0
.text 984172 984196 24 0.0
esp32 all-clusters-app m5stack (read only) 1252391 1252399 8 0.0
.flash.text 1246227 1246235 8 0.0
k32w contact k32w0+release (read only) 604960 604976 16 0.0
.text 604424 604440 16 0.0
k32w1+release (read/write) 747484 747500 16 0.0
.text 626112 626128 16 0.0
light k32w0+release (read only) 608856 608888 32 0.0
.text 608320 608352 32 0.0
k32w1+release (read/write) 789224 789240 16 0.0
.text 667256 667272 16 0.0
lock k32w0+release (read only) 588864 588896 32 0.0
.text 588328 588360 32 0.0
linux chip-tool-ipv6only arm64 (read only) 11297072 11297376 304 0.0
.text 10065396 10065700 304 0.0
thermostat-no-ble arm64 (read only) 4373056 4373312 256 0.0
.text 3879060 3879316 256 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1101300 1101316 16 0.0
text 810596 810612 16 0.0
nrf7002dk_nrf5340_cpuapp text 806120 806132 12 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1049304 1049320 16 0.0
text 772376 772392 16 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read/write) 1795212 1795244 32 0.0
.text 1587948 1587980 32 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read/write) 1717324 1717356 32 0.0
.text 1513212 1513244 32 0.0
light cy8ckit_062s2_43012 (read/write) 1636444 1636476 32 0.0
.text 1439060 1439092 32 0.0
lock cy8ckit_062s2_43012 (read/write) 1666356 1666388 32 0.0
.text 1441812 1441844 32 0.0
qpg lighting-app qpg6105+debug (read/write) 1127736 1127768 32 0.0
.text 640120 640152 32 0.0
lock-app qpg6105+debug (read/write) 1087720 1087752 32 0.0
.text 600100 600132 32 0.0
stm32 light STM32WB5MM-DK (read/write) 599157 599173 16 0.0
.text 381672 381688 16 0.0
Decreases (13 builds for bl602, bl702, bl702l, esp32, linux)
platform target config section 44ca395 1bf8876 change % change
bl602 lighting-app bl602 (read/write) 1433786 1433746 -40 -0.0
.text 1100772 1100736 -36 -0.0
bl602+mfd (read/write) 1448186 1448154 -32 -0.0
.text 1116086 1116050 -36 -0.0
bl602+rpc (read/write) 1481442 1481402 -40 -0.0
.text 1132418 1132382 -36 -0.0
bl702 lighting-app bl702 (read/write) 1198795 1198759 -36 -0.0
.text 970246 970210 -36 -0.0
bl702+mfd (read/write) 1209591 1209555 -36 -0.0
.text 982000 981964 -36 -0.0
bl702+rpc (read/write) 1290523 1290487 -36 -0.0
.text 1045198 1045162 -36 -0.0
bl706-eth (read/write) 1016393 1016357 -36 -0.0
.text 761248 761212 -36 -0.0
bl706-wifi (read/write) 1250330 1250306 -24 -0.0
.text 992440 992414 -26 -0.0
bl702l lighting-app bl702l (read/write) 1168140 1168104 -36 -0.0
.text 963116 963080 -36 -0.0
bl702l+mfd (read/write) 1179548 1179512 -36 -0.0
.text 975438 975402 -36 -0.0
esp32 all-clusters-app c3devkit (read only) 1210262 1210210 -52 -0.0
.flash.text 1210262 1210210 -52 -0.0
linux chip-tool-ipv6only arm64 (read/write) 587384 587080 -304 -0.1
thermostat-no-ble arm64 (read/write) 244768 244512 -256 -0.1
Full report (45 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, stm32)
platform target config section 44ca395 1bf8876 change % change
bl602 lighting-app bl602 (read/write) 1433786 1433746 -40 -0.0
.bss 85328 85328 0 0.0
.data 9496 9496 0 0.0
.rodata 157540 157540 0 0.0
.text 1100772 1100736 -36 -0.0
bl602+mfd (read/write) 1448186 1448154 -32 -0.0
.bss 85488 85488 0 0.0
.data 9472 9472 0 0.0
.rodata 156500 156500 0 0.0
.text 1116086 1116050 -36 -0.0
bl602+rpc (read/write) 1481442 1481402 -40 -0.0
.bss 93360 93360 0 0.0
.data 9880 9880 0 0.0
.rodata 165116 165116 0 0.0
.text 1132418 1132382 -36 -0.0
bl702 lighting-app bl702 (read only) 3478 3478 0 0.0
(read/write) 1198795 1198759 -36 -0.0
.bss 11117 11117 0 0.0
.data 3680 3680 0 0.0
.rodata 106884 106884 0 0.0
.text 970246 970210 -36 -0.0
bl702+mfd (read only) 3478 3478 0 0.0
(read/write) 1209591 1209555 -36 -0.0
.bss 11293 11293 0 0.0
.data 3656 3656 0 0.0
.rodata 105824 105824 0 0.0
.text 982000 981964 -36 -0.0
bl702+rpc (read only) 3478 3478 0 0.0
(read/write) 1290523 1290487 -36 -0.0
.bss 19581 19581 0 0.0
.data 4224 4224 0 0.0
.rodata 122256 122256 0 0.0
.text 1045198 1045162 -36 -0.0
bl706-eth (read/write) 1016393 1016357 -36 -0.0
.bss 23692 23692 0 0.0
.data 3256 3256 0 0.0
.rodata 100228 100228 0 0.0
.text 761248 761212 -36 -0.0
bl706-wifi (read/write) 1250330 1250306 -24 -0.0
.bss 10561 10561 0 0.0
.data 3696 3696 0 0.0
.rodata 121228 121228 0 0.0
.text 992440 992414 -26 -0.0
bl702l lighting-app bl702l (read only) 512 512 0 0.0
(read/write) 1168140 1168104 -36 -0.0
.bss 16312 16312 0 0.0
.data 5040 5040 0 0.0
.rodata 100888 100888 0 0.0
.text 963116 963080 -36 -0.0
bl702l+mfd (read only) 512 512 0 0.0
(read/write) 1179548 1179512 -36 -0.0
.bss 16488 16488 0 0.0
.data 5024 5024 0 0.0
.rodata 99828 99828 0 0.0
.text 975438 975402 -36 -0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 772652 772660 8 0.0
(read/write) 168600 168600 0 0.0
.bss 90604 90604 0 0.0
.data 3560 3560 0 0.0
.rodata 81652 81652 0 0.0
.text 690736 690744 8 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 789284 789292 8 0.0
(read/write) 178848 178848 0 0.0
.bss 100852 100852 0 0.0
.data 3560 3560 0 0.0
.rodata 75948 75948 0 0.0
.text 713072 713080 8 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 777924 777932 8 0.0
(read/write) 173288 173288 0 0.0
.bss 95292 95292 0 0.0
.data 3560 3560 0 0.0
.rodata 102700 102700 0 0.0
.text 674960 674968 8 0.0
pump-app LP_EM_CC1354P10_6 (read only) 730100 730116 16 0.0
(read/write) 167568 167568 0 0.0
.bss 89336 89336 0 0.0
.data 3552 3552 0 0.0
.rodata 77372 77372 0 0.0
.text 652464 652480 16 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 715724 715740 16 0.0
(read/write) 167776 167776 0 0.0
.bss 89560 89560 0 0.0
.data 3544 3544 0 0.0
.rodata 73212 73212 0 0.0
.text 642248 642264 16 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 582010 582042 32 0.0
(read/write) 207968 207968 0 0.0
.bss 201204 201204 0 0.0
.data 1640 1640 0 0.0
.rodata 86530 86530 0 0.0
.text 493356 493388 32 0.0
lock CC3235SF_LAUNCHXL (read only) 627370 627410 40 0.0
(read/write) 208312 208312 0 0.0
.bss 201696 201696 0 0.0
.data 1496 1496 0 0.0
.rodata 106994 106994 0 0.0
.text 518252 518292 40 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 567867 567883 16 0.0
.app_xip_area 457645 457661 16 0.0
.bss 65056 65056 0 0.0
.data 744 744 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 550683 550699 16 0.0
.app_xip_area 435701 435717 16 0.0
.bss 69808 69808 0 0.0
.data 752 752 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 569475 569483 8 0.0
.app_xip_area 460757 460765 8 0.0
.bss 63592 63592 0 0.0
.data 704 704 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 564091 564107 16 0.0
.app_xip_area 452093 452109 16 0.0
.bss 66792 66792 0 0.0
.data 784 784 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 930760 930784 24 0.0
.bss 197912 197912 0 0.0
.data 1388 1388 0 0.0
.text 731436 731460 24 0.0
BRD4187C (read/write) 1108456 1108488 32 0.0
.bss 195152 195152 0 0.0
.data 3408 3408 0 0.0
.text 909876 909908 32 0.0
lock-app BRD4161A+wf200 (read/write) 1121540 1121564 24 0.0
.bss 186764 186764 0 0.0
.data 2792 2792 0 0.0
.text 931964 931988 24 0.0
window-app BRD4187C (read/write) 1154904 1154928 24 0.0
.bss 167392 167392 0 0.0
.data 3320 3320 0 0.0
.text 984172 984196 24 0.0
esp32 all-clusters-app c3devkit (read only) 1210262 1210210 -52 -0.0
(read/write) 1748656 1748656 0 0.0
.dram0.bss 74296 74296 0 0.0
.dram0.data 13620 13620 0 0.0
.flash.rodata 251200 251200 0 0.0
.flash.text 1210262 1210210 -52 -0.0
.iram0.text 75530 75530 0 0.0
m5stack (read only) 1252391 1252399 8 0.0
(read/write) 534148 534148 0 0.0
.dram0.bss 81208 81208 0 0.0
.dram0.data 35164 35164 0 0.0
.flash.rodata 281856 281856 0 0.0
.flash.text 1246227 1246235 8 0.0
.iram0.text 125403 125403 0 0.0
k32w contact k32w0+release (read only) 604960 604976 16 0.0
(read/write) 79608 79608 0 0.0
.bss 67428 67428 0 0.0
.data 2196 2196 0 0.0
.text 604424 604440 16 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 747484 747500 16 0.0
.bss 79188 79188 0 0.0
.data 2816 2816 0 0.0
.text 626112 626128 16 0.0
light k32w0+release (read only) 608856 608888 32 0.0
(read/write) 79492 79492 0 0.0
.bss 67308 67308 0 0.0
.data 2200 2200 0 0.0
.text 608320 608352 32 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 789224 789240 16 0.0
.bss 80580 80580 0 0.0
.data 2032 2032 0 0.0
.text 667256 667272 16 0.0
lock k32w0+release (read only) 588864 588896 32 0.0
(read/write) 77480 77480 0 0.0
.bss 65348 65348 0 0.0
.data 2148 2148 0 0.0
.text 588328 588360 32 0.0
linux chip-tool-ipv6only arm64 (read only) 11297072 11297376 304 0.0
(read/write) 587384 587080 -304 -0.1
.bss 103448 103448 0 0.0
.data 4488 4488 0 0.0
.data.rel.ro 454496 454496 0 0.0
.dynamic 512 512 0 0.0
.got 16816 16816 0 0.0
.init 24 24 0 0.0
.init_array 248 248 0 0.0
.rodata 353644 353644 0 0.0
.text 10065396 10065700 304 0.0
thermostat-no-ble arm64 (read only) 4373056 4373312 256 0.0
(read/write) 244768 244512 -256 -0.1
.bss 121752 121752 0 0.0
.data 3360 3360 0 0.0
.data.rel.ro 103576 103576 0 0.0
.dynamic 512 512 0 0.0
.got 8616 8616 0 0.0
.init 24 24 0 0.0
.init_array 416 416 0 0.0
.rodata 159180 159180 0 0.0
.text 3879060 3879316 256 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2531528 2531528 0 0.0
.bss 220448 220448 0 0.0
.data 5200 5200 0 0.0
.text 1494212 1494212 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1101300 1101316 16 0.0
bss 130831 130831 0 0.0
rodata 112028 112028 0 0.0
text 810596 810612 16 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1221340 1221340 0 0.0
bss 122921 122921 0 0.0
rodata 141772 141772 0 0.0
text 806120 806132 12 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1049304 1049320 16 0.0
bss 129689 129689 0 0.0
rodata 99400 99400 0 0.0
text 772376 772392 16 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 834464 834464 0 0.0
(read/write) 1795212 1795244 32 0.0
.bss 196212 196212 0 0.0
.data 2664 2664 0 0.0
.text 1587948 1587980 32 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 837616 837616 0 0.0
(read/write) 1717324 1717356 32 0.0
.bss 193092 193092 0 0.0
.data 2632 2632 0 0.0
.text 1513212 1513244 32 0.0
light cy8ckit_062s2_43012 (read only) 844344 844344 0 0.0
(read/write) 1636444 1636476 32 0.0
.bss 186556 186556 0 0.0
.data 2440 2440 0 0.0
.text 1439060 1439092 32 0.0
lock cy8ckit_062s2_43012 (read only) 817184 817184 0 0.0
(read/write) 1666356 1666388 32 0.0
.bss 213716 213716 0 0.0
.data 2440 2440 0 0.0
.text 1441812 1441844 32 0.0
qpg lighting-app qpg6105+debug (read/write) 1127736 1127768 32 0.0
.bss 102456 102456 0 0.0
.data 820 820 0 0.0
.text 640120 640152 32 0.0
lock-app qpg6105+debug (read/write) 1087720 1087752 32 0.0
.bss 97200 97200 0 0.0
.data 840 840 0 0.0
.text 600100 600132 32 0.0
stm32 light STM32WB5MM-DK (read/write) 599157 599173 16 0.0
.bss 128320 128320 0 0.0
.data 668 668 0 0.0
.rodata 78772 78772 0 0.0
.text 381672 381688 16 0.0

Copy link

github-actions bot commented Feb 26, 2024

PR #32324: Size comparison from 44ca395 to d2958fe

Increases above 0.2%:

platform target config section 44ca395 d2958fe change % change
linux chip-tool-ipv6only arm64 (read only) 11297072 11339756 42684 0.4
.text 10065396 10108472 43076 0.4
thermostat-no-ble arm64 (read only) 4373056 4412452 39396 0.9
.text 3879060 3918840 39780 1.0
Increases (45 builds for cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, nrfconnect, psoc6, qpg, stm32)
platform target config section 44ca395 d2958fe change % change
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 772652 772660 8 0.0
.text 690736 690744 8 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 789284 789292 8 0.0
.text 713072 713080 8 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 777924 777932 8 0.0
.text 674960 674968 8 0.0
pump-app LP_EM_CC1354P10_6 (read only) 730100 730116 16 0.0
.text 652464 652480 16 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 715724 715740 16 0.0
.text 642248 642264 16 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 582010 582042 32 0.0
.text 493356 493388 32 0.0
lock CC3235SF_LAUNCHXL (read only) 627370 627410 40 0.0
.text 518252 518292 40 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 567867 567883 16 0.0
.app_xip_area 457645 457661 16 0.0
lock cyw930739m2evb_01 (read/write) 550683 550699 16 0.0
.app_xip_area 435701 435717 16 0.0
ota-requestor cyw930739m2evb_01 (read/write) 569475 569483 8 0.0
.app_xip_area 460757 460765 8 0.0
switch cyw930739m2evb_01 (read/write) 564091 564107 16 0.0
.app_xip_area 452093 452109 16 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 930760 930784 24 0.0
.text 731436 731460 24 0.0
BRD4187C (read/write) 1108456 1108488 32 0.0
.text 909876 909908 32 0.0
lock-app BRD4161A+wf200 (read/write) 1121540 1121564 24 0.0
.text 931964 931988 24 0.0
window-app BRD4187C (read/write) 1154904 1154928 24 0.0
.text 984172 984196 24 0.0
esp32 all-clusters-app m5stack (read only) 1252391 1252399 8 0.0
.flash.text 1246227 1246235 8 0.0
k32w contact k32w0+release (read only) 604960 604976 16 0.0
.text 604424 604440 16 0.0
k32w1+release (read/write) 747484 747500 16 0.0
.text 626112 626128 16 0.0
light k32w0+release (read only) 608856 608888 32 0.0
.text 608320 608352 32 0.0
k32w1+release (read/write) 789224 789240 16 0.0
.text 667256 667272 16 0.0
lock k32w0+release (read only) 588864 588896 32 0.0
.text 588328 588360 32 0.0
linux air-purifier-app debug (read only) 2611173 2611461 288 0.0
.rodata 184208 184240 32 0.0
.text 2249621 2249877 256 0.0
all-clusters-app debug (read only) 5915209 5915465 256 0.0
.text 5132691 5132947 256 0.0
all-clusters-minimal-app debug (read only) 5195729 5196017 288 0.0
.rodata 288258 288290 32 0.0
.text 4672883 4673139 256 0.0
bridge-app debug (read only) 4592641 4592929 288 0.0
.rodata 228898 228930 32 0.0
.text 4143571 4143827 256 0.0
chip-tool debug (read only) 12011561 12011897 336 0.0
.rodata 448153 448185 32 0.0
.text 10857731 10858035 304 0.0
chip-tool-ipv6only arm64 (read only) 11297072 11339756 42684 0.4
.bss 103448 103464 16 0.0
.text 10065396 10108472 43076 0.4
lighting-app debug+rpc+ui (read only) 5515921 5516209 288 0.0
.rodata 353940 353972 32 0.0
.text 4915427 4915683 256 0.0
lock-app debug (read only) 4660369 4660657 288 0.0
.rodata 254914 254946 32 0.0
.text 4193923 4194179 256 0.0
ota-provider-app debug (read only) 4292201 4292489 288 0.0
.rodata 207458 207490 32 0.0
.text 3891891 3892147 256 0.0
ota-requestor-app debug (read only) 4418217 4418505 288 0.0
.rodata 213602 213634 32 0.0
.text 4007219 4007475 256 0.0
shell debug (read only) 2885337 2885625 288 0.0
.rodata 185120 185152 32 0.0
.text 2526994 2527250 256 0.0
thermostat-no-ble arm64 (read only) 4373056 4412452 39396 0.9
.bss 121752 121768 16 0.0
.text 3879060 3918840 39780 1.0
tv-app debug (read only) 5669969 5670273 304 0.0
.text 5140243 5140547 304 0.0
tv-casting-app debug (read only) 9858065 9858321 256 0.0
.text 9009827 9010083 256 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1101300 1101316 16 0.0
text 810596 810612 16 0.0
nrf7002dk_nrf5340_cpuapp text 806120 806132 12 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1049304 1049320 16 0.0
text 772376 772392 16 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read/write) 1795212 1795244 32 0.0
.text 1587948 1587980 32 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read/write) 1717324 1717356 32 0.0
.text 1513212 1513244 32 0.0
light cy8ckit_062s2_43012 (read/write) 1636444 1636476 32 0.0
.text 1439060 1439092 32 0.0
lock cy8ckit_062s2_43012 (read/write) 1666356 1666388 32 0.0
.text 1441812 1441844 32 0.0
qpg lighting-app qpg6105+debug (read/write) 1127736 1127768 32 0.0
.text 640120 640152 32 0.0
lock-app qpg6105+debug (read/write) 1087720 1087752 32 0.0
.text 600100 600132 32 0.0
stm32 light STM32WB5MM-DK (read/write) 599157 599173 16 0.0
.text 381672 381688 16 0.0
Decreases (28 builds for bl602, bl702, bl702l, esp32, linux, telink)
platform target config section 44ca395 d2958fe change % change
bl602 lighting-app bl602 (read/write) 1433786 1433746 -40 -0.0
.text 1100772 1100736 -36 -0.0
bl602+mfd (read/write) 1448186 1448154 -32 -0.0
.text 1116086 1116050 -36 -0.0
bl602+rpc (read/write) 1481442 1481402 -40 -0.0
.text 1132418 1132382 -36 -0.0
bl702 lighting-app bl702 (read/write) 1198795 1198759 -36 -0.0
.text 970246 970210 -36 -0.0
bl702+mfd (read/write) 1209591 1209555 -36 -0.0
.text 982000 981964 -36 -0.0
bl702+rpc (read/write) 1290523 1290487 -36 -0.0
.text 1045198 1045162 -36 -0.0
bl706-eth (read/write) 1016393 1016357 -36 -0.0
.text 761248 761212 -36 -0.0
bl706-wifi (read/write) 1250330 1250306 -24 -0.0
.text 992440 992414 -26 -0.0
bl702l lighting-app bl702l (read/write) 1168140 1168104 -36 -0.0
.text 963116 963080 -36 -0.0
bl702l+mfd (read/write) 1179548 1179512 -36 -0.0
.text 975438 975402 -36 -0.0
esp32 all-clusters-app c3devkit (read only) 1210262 1210210 -52 -0.0
.flash.text 1210262 1210210 -52 -0.0
linux chip-tool-ipv6only arm64 (read/write) 587384 585656 -1728 -0.3
.rodata 353644 353564 -80 -0.0
thermostat-no-ble arm64 (read/write) 244768 242240 -2528 -1.0
.rodata 159180 159116 -64 -0.0
telink air-quality-sensor-app tlsr9528a_retention (read/write) 822014 821958 -56 -0.0
text 615812 615760 -52 -0.0
all-clusters-app tlsr9518adk80d (read/write) 1090792 1090736 -56 -0.0
text 792886 792834 -52 -0.0
all-clusters-minimal-app tlsr9528a (read/write) 1048280 1048232 -48 -0.0
text 764230 764178 -52 -0.0
bridge-app tlsr9518adk80d (read/write) 909032 908976 -56 -0.0
text 651696 651644 -52 -0.0
contact-sensor-app tlsr9528a_retention (read/write) 823694 823638 -56 -0.0
text 617550 617498 -52 -0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read/write) 929436 929380 -56 -0.0
text 697726 697674 -52 -0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read/write) 1071664 1071608 -56 -0.0
text 776570 776518 -52 -0.0
lock-app-dfu tlsr9528a (read/write) 901772 901716 -56 -0.0
text 652930 652878 -52 -0.0
ota-requestor-app tlsr9518adk80d (read/write) 927520 927464 -56 -0.0
text 670218 670166 -52 -0.0
pump-app tlsr9258a_retention (read/write) 826246 826198 -48 -0.0
text 620506 620454 -52 -0.0
pump-controller-app tlsr9518adk80d (read/write) 789960 789904 -56 -0.0
text 591256 591204 -52 -0.0
smoke_co_alarm-app tlsr9528a_retention (read/write) 830986 830938 -48 -0.0
text 623878 623826 -52 -0.0
temperature-measurement-app-mars-ota tlsr9518adk80d (read/write) 849273 849217 -56 -0.0
text 635314 635262 -52 -0.0
thermostat tlsr9518adk80d (read/write) 815620 815572 -48 -0.0
text 610964 610912 -52 -0.0
window-covering tlsr9258a (read/write) 833724 833676 -48 -0.0
text 626220 626168 -52 -0.0
Full report (73 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, stm32, telink)
platform target config section 44ca395 d2958fe change % change
bl602 lighting-app bl602 (read/write) 1433786 1433746 -40 -0.0
.bss 85328 85328 0 0.0
.data 9496 9496 0 0.0
.rodata 157540 157540 0 0.0
.text 1100772 1100736 -36 -0.0
bl602+mfd (read/write) 1448186 1448154 -32 -0.0
.bss 85488 85488 0 0.0
.data 9472 9472 0 0.0
.rodata 156500 156500 0 0.0
.text 1116086 1116050 -36 -0.0
bl602+rpc (read/write) 1481442 1481402 -40 -0.0
.bss 93360 93360 0 0.0
.data 9880 9880 0 0.0
.rodata 165116 165116 0 0.0
.text 1132418 1132382 -36 -0.0
bl702 lighting-app bl702 (read only) 3478 3478 0 0.0
(read/write) 1198795 1198759 -36 -0.0
.bss 11117 11117 0 0.0
.data 3680 3680 0 0.0
.rodata 106884 106884 0 0.0
.text 970246 970210 -36 -0.0
bl702+mfd (read only) 3478 3478 0 0.0
(read/write) 1209591 1209555 -36 -0.0
.bss 11293 11293 0 0.0
.data 3656 3656 0 0.0
.rodata 105824 105824 0 0.0
.text 982000 981964 -36 -0.0
bl702+rpc (read only) 3478 3478 0 0.0
(read/write) 1290523 1290487 -36 -0.0
.bss 19581 19581 0 0.0
.data 4224 4224 0 0.0
.rodata 122256 122256 0 0.0
.text 1045198 1045162 -36 -0.0
bl706-eth (read/write) 1016393 1016357 -36 -0.0
.bss 23692 23692 0 0.0
.data 3256 3256 0 0.0
.rodata 100228 100228 0 0.0
.text 761248 761212 -36 -0.0
bl706-wifi (read/write) 1250330 1250306 -24 -0.0
.bss 10561 10561 0 0.0
.data 3696 3696 0 0.0
.rodata 121228 121228 0 0.0
.text 992440 992414 -26 -0.0
bl702l lighting-app bl702l (read only) 512 512 0 0.0
(read/write) 1168140 1168104 -36 -0.0
.bss 16312 16312 0 0.0
.data 5040 5040 0 0.0
.rodata 100888 100888 0 0.0
.text 963116 963080 -36 -0.0
bl702l+mfd (read only) 512 512 0 0.0
(read/write) 1179548 1179512 -36 -0.0
.bss 16488 16488 0 0.0
.data 5024 5024 0 0.0
.rodata 99828 99828 0 0.0
.text 975438 975402 -36 -0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 772652 772660 8 0.0
(read/write) 168600 168600 0 0.0
.bss 90604 90604 0 0.0
.data 3560 3560 0 0.0
.rodata 81652 81652 0 0.0
.text 690736 690744 8 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 789284 789292 8 0.0
(read/write) 178848 178848 0 0.0
.bss 100852 100852 0 0.0
.data 3560 3560 0 0.0
.rodata 75948 75948 0 0.0
.text 713072 713080 8 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 777924 777932 8 0.0
(read/write) 173288 173288 0 0.0
.bss 95292 95292 0 0.0
.data 3560 3560 0 0.0
.rodata 102700 102700 0 0.0
.text 674960 674968 8 0.0
pump-app LP_EM_CC1354P10_6 (read only) 730100 730116 16 0.0
(read/write) 167568 167568 0 0.0
.bss 89336 89336 0 0.0
.data 3552 3552 0 0.0
.rodata 77372 77372 0 0.0
.text 652464 652480 16 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 715724 715740 16 0.0
(read/write) 167776 167776 0 0.0
.bss 89560 89560 0 0.0
.data 3544 3544 0 0.0
.rodata 73212 73212 0 0.0
.text 642248 642264 16 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 582010 582042 32 0.0
(read/write) 207968 207968 0 0.0
.bss 201204 201204 0 0.0
.data 1640 1640 0 0.0
.rodata 86530 86530 0 0.0
.text 493356 493388 32 0.0
lock CC3235SF_LAUNCHXL (read only) 627370 627410 40 0.0
(read/write) 208312 208312 0 0.0
.bss 201696 201696 0 0.0
.data 1496 1496 0 0.0
.rodata 106994 106994 0 0.0
.text 518252 518292 40 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 567867 567883 16 0.0
.app_xip_area 457645 457661 16 0.0
.bss 65056 65056 0 0.0
.data 744 744 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 550683 550699 16 0.0
.app_xip_area 435701 435717 16 0.0
.bss 69808 69808 0 0.0
.data 752 752 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 569475 569483 8 0.0
.app_xip_area 460757 460765 8 0.0
.bss 63592 63592 0 0.0
.data 704 704 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 564091 564107 16 0.0
.app_xip_area 452093 452109 16 0.0
.bss 66792 66792 0 0.0
.data 784 784 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 930760 930784 24 0.0
.bss 197912 197912 0 0.0
.data 1388 1388 0 0.0
.text 731436 731460 24 0.0
BRD4187C (read/write) 1108456 1108488 32 0.0
.bss 195152 195152 0 0.0
.data 3408 3408 0 0.0
.text 909876 909908 32 0.0
lock-app BRD4161A+wf200 (read/write) 1121540 1121564 24 0.0
.bss 186764 186764 0 0.0
.data 2792 2792 0 0.0
.text 931964 931988 24 0.0
window-app BRD4187C (read/write) 1154904 1154928 24 0.0
.bss 167392 167392 0 0.0
.data 3320 3320 0 0.0
.text 984172 984196 24 0.0
esp32 all-clusters-app c3devkit (read only) 1210262 1210210 -52 -0.0
(read/write) 1748656 1748656 0 0.0
.dram0.bss 74296 74296 0 0.0
.dram0.data 13620 13620 0 0.0
.flash.rodata 251200 251200 0 0.0
.flash.text 1210262 1210210 -52 -0.0
.iram0.text 75530 75530 0 0.0
m5stack (read only) 1252391 1252399 8 0.0
(read/write) 534148 534148 0 0.0
.dram0.bss 81208 81208 0 0.0
.dram0.data 35164 35164 0 0.0
.flash.rodata 281856 281856 0 0.0
.flash.text 1246227 1246235 8 0.0
.iram0.text 125403 125403 0 0.0
k32w contact k32w0+release (read only) 604960 604976 16 0.0
(read/write) 79608 79608 0 0.0
.bss 67428 67428 0 0.0
.data 2196 2196 0 0.0
.text 604424 604440 16 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 747484 747500 16 0.0
.bss 79188 79188 0 0.0
.data 2816 2816 0 0.0
.text 626112 626128 16 0.0
light k32w0+release (read only) 608856 608888 32 0.0
(read/write) 79492 79492 0 0.0
.bss 67308 67308 0 0.0
.data 2200 2200 0 0.0
.text 608320 608352 32 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 789224 789240 16 0.0
.bss 80580 80580 0 0.0
.data 2032 2032 0 0.0
.text 667256 667272 16 0.0
lock k32w0+release (read only) 588864 588896 32 0.0
(read/write) 77480 77480 0 0.0
.bss 65348 65348 0 0.0
.data 2148 2148 0 0.0
.text 588328 588360 32 0.0
linux air-purifier-app debug (read only) 2611173 2611461 288 0.0
(read/write) 128832 128832 0 0.0
.bss 46448 46448 0 0.0
.data 2240 2240 0 0.0
.data.rel.ro 74216 74216 0 0.0
.dynamic 608 608 0 0.0
.got 4544 4544 0 0.0
.init 27 27 0 0.0
.init_array 744 744 0 0.0
.rodata 184208 184240 32 0.0
.text 2249621 2249877 256 0.0
all-clusters-app debug (read only) 5915209 5915465 256 0.0
(read/write) 480304 480304 0 0.0
.bss 134784 134784 0 0.0
.data 4496 4496 0 0.0
.data.rel.ro 333608 333608 0 0.0
.dynamic 624 624 0 0.0
.got 5360 5360 0 0.0
.init 27 27 0 0.0
.init_array 1384 1384 0 0.0
.rodata 349264 349264 0 0.0
.text 5132691 5132947 256 0.0
all-clusters-minimal-app debug (read only) 5195729 5196017 288 0.0
(read/write) 236224 236224 0 0.0
.bss 127584 127584 0 0.0
.data 4400 4400 0 0.0
.data.rel.ro 97176 97176 0 0.0
.dynamic 624 624 0 0.0
.got 5280 5280 0 0.0
.init 27 27 0 0.0
.init_array 1112 1112 0 0.0
.rodata 288258 288290 32 0.0
.text 4672883 4673139 256 0.0
bridge-app debug (read only) 4592641 4592929 288 0.0
(read/write) 217104 217104 0 0.0
.bss 118112 118112 0 0.0
.data 6176 6176 0 0.0
.data.rel.ro 86112 86112 0 0.0
.dynamic 624 624 0 0.0
.got 5248 5248 0 0.0
.init 27 27 0 0.0
.init_array 808 808 0 0.0
.rodata 228898 228930 32 0.0
.text 4143571 4143827 256 0.0
chip-tool debug (read only) 12011561 12011897 336 0.0
(read/write) 521416 521416 0 0.0
.bss 94392 94392 0 0.0
.data 5090 5090 0 0.0
.data.rel.ro 414712 414712 0 0.0
.dynamic 624 624 0 0.0
.got 5768 5768 0 0.0
.init 27 27 0 0.0
.init_array 776 776 0 0.0
.rodata 448153 448185 32 0.0
.text 10857731 10858035 304 0.0
chip-tool-ipv6only arm64 (read only) 11297072 11339756 42684 0.4
(read/write) 587384 585656 -1728 -0.3
.bss 103448 103464 16 0.0
.data 4488 4488 0 0.0
.data.rel.ro 454496 454496 0 0.0
.dynamic 512 512 0 0.0
.got 16816 16816 0 0.0
.init 24 24 0 0.0
.init_array 248 248 0 0.0
.rodata 353644 353564 -80 -0.0
.text 10065396 10108472 43076 0.4
lighting-app debug+rpc+ui (read only) 5515921 5516209 288 0.0
(read/write) 225896 225896 0 0.0
.bss 119048 119048 0 0.0
.data 4832 4832 0 0.0
.data.rel.ro 94512 94512 0 0.0
.dynamic 672 672 0 0.0
.got 5888 5888 0 0.0
.init 27 27 0 0.0
.init_array 920 920 0 0.0
.rodata 353940 353972 32 0.0
.text 4915427 4915683 256 0.0
lock-app debug (read only) 4660369 4660657 288 0.0
(read/write) 204720 204720 0 0.0
.bss 113536 113536 0 0.0
.data 4128 4128 0 0.0
.data.rel.ro 80360 80360 0 0.0
.dynamic 624 624 0 0.0
.got 5200 5200 0 0.0
.init 27 27 0 0.0
.init_array 840 840 0 0.0
.rodata 254914 254946 32 0.0
.text 4193923 4194179 256 0.0
ota-provider-app debug (read only) 4292201 4292489 288 0.0
(read/write) 193192 193192 0 0.0
.bss 113216 113216 0 0.0
.data 4336 4336 0 0.0
.data.rel.ro 69744 69744 0 0.0
.dynamic 624 624 0 0.0
.got 4536 4536 0 0.0
.init 27 27 0 0.0
.init_array 704 704 0 0.0
.rodata 207458 207490 32 0.0
.text 3891891 3892147 256 0.0
ota-requestor-app debug (read only) 4418217 4418505 288 0.0
(read/write) 197592 197592 0 0.0
.bss 114112 114112 0 0.0
.data 4736 4736 0 0.0
.data.rel.ro 72864 72864 0 0.0
.dynamic 624 624 0 0.0
.got 4472 4472 0 0.0
.init 27 27 0 0.0
.init_array 752 752 0 0.0
.rodata 213602 213634 32 0.0
.text 4007219 4007475 256 0.0
shell debug (read only) 2885337 2885625 288 0.0
(read/write) 156256 156256 0 0.0
.bss 62672 62672 0 0.0
.data 1392 1392 0 0.0
.data.rel.ro 86432 86432 0 0.0
.dynamic 592 592 0 0.0
.got 4072 4072 0 0.0
.init 27 27 0 0.0
.init_array 1064 1064 0 0.0
.rodata 185120 185152 32 0.0
.text 2526994 2527250 256 0.0
thermostat-no-ble arm64 (read only) 4373056 4412452 39396 0.9
(read/write) 244768 242240 -2528 -1.0
.bss 121752 121768 16 0.0
.data 3360 3360 0 0.0
.data.rel.ro 103576 103576 0 0.0
.dynamic 512 512 0 0.0
.got 8616 8616 0 0.0
.init 24 24 0 0.0
.init_array 416 416 0 0.0
.rodata 159180 159116 -64 -0.0
.text 3879060 3918840 39780 1.0
tv-app debug (read only) 5669969 5670273 304 0.0
(read/write) 351432 351432 0 0.0
.bss 243344 243344 0 0.0
.data 6496 6496 0 0.0
.data.rel.ro 94328 94328 0 0.0
.dynamic 624 624 0 0.0
.got 5496 5496 0 0.0
.init 27 27 0 0.0
.init_array 1136 1136 0 0.0
.rodata 287906 287906 0 0.0
.text 5140243 5140547 304 0.0
tv-casting-app debug (read only) 9858065 9858321 256 0.0
(read/write) 340096 340096 0 0.0
.bss 156112 156112 0 0.0
.data 2944 2944 0 0.0
.data.rel.ro 174168 174168 0 0.0
.dynamic 624 624 0 0.0
.got 5072 5072 0 0.0
.init 27 27 0 0.0
.init_array 1160 1160 0 0.0
.rodata 382640 382640 0 0.0
.text 9009827 9010083 256 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2531528 2531528 0 0.0
.bss 220448 220448 0 0.0
.data 5200 5200 0 0.0
.text 1494212 1494212 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1101300 1101316 16 0.0
bss 130831 130831 0 0.0
rodata 112028 112028 0 0.0
text 810596 810612 16 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1221340 1221340 0 0.0
bss 122921 122921 0 0.0
rodata 141772 141772 0 0.0
text 806120 806132 12 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1049304 1049320 16 0.0
bss 129689 129689 0 0.0
rodata 99400 99400 0 0.0
text 772376 772392 16 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 834464 834464 0 0.0
(read/write) 1795212 1795244 32 0.0
.bss 196212 196212 0 0.0
.data 2664 2664 0 0.0
.text 1587948 1587980 32 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 837616 837616 0 0.0
(read/write) 1717324 1717356 32 0.0
.bss 193092 193092 0 0.0
.data 2632 2632 0 0.0
.text 1513212 1513244 32 0.0
light cy8ckit_062s2_43012 (read only) 844344 844344 0 0.0
(read/write) 1636444 1636476 32 0.0
.bss 186556 186556 0 0.0
.data 2440 2440 0 0.0
.text 1439060 1439092 32 0.0
lock cy8ckit_062s2_43012 (read only) 817184 817184 0 0.0
(read/write) 1666356 1666388 32 0.0
.bss 213716 213716 0 0.0
.data 2440 2440 0 0.0
.text 1441812 1441844 32 0.0
qpg lighting-app qpg6105+debug (read/write) 1127736 1127768 32 0.0
.bss 102456 102456 0 0.0
.data 820 820 0 0.0
.text 640120 640152 32 0.0
lock-app qpg6105+debug (read/write) 1087720 1087752 32 0.0
.bss 97200 97200 0 0.0
.data 840 840 0 0.0
.text 600100 600132 32 0.0
stm32 light STM32WB5MM-DK (read/write) 599157 599173 16 0.0
.bss 128320 128320 0 0.0
.data 668 668 0 0.0
.rodata 78772 78772 0 0.0
.text 381672 381688 16 0.0
telink air-quality-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 822014 821958 -56 -0.0
bss 49660 49660 0 0.0
text 615812 615760 -52 -0.0
all-clusters-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 1090792 1090736 -56 -0.0
bss 101780 101780 0 0.0
text 792886 792834 -52 -0.0
all-clusters-minimal-app tlsr9528a (read only) 47960 47960 0 0.0
(read/write) 1048280 1048232 -48 -0.0
bss 110084 110084 0 0.0
text 764230 764178 -52 -0.0
bridge-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 909032 908976 -56 -0.0
bss 93116 93116 0 0.0
text 651696 651644 -52 -0.0
contact-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 823694 823638 -56 -0.0
bss 49708 49708 0 0.0
text 617550 617498 -52 -0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 929436 929380 -56 -0.0
bss 77708 77708 0 0.0
text 697726 697674 -52 -0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read only) 29122 29122 0 0.0
(read/write) 1071664 1071608 -56 -0.0
bss 100196 100196 0 0.0
text 776570 776518 -52 -0.0
lock-app-dfu tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 901772 901716 -56 -0.0
bss 69172 69172 0 0.0
text 652930 652878 -52 -0.0
ota-requestor-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 927520 927464 -56 -0.0
bss 92696 92696 0 0.0
text 670218 670166 -52 -0.0
pump-app tlsr9258a_retention (read only) 51774 51774 0 0.0
(read/write) 826246 826198 -48 -0.0
bss 49816 49816 0 0.0
text 620506 620454 -52 -0.0
pump-controller-app tlsr9518adk80d (read only) 31872 31872 0 0.0
(read/write) 789960 789904 -56 -0.0
bss 56016 56016 0 0.0
text 591256 591204 -52 -0.0
shell tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 676828 676828 0 0.0
bss 73672 73672 0 0.0
text 462306 462306 0 0.0
smoke_co_alarm-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 830986 830938 -48 -0.0
bss 51340 51340 0 0.0
text 623878 623826 -52 -0.0
temperature-measurement-app-mars-ota tlsr9518adk80d (read only) 32220 32220 0 0.0
(read/write) 849273 849217 -56 -0.0
bss 59492 59492 0 0.0
text 635314 635262 -52 -0.0
thermostat tlsr9518adk80d (read only) 31872 31872 0 0.0
(read/write) 815620 815572 -48 -0.0
bss 56304 56304 0 0.0
text 610964 610912 -52 -0.0
window-covering tlsr9258a (read only) 51584 51584 0 0.0
(read/write) 833724 833676 -48 -0.0
bss 68080 68080 0 0.0
text 626220 626168 -52 -0.0

@tehampson tehampson enabled auto-merge (squash) February 29, 2024 19:44
@tehampson tehampson merged commit 2e8b3ae into project-chip:master Feb 29, 2024
58 checks passed
Sarthak-Shaha pushed a commit to Sarthak-Shaha/connectedhomeip_silabs that referenced this pull request Mar 5, 2024
…project-chip#32324)

* Have PairingSession::EncodeSessionParameters require local MRP values
huangxuyong pushed a commit to huangxuyong/connectedhomeip that referenced this pull request Mar 19, 2024
…project-chip#32324)

* Have PairingSession::EncodeSessionParameters require local MRP values
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
5 participants