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

[Telink] Fix simulatedIndex max number & disable NET_MGMT #26293

Merged
merged 12 commits into from
May 5, 2023

Conversation

s07641069
Copy link
Contributor

@s07641069 s07641069 commented Apr 28, 2023

Change overview

  • Remove NET_CONFIG_SETTINGS which select NET_MGMT
  • Fix SensorManager simulatedIndex max number calculation

Testing

Tested manually with chip-tool.

Steps:

  • Run: $ chip-tool pairing ble-thread <...>
  • Wait till success
  • Run: $ chip-tool onoff on ${NODE_ID }1
  • Wait till success
  • Run: $ chip-tool onoff off ${NODE_ID }1
  • Wait till success

@github-actions
Copy link

PR #26293: Size comparison from f1096a5 to 4555e99

Decreases (1 build for cc32xx)
platform target config section f1096a5 4555e99 change % change
cc32xx lock CC3235SF_LAUNCHXL .debug_info 19521972 19521971 -1 -0.0
Full report (1 build for cc32xx)
platform target config section f1096a5 4555e99 change % change
cc32xx lock CC3235SF_LAUNCHXL 0 0 0 0.0
(read only) 602714 602714 0 0.0
(read/write) 204156 204156 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 197568 197568 0 0.0
.comment 206 206 0 0.0
.data 1468 1468 0 0.0
.debug_abbrev 956984 956984 0 0.0
.debug_aranges 103664 103664 0 0.0
.debug_frame 350552 350552 0 0.0
.debug_info 19521972 19521971 -1 -0.0
.debug_line 2682751 2682751 0 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1506147 1506147 0 0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 96278 96278 0 0.0
.debug_str 3059490 3059490 0 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 104250 104250 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 481887 481887 0 0.0
.symtab 287248 287248 0 0.0
.text 496340 496340 0 0.0

@github-actions
Copy link

PR #26293: Size comparison from f1096a5 to bf437b7

Full report (1 build for cc32xx)
platform target config section f1096a5 bf437b7 change % change
cc32xx lock CC3235SF_LAUNCHXL 0 0 0 0.0
(read only) 602714 602714 0 0.0
(read/write) 204156 204156 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 197568 197568 0 0.0
.comment 206 206 0 0.0
.data 1468 1468 0 0.0
.debug_abbrev 956984 956984 0 0.0
.debug_aranges 103664 103664 0 0.0
.debug_frame 350552 350552 0 0.0
.debug_info 19521972 19521972 0 0.0
.debug_line 2682751 2682751 0 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1506147 1506147 0 0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 96278 96278 0 0.0
.debug_str 3059490 3059490 0 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 104250 104250 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 481887 481887 0 0.0
.symtab 287248 287248 0 0.0
.text 496340 496340 0 0.0

@github-actions
Copy link

github-actions bot commented May 2, 2023

PR #26293: Size comparison from fa505f6 to 4813272

Decreases (1 build for cc32xx)
platform target config section fa505f6 4813272 change % change
cc32xx lock CC3235SF_LAUNCHXL .debug_info 19559510 19559509 -1 -0.0
Full report (1 build for cc32xx)
platform target config section fa505f6 4813272 change % change
cc32xx lock CC3235SF_LAUNCHXL 0 0 0 0.0
(read only) 604042 604042 0 0.0
(read/write) 204156 204156 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 197568 197568 0 0.0
.comment 206 206 0 0.0
.data 1468 1468 0 0.0
.debug_abbrev 956764 956764 0 0.0
.debug_aranges 103240 103240 0 0.0
.debug_frame 349432 349432 0 0.0
.debug_info 19559510 19559509 -1 -0.0
.debug_line 2687404 2687404 0 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1515630 1515630 0 0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 95966 95966 0 0.0
.debug_str 3082308 3082308 0 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 104282 104282 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 479192 479192 0 0.0
.symtab 286736 286736 0 0.0
.text 497636 497636 0 0.0

@s07641069 s07641069 changed the title [Telink] Enable extended discovery & disable NET_MGMT [Telink] Fix simulatedIndex max number & disable NET_MGMT May 2, 2023
@github-actions
Copy link

github-actions bot commented May 2, 2023

PR #26293: Size comparison from fa505f6 to 342fc22

Full report (7 builds for cc32xx, mbed, nrfconnect, qpg)
platform target config section fa505f6 342fc226 change % change
cc32xx lock CC3235SF_LAUNCHXL 0 0 0 0.0
(read only) 604042 604042 0 0.0
(read/write) 204156 204156 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 197568 197568 0 0.0
.comment 206 206 0 0.0
.data 1468 1468 0 0.0
.debug_abbrev 956764 956764 0 0.0
.debug_aranges 103240 103240 0 0.0
.debug_frame 349432 349432 0 0.0
.debug_info 19559510 19559510 0 0.0
.debug_line 2687404 2687404 0 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1515630 1515630 0 0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 95966 95966 0 0.0
.debug_str 3082308 3082308 0 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 104282 104282 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 479192 479192 0 0.0
.symtab 286736 286736 0 0.0
.text 497636 497636 0 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2496168 2496168 0 0.0
.bss 216296 216296 0 0.0
.data 5144 5144 0 0.0
.text 1458852 1458852 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1177628 1177628 0 0.0
bss 155593 155593 0 0.0
rodata 132892 132892 0 0.0
text 808416 808416 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1122768 1122768 0 0.0
bss 154749 154749 0 0.0
rodata 109712 109712 0 0.0
text 777704 777704 0 0.0
all-clusters-app nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1437324 1437324 0 0.0
bss 135333 135333 0 0.0
rodata 228908 228908 0 0.0
text 779036 779036 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1167360 1167360 0 0.0
.bss 99632 99632 0 0.0
.data 856 856 0 0.0
.text 614460 614460 0 0.0
lock-app qpg6105+debug (read/write) 1136720 1136720 0 0.0
.bss 94784 94784 0 0.0
.data 852 852 0 0.0
.text 583816 583816 0 0.0

@github-actions
Copy link

github-actions bot commented May 3, 2023

PR #26293: Size comparison from 3902c35 to 0d8769b

Decreases (1 build for cc32xx)
platform target config section 3902c35 0d8769b change % change
cc32xx lock CC3235SF_LAUNCHXL .debug_info 19518671 19518670 -1 -0.0
Full report (1 build for cc32xx)
platform target config section 3902c35 0d8769b change % change
cc32xx lock CC3235SF_LAUNCHXL 0 0 0 0.0
(read only) 604450 604450 0 0.0
(read/write) 204156 204156 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 197568 197568 0 0.0
.comment 206 206 0 0.0
.data 1468 1468 0 0.0
.debug_abbrev 956917 956917 0 0.0
.debug_aranges 101088 101088 0 0.0
.debug_frame 341304 341304 0 0.0
.debug_info 19518671 19518670 -1 -0.0
.debug_line 2665797 2665797 0 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1487495 1487495 0 0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 94265 94265 0 0.0
.debug_str 3069486 3069486 0 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 104298 104298 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 480350 480350 0 0.0
.symtab 287024 287024 0 0.0
.text 498028 498028 0 0.0

@andy31415 andy31415 merged commit e2b9e39 into project-chip:master May 5, 2023
@s07641069 s07641069 deleted the telink_develop branch May 5, 2023 19:19
s07641069 added a commit to s07641069/connectedhomeip that referenced this pull request Jun 21, 2023
andy31415 pushed a commit that referenced this pull request Jun 21, 2023
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