8000 Default initialize controller vendor ID by mrjerryjohns · Pull Request #20017 · project-chip/connectedhomeip · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Default initialize controller vendor ID #20017

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

Merged
merged 4 commits into from
Jul 7, 2022

Conversation

mrjerryjohns
Copy link
Contributor

Problem

The Python REPL was failing to commission a device when built with detail logging disabled.

Cause

It was not correctly initializing the Controller::SetupParams::controllerVendorId when creating a commissioner instance. This resulted in it using garbage values that sometimes, were correct and not zero.

Fix

As per discussion here, this default initializes that field to VendorId::Unspecified as well as adding an early check for a valid value at controller creation time. This ensures that applications creating commissioners are forced to explicitly provide a value for their vendor ID. It also ensures we catch applications who don't do so early at commissioner instantiation time.

Testing

Validate that the REPL and REPL tests pass correctly.
For other platforms, will have to check the various PR tests and see which ones fail.

Problem:
The Python REPL was failing to commission a device when built with
detail logging disabled.

Cause:
It was not correctly initializing the
Controller::SetupParams::controllerVendorId when creating a commissioner
instance. This resulted in it using garbage values that sometimes, were
correct and not zero.

Fix:
As per discussion here, this default initializes that field to
VendorId::Unspecified as well as adding an early check for a valid value
at controller creation time. This ensures that applications creating
commissioners are forced to explicitly provide a value for their vendor
ID. It also ensures we catch applications who don't do so early at
commissioner instantiation time.

Testing:
Validate that the REPL and REPL tests pass correctly.
For other platforms, will have to check the various PR tests and see
which ones fail.
@mrjerryjohns mrjerryjohns force-pushed the init-admin-vendor-id branch from efa5795 to ff39af3 Compare June 27, 2022 22:39
@github-actions
Copy link
github-actions bot commented Jun 27, 2022

PR #20017: Size comparison from 29133aa to ff39af3

Increases (4 builds for cc13x2_26x2, linux, nrfconnect, telink)
platform target config section 29133aa ff39af3 change % change
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read/write) 187884 187892 8 0.0
linux chip-tool-no-interactive-ipv6only arm64 (read only) 9924404 9924468 64 0.0
.text 7912212 7912276 64 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 text 810036 810040 4 0.0
telink lighting-app tlsr9518adk80d text 581396 581398 2 0.0
Decreases (4 builds for cc13x2_26x2, cyw30739, esp32, telink)
platform target config section 29133aa ff39af3 change % change
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 665115 665107 -8 -0.0
.text 576908 576900 -8 -0.0
cyw30739 lock cyw930739m2evb_01 (read/write) 582222 582214 -8 -0.0
.app_xip_area 459024 459016 -8 -0.0
esp32 all-clusters-app c3devkit (read only) 1019244 1019242 -2 -0.0
.flash.text 1019244 1019242 -2 -0.0
telink light-switch-app tlsr9518adk80d text 564966 564964 -2 -0.0
Full report (30 builds for cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
platform target config section 29133aa ff39af3 change % change
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 665115 665107 -8 -0.0
(read/write) 187884 187892 8 0.0
.bss 75892 75892 0 0.0
.data 3356 3356 0 0.0
.rodata 87891 87891 0 0.0
.text 576908 576900 -8 -0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 653855 653855 0 0.0
(read/write) 198440 198440 0 0.0
.bss 75188 75188 0 0.0
.data 3356 3356 0 0.0
.rodata 91359 91359 0 0.0
.text 562180 562180 0 0.0
lock-ftd LP_CC2652R7 (read only) 667655 667655 0 0.0
(read/write) 175488 175488 0 0.0
.bss 72924 72924 0 0.0
.data 3280 3280 0 0.0
.rodata 75983 75983 0 0.0
.text 591192 591192 0 0.0
lock-mtd LP_CC2652R7 (read only) 617071 617071 0 0.0
(read/write) 146040 146040 0 0.0
.bss 68644 68644 0 0.0
.data 3280 3280 0 0.0
.rodata 75863 75863 0 0.0
.text 540720 540720 0 0.0
pump-app LP_CC2652R7 (read only) 677399 677399 0 0.0
(read/write) 166600 166600 0 0.0
.bss 73012 73012 0 0.0
.data 3280 3280 0 0.0
.rodata 88503 88503 0 0.0
.text 588412 588412 0 0.0
pump-controller-app LP_CC2652R7 (read only) 663287 663287 0 0.0
(read/write) 180832 180832 0 0.0
.bss 73132 73132 0 0.0
.data 3276 3276 0 0.0
.rodata 84351 84351 0 0.0
.text 578456 578456 0 0.0
shell LP_CC2652R7 (read only) 657570 657570 0 0.0
(read/write) 190932 190932 0 0.0
.bss 78196 78196 0 0.0
.data 3360 3360 0 0.0
.rodata 84650 84650 0 0.0
.text 572604 572604 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 580646 580646 0 0.0
.app_xip_area 457640 457640 0 0.0
.bss 65968 65968 0 0.0
.data 716 716 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 582222 582214 -8 -0.0
.app_xip_area 459024 459016 -8 -0.0
.bss 66160 66160 0 0.0
.data 720 720 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 583894 583894 0 0.0
.app_xip_area 461736 461736 0 0.0
.bss 65176 65176 0 0.0
.data 660 660 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A (read/write) 1082132 1082132 0 0.0
.bss 134772 134772 0 0.0
.data 2048 2048 0 0.0
.text 945292 945292 0 0.0
BRD4161A+rpc (read/write) 1136444 1136444 0 0.0
.bss 151460 151460 0 0.0
.data 2260 2260 0 0.0
.text 982704 982704 0 0.0
BRD4161A+rs911x (read/write) 947304 947304 0 0.0
.bss 140488 140488 0 0.0
.data 2048 2048 0 0.0
.text 804748 804748 0 0.0
lock-app BRD4161A+wf200 (read/write) 1121856 1121856 0 0.0
.bss 140936 140936 0 0.0
.data 2060 2060 0 0.0
.text 978836 978836 0 0.0
window-app BRD4161A (read/write) 1067412 1067412 0 0.0
.bss 134852 134852 0 0.0
.data 2076 2076 0 0.0
.text 930460 930460 0 0.0
esp32 all-clusters-app c3devkit (read only) 1019244 1019242 -2 -0.0
(read/write) 1486658 1486658 0 0.0
.dram0.bss 71840 71840 0 0.0
.dram0.data 14624 14624 0 0.0
.flash.rodata 214768 214768 0 0.0
.flash.text 1019244 1019242 -2 -0.0
.iram0.text 62902 62902 0 0.0
m5stack (read only) 1073419 1073419 0 0.0
(read/write) 488752 488752 0 0.0
.dram0.bss 77360 77360 0 0.0
.dram0.data 34144 34144 0 0.0
.flash.rodata 245252 245252 0 0.0
.flash.text 1068035 1068035 0 0.0
.iram0.text 123267 123267 0 0.0
k32w light k32w061+release (read/write) 659960 659960 0 0.0
.bss 71292 71292 0 0.0
.data 1992 1992 0 0.0
.text 580876 580876 0 0.0
lock k32w061+release (read/write) 686200 686200 0 0.0
.bss 71764 71764 0 0.0
.data 2004 2004 0 0.0
.text 606632 606632 0 0.0
linux chip-tool-no-interactive-ipv6only arm64 (read only) 9924404 9924468 64 0.0
(read/write) 675681 675681 0 0.0
.bss 42625 42625 0 0.0
.data 1152 1152 0 0.0
.data.rel.ro 614632 614632 0 0.0
.dynamic 528 528 0 0.0
.got 13456 13456 0 0.0
.init 24 24 0 0.0
.init_array 192 192 0 0.0
.rodata 472516 472516 0 0.0
.text 7912212 7912276 64 0.0
thermostat-no-ble arm64 (read only) 2592948 2592948 0 0.0
(read/write) 181777 181777 0 0.0
.bss 88705 88705 0 0.0
.data 1704 1704 0 0.0
.data.rel.ro 83256 83256 0 0.0
.dynamic 528 528 0 0.0
.got 5088 5088 0 0.0
.init 24 24 0 0.0
.init_array 400 400 0 0.0
.rodata 165284 165284 0 0.0
.text 2187888 2187888 0 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2447448 2447448 0 0.0
.bss 215732 215732 0 0.0
.data 5872 5872 0 0.0
.text 1410092 1410092 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1175107 1175107 0 0.0
bss 144666 144666 0 0.0
rodata 141476 141476 0 0.0
text 810036 810040 4 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1155975 1155975 0 0.0
bss 143902 143902 0 0.0
rodata 133408 133408 0 0.0
text 799748 799748 0 0.0
p6 all-clusters-app default (read/write) 2566176 2566176 0 0.0
.bss 150912 150912 0 0.0
.data 2776 2776 0 0.0
.text 1524440 1524440 0 0.0
all-clusters-minimal-app default (read/write) 8000 2512024 2512024 0 0.0
.bss 150192 150192 0 0.0
.data 2776 2776 0 0.0
.text 1470288 1470288 0 0.0
light-app default (read/write) 2442160 2442160 0 0.0
.bss 142248 142248 0 0.0
.data 2592 2592 0 0.0
.text 1400424 1400424 0 0.0
lock-app default (read/write) 2468440 2468440 0 0.0
.bss 142096 142096 0 0.0
.data 2600 2600 0 0.0
.text 1426704 1426704 0 0.0
telink light-switch-app tlsr9518adk80d (read/write) 798284 798284 0 0.0
bss 72360 72360 0 0.0
noinit 40416 40416 0 0.0
text 564966 564964 -2 -0.0
lighting-app tlsr9518adk80d (read/write) 818240 818240 0 0.0
bss 73180 73180 0 0.0
noinit 40416 40416 0 0.0
text 581396 581398 2 0.0

@woody-apple woody-apple added the sve label Jul 6, 2022
@github-actions
Copy link
github-actions bot commented Jul 6, 2022

PR #20017: Size comparison from 9e982ce to 73976c7

Increases (2 builds for esp32, linux)
platform target config section 9e982ce 73976c7 change % change
esp32 all-clusters-app c3devkit (read only) 1019366 1019370 4 0.0
.flash.text 1019366 1019370 4 0.0
linux chip-tool-no-interactive-ipv6only arm64 (read only) 9931684 9931732 48 0.0
.text 7920084 7920132 48 0.0
Decreases (4 builds for cc13x2_26x2, linux, telink)
platform target config section 9e982ce 73976c7 change % change
cc13x2_26x2 all-clusters-minimal-app LP_CC2652R7 (read only) 631443 631435 -8 -0.0
.text 553812 553804 -8 -0.0
linux chip-tool debug (read only) 10231713 10231633 -80 -0.0
.text 8310836 8310756 -80 -0.0
tv-app debug (read only) 3099713 3099633 -80 -0.0
.text 2662882 2662802 -80 -0.0
telink lighting-app tlsr9518adk80d text 581456 581452 -4 -0.0
Full report (41 builds for cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink) 8000
platform target config section 9e982ce 73976c7 change % change
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 665443 665443 0 0.0
(read/write) 185780 185780 0 0.0
.bss 74116 74116 0 0.0
.data 3356 3356 0 0.0
.rodata 88067 88067 0 0.0
.text 577060 577060 0 0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 631443 631435 -8 -0.0
(read/write) 157684 157684 0 0.0
.bss 73412 73412 0 0.0
.data 3356 3356 0 0.0
.rodata 77307 77307 0 0.0
.text 553812 553804 -8 -0.0
lock-ftd LP_CC2652R7 (read only) 668343 668343 0 0.0
(read/write) 173024 173024 0 0.0
.bss 71148 71148 0 0.0
.data 3280 3280 0 0.0
.rodata 76207 76207 0 0.0
.text 591656 591656 0 0.0
lock-mtd LP_CC2652R7 (read only) 617759 617759 0 0.0
(read/write) 144264 144264 0 0.0
.bss 66868 66868 0 0.0
.data 3280 3280 0 0.0
.rodata 76087 76087 0 0.0
.text 541184 541184 0 0.0
pump-app LP_CC2652R7 (read only) 677703 677703 0 0.0
(read/write) 164512 164512 0 0.0
.bss 71228 71228 0 0.0
.data 3280 3280 0 0.0
.rodata 88431 88431 0 0.0
.text 588788 588788 0 0.0
pump-controller-app LP_CC2652R7 (read only) 663527 663527 0 0.0
(read/write) 178808 178808 0 0.0
.bss 71348 71348 0 0.0
.data 3276 3276 0 0.0
.rodata 84295 84295 0 0.0
.text 578752 578752 0 0.0
shell LP_CC2652R7 (read only) 657942 657942 0 0.0
(read/write) 188784 188784 0 0.0
.bss 76420 76420 0 0.0
.data 3360 3360 0 0.0
.rodata 84846 84846 0 0.0
.text 572780 572780 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 579134 579134 0 0.0
.app_xip_area 457904 457904 0 0.0
.bss 64184 64184 0 0.0
.data 716 716 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 584862 584862 0 0.0
.app_xip_area 458896 458896 0 0.0
.bss 68912 68912 0 0.0
.data 720 720 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 582206 582206 0 0.0
.app_xip_area 461824 461824 0 0.0
.bss 63392 63392 0 0.0
.data 660 660 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A (read/write) 1080652 1080652 0 0.0
.bss 132996 132996 0 0.0
.data 2048 2048 0 0.0
.text 945588 945588 0 0.0
BRD4161A+rpc (read only) 983040 983040 0 0.0
(read/write) 151948 151948 0 0.0
.bss 149676 149676 0 0.0
.data 2260 2260 0 0.0
.text 983032 983032 0 0.0
BRD4161A+rs911x (read/write) 946756 946756 0 0.0
.bss 140768 140768 0 0.0
.data 2048 2048 0 0.0
.text 803920 803920 0 0.0
lock-app BRD4161A+wf200 (read/write) 1127288 1127288 0 0.0
.bss 144184 144184 0 0.0
.data 2060 2060 0 0.0
.text 981020 981020 0 0.0
window-app BRD4161A (read/write) 1074436 1074436 0 0.0
.bss 134468 134468 0 0.0
.data 2076 2076 0 0.0
.text 937868 937868 0 0.0
esp32 all-clusters-app c3devkit (read only) 1019366 1019370 4 0.0
(read/write) 1485050 1485050 0 0.0
.dram0.bss 70080 70080 0 0.0
.dram0.data 14600 14600 0 0.0
.flash.rodata 214936 214936 0 0.0
.flash.text 1019366 1019370 4 0.0
.iram0.text 62902 62902 0 0.0
m5stack (read only) 1073243 1073243 0 0.0
(read/write) 487136 487136 0 0.0
.dram0.bss 75600 75600 0 0.0
.dram0.data 34144 34144 0 0.0
.flash.rodata 245396 245396 0 0.0
.flash.text 1067859 1067859 0 0.0
.iram0.text 123267 123267 0 0.0
k32w light k32w061+release (read/write) 658192 658192 0 0.0
.bss 69516 69516 0 0.0
.data 1992 1992 0 0.0
.text 580884 580884 0 0.0
lock k32w061+release (read/write) 684788 684788 0 0.0
.bss 69980 69980 0 0.0
.data 2004 2004 0 0.0
.text 607004 607004 0 0.0
linux all-clusters-app debug (read only) 2955793 2955793 0 0.0
(read/write) 154744 154744 0 0.0
.bss 61536 61536 0 0.0
.data 2048 2048 0 0.0
.data.rel.ro 84968 84968 0 0.0
.dynamic 608 608 0 0.0
.got 4536 4536 0 0.0
.init 27 27 0 0.0
.init_array 1040 1040 0 0.0
.rodata 263133 263133 0 0.0
.text 2515474 2515474 0 0.0
all-clusters-minimal-app debug (read only) 2809921 2809921 0 0.0
(read/write) 146680 146680 0 0.0
.bss 60864 60864 0 0.0
.data 2048 2048 0 0.0
.data.rel.ro 77608 77608 0 0.0
.dynamic 608 608 0 0.0
.got 4488 4488 0 0.0
.init 27 27 0 0.0
.init_array 1040 1040 0 0.0
.rodata 264829 264829 0 0.0
.text 2370082 2370082 0 0.0
bridge-app debug+rpc (read only) 2312761 2312761 0 0.0
(read/write) 125504 125504 0 0.0
.bss 48928 48928 0 0.0
.data 3824 3824 0 0.0
.data.rel.ro 66984 66984 0 0.0
.dynamic 608 608 0 0.0
.got 4392 4392 0 0.0
.init 27 27 0 0.0
.init_array 728 728 0 0.0
.rodata 197952 197952 0 0.0
.text 1953074 1953074 0 0.0
chip-tool debug (read only) 10231713 10231633 -80 -0.0
(read/write) 612736 612736 0 0.0
.bss 24728 24728 0 0.0
.data 3234 3234 0 0.0
.data.rel.ro 578368 578368 0 0.0
.dynamic 608 608 0 0.0
.got 5096 5096 0 0.0
.init 27 27 0 0.0
.init_array 640 640 0 0.0
.rodata 511509 511509 0 0.0
.text 8310836 8310756 -80 -0.0
chip-tool-no-interactive-ipv6only arm64 (read only) 9931684 9931732 48 0.0
(read/write) 674929 674929 0 0.0
.bss 42609 42609 0 0.0
.data 1152 1152 0 0.0
.data.rel.ro 613912 613912 0 0.0
.dynamic 528 528 0 0.0
.got 13440 13440 0 0.0
.init 24 24 0 0.0
.init_array 192 192 0 0.0
.rodata 473556 473556 0 0.0
.text 7920084 7920132 48 0.0
lighting-app debug+rpc (read only) 2548281 2548281 0 0.0
(read/write) 129528 129528 0 0.0
.bss 49440 49440 0 0.0
.data 2096 2096 0 0.0
.data.rel.ro 72136 72136 0 0.0
.dynamic 608 608 0 0.0
.got 4392 4392 0 0.0
.init 27 27 0 0.0
.init_array 816 816 0 0.0
.rodata 213640 213640 0 0.0
.text 2164674 2164674 0 0.0
lock-app debug (read only) 2510849 2510849 0 0.0
(read/write) 124504 124504 0 0.0
.bss 47840 47840 0 0.0
.data 1712 1712 0 0.0
.data.rel.ro 69096 69096 0 0.0
.dynamic 608 608 0 0.0
.got 4424 4424 0 0.0
.init 27 27 0 0.0
.init_array 784 784 0 0.0
.rodata 228232 228232 0 0.0
.text 2117474 2117474 0 0.0
ota-provider-app debug (read only) 2319585 2319585 0 0.0
(read/write) 118312 118312 0 0.0
.bss 47488 474880 0.0
.data 1944 1944 0 0.0
.data.rel.ro 63096 63096 0 0.0
.dynamic 608 608 0 0.0
.got 4488 4488 0 0.0
.init 27 27 0 0.0
.init_array 672 672 0 0.0
.rodata 203416 203416 0 0.0
.text 1953394 1953394 0 0.0
ota-requestor-app debug (read only) 2436705 2436705 0 0.0
(read/write) 125216 125216 0 0.0
.bss 49856 49856 0 0.0
.data 2232 2232 0 0.0
.data.rel.ro 67288 67288 0 0.0
.dynamic 608 608 0 0.0
.got 4480 4480 0 0.0
.init 27 27 0 0.0
.init_array 728 728 0 0.0
.rodata 207200 207200 0 0.0
.text 2058354 2058354 0 0.0
shell debug (read only) 2546121 2546121 0 0.0
(read/write) 141096 141096 0 0.0
.bss 57448 57448 0 0.0
.data 1264 1264 0 0.0
.data.rel.ro 76688 76688 0 0.0
.dynamic 608 608 0 0.0
.got 4136 4136 0 0.0
.init 27 27 0 0.0
.init_array 920 920 0 0.0
.rodata 227250 227250 0 0.0
.text 2161794 2161794 0 0.0
thermostat-no-ble arm64 (read only) 2592644 2592644 0 0.0
(read/write) 158289 158289 0 0.0
.bss 65249 65249 0 0.0
.data 1704 1704 0 0.0
.data.rel.ro 83240 83240 0 0.0
.dynamic 528 528 0 0.0
.got 5072 5072 0 0.0
.init 24 24 0 0.0
.init_array 400 400 0 0.0
.rodata 165348 165348 0 0.0
.text 2187520 2187520 0 0.0
tv-app debug (read only) 3099713 3099633 -80 -0.0
(read/write) 257704 257704 0 0.0
.bss 167016 167016 0 0.0
.data 4848 4848 0 0.0
.data.rel.ro 79392 79392 0 0.0
.dynamic 608 608 0 0.0
.got 4848 4848 0 0.0
.init 27 27 0 0.0
.init_array 952 952 0 0.0
.rodata 248928 248928 0 0.0
.text 2662882 2662802 -80 -0.0
tv-casting-app debug (read only) 5562817 5562817 0 0.0
(read/write) 161968 161968 0 0.0
.bss 50248 50248 0 0.0
.data 2416 2416 0 0.0
.data.rel.ro 103048 103048 0 0.0
.dynamic 608 608 0 0.0
.got 4736 4736 0 0.0
.init 27 27 0 0.0
.init_array 864 864 0 0.0
.rodata 343209 343209 0 0.0
.text 4941746 4941746 0 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2447400 2447400 0 0.0
.bss 213940 213940 0 0.0
.data 5872 5872 0 0.0
.text 1410044 1410044 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1173807 1173807 0 0.0
bss 142900 142900 0 0.0
rodata 141376 141376 0 0.0
text 810640 810640 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1154691 1154691 0 0.0
bss 142136 142136 0 0.0
rodata 133308 133308 0 0.0
text 800360 800360 0 0.0
p6 all-clusters-app default (read/write) 2563088 2563088 0 0.0
.bss 149120 149120 0 0.0
.data 2776 2776 0 0.0
.text 1521352 1521352 0 0.0
all-clusters-minimal-app default (read/write) 2508952 2508952 0 0.0
.bss 148400 148400 0 0.0
.data 2776 2776 0 0.0
.text 1467216 1467216 0 0.0
light-app default (read/write) 2439240 2439240 0 0.0
.bss 140456 140456 0 0.0
.data 2592 2592 0 0.0
.text 1397504 1397504 0 0.0
lock-app default (read/write) 2465672 2465672 0 0.0
.bss 140304 140304 0 0.0
.data 2600 2600 0 0.0
.text 1423936 1423936 0 0.0
telink light-switch-app tlsr9518adk80d (read/write) 796636 796636 0 0.0
bss 70576 70576 0 0.0
noinit 40416 40416 0 0.0
text 565130 565130 0 0.0
lighting-app tlsr9518adk80d (read/write) 816464 816464 0 0.0
bss 71420 71420 0 0.0
noinit 40416 40416 0 0.0
text 581456 581452 -4 -0.0

@mrjerryjohns mrjerryjohns merged commit 7514699 into project-chip:master Jul 7, 2022
github-actions bot pushed a commit that referenced this pull request Jul 7, 2022
* Default initialize controller vendor ID

Problem:
The Python REPL was failing to commission a device when built with
detail logging disabled.

Cause:
It was not correctly initializing the
Controller::SetupParams::controllerVendorId when creating a commissioner
instance. This resulted in it using garbage values that sometimes, were
correct and not zero.

Fix:
As per discussion here, this default initializes that field to
VendorId::Unspecified as well as adding an early check for a valid value
at controller creation time. This ensures that applications creating
commissioners are forced to explicitly provide a value for their vendor
ID. It also ensures we catch applications who don't do so early at
commissioner instantiation time.

Testing:
Validate that the REPL and REPL tests pass correctly.
For other platforms, will have to check the various PR tests and see
which ones fail.

* Review feedback

* Rebase and fix-up test logic that got added recently
woody-apple added a commit that referenced this pull request Jul 7, 2022
* Default initialize controller vendor ID

Problem:
The Python REPL was failing to commission a device when built with
detail logging disabled.

Cause:
It was not correctly initializing the
Controller::SetupParams::controllerVendorId when creating a commissioner
instance. This resulted in it using garbage values that sometimes, were
correct and not zero.

Fix:
As per discussion here, this default initializes that field to
VendorId::Unspecified as well as adding an early check for a valid value
at controller creation time. This ensures that applications creating
commissioners are forced to explicitly provide a value for their vendor
ID. It also ensures we catch applications who don't do so early at
commissioner instantiation time.

Testing:
Validate that the REPL and REPL tests pass correctly.
For other platforms, will have to check the various PR tests and see
which ones fail.

* Review feedback

* Rebase and fix-up test logic that got added recently

Co-authored-by: Jerry Johns <johnsj@google.com>
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.

7 participants
0