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

[Infineon] Add an example of light switch app for CYW30739. #26029

Merged
merged 2 commits into from
Apr 18, 2023

Conversation

hsusid
Copy link
Contributor

@hsusid hsusid commented Apr 10, 2023

Problem

There is no example of a light switch app for CYW30739.

Change overview

  • Add CYW30739 light switch app example codes.
  • Add the arg enable_sleepy_device to enable the sleepy end device.

Testing

chip-tool pairing

@github-actions
Copy link

PR #26029: Size comparison from 03cb5e3 to f3bf236

Increases (1 build for cc32xx)
platform target config section 03cb5e3 f3bf236 change % change
cc32xx lock CC3235SF_LAUNCHXL .debug_info 20303341 20303342 1 0.0
Full report (1 build for cc32xx)
platform target config section 03cb5e3 f3bf236 change % change
cc32xx lock CC3235SF_LAUNCHXL 0 0 0 0.0
(read only) 642945 642945 0 0.0
(read/write) 203848 203848 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 197248 197248 0 0.0
.comment 194 194 0 0.0
.data 1480 1480 0 0.0
.debug_abbrev 933129 933129 0 0.0
.debug_aranges 87616 87616 0 0.0
.debug_frame 301352 301352 0 0.0
.debug_info 20303341 20303342 1 0.0
.debug_line 2679963 2679963 0 0.0
.debug_loc 2824782 2824782 0 0.0
.debug_ranges 286208 286208 0 0.0
.debug_str 3039557 3039557 0 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 104353 104353 0 0.0
.shstrtab 232 232 0 0.0
.stab 204 204 0 0.0
.stabstr 441 441 0 0.0
.stack 2048 2048 0 0.0
.strtab 377533 377533 0 0.0
.symtab 256800 256800 0 0.0
.text 536472 536472 0 0.0

@hsusid
Copy link
Contributor Author

hsusid commented Apr 13, 2023

rebase

@github-actions
Copy link

PR #26029: Size comparison from 76eaffc to f928f9a

Increases (1 build for cc32xx)
platform target config section 76eaffc f928f9a change % change
cc32xx lock CC3235SF_LAUNCHXL .debug_info 20326060 20326061 1 0.0
Full report (1 build for cc32xx)
platform target config section 76eaffc f928f9a change % change
cc32xx lock CC3235SF_LAUNCHXL 0 0 0 0.0
(read only) 643081 643081 0 0.0
(read/write) 203848 203848 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 197248 197248 0 0.0
.comment 194 194 0 0.0
.data 1480 1480 0 0.0
.debug_abbrev 933224 933224 0 0.0
.debug_aranges 87760 87760 0 0.0
.debug_frame 302028 302028 0 0.0
.debug_info 20326060 20326061 1 0.0
.debug_line 2687403 2687403 0 0.0
.debug_loc 2838361 2838361 0 0.0
.debug_ranges 288040 288040 0 0.0
.debug_str 3042379 3042379 0 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 104393 104393 0 0.0
.shstrtab 232 232 0 0.0
.stab 204 204 0 0.0
.stabstr 441 441 0 0.0
.stack 2048 2048 0 0.0
.strtab 377626 377626 0 0.0
.symtab 256832 256832 0 0.0
.text 536568 536568 0 0.0

@hsusid
Copy link
Contributor Author

hsusid commented Apr 18, 2023

rebase

@github-actions
Copy link

PR #26029: Size comparison from 8809801 to 699350f

Full report (1 build for mbed)
platform target config section 8809801 699350f change % change
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2466336 2466336 0 0.0
.bss 215960 215960 0 0.0
.data 5888 5888 0 0.0
.text 1428980 1428980 0 0.0

@github-actions
Copy link

PR #26029: Size comparison from 8809801 to faeb1a7

Decreases (1 build for qpg)
platform target config section 8809801 faeb1a7 change % change
qpg lighting-app qpg6105+debug (read/write) 1166568 1166560 -8 -0.0
.text 613668 613660 -8 -0.0
Full report (3 builds for mbed, qpg)
platform target config section 8809801 faeb1a7 change % change
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2466336 2466336 0 0.0
.bss 215960 215960 0 0.0
.data 5888 5888 0 0.0
.text 1428980 1428980 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1166568 1166560 -8 -0.0
.bss 99308 99308 0 0.0
.data 856 856 0 0.0
.text 613668 613660 -8 -0.0
lock-app qpg6105+debug (read/write) 1136688 1136688 0 0.0
.bss 94452 94452 0 0.0
.data 860 860 0 0.0
.text 583784 583784 0 0.0

* Add CYW30739 light switch app example codes.
* Add the arg enable_sleepy_device to enable sleepy end device.
@hsusid
Copy link
Contributor Author

hsusid commented Apr 18, 2023

rebase

@github-actions
Copy link

PR #26029: Size comparison from 4ccbbb7 to 389028a

Full report (1 build for cc32xx)
platform target config section 4ccbbb7b 389028a change % change
cc32xx lock CC3235SF_LAUNCHXL 0 0 0 0.0
(read only) 643249 643249 0 0.0
(read/write) 203848 203848 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 197248 197248 0 0.0
.comment 194 194 0 0.0
.data 1480 1480 0 0.0
.debug_abbrev 933224 933224 0 0.0
.debug_aranges 87792 87792 0 0.0
.debug_frame 302140 302140 0 0.0
.debug_info 20330829 20330829 0 0.0
.debug_line 2687904 2687904 0 0.0
.debug_loc 2838960 2838960 0 0.0
.debug_ranges 288072 288072 0 0.0
.debug_str 3042335 3042335 0 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 104401 104401 0 0.0
.shstrtab 232 232 0 0.0
.stab 204 204 0 0.0
.stabstr 441 441 0 0.0
.stack 2048 2048 0 0.0
.strtab 377963 377963 0 0.0
.symtab 256976 256976 0 0.0
.text 536728 536728 0 0.0

@bzbarsky-apple bzbarsky-apple merged commit 856963e into project-chip:master Apr 18, 2023
@hsusid hsusid deleted the cyw30739-light-switch-app branch April 19, 2023 02:32
yicheng810 pushed a commit to yicheng810/connectedhomeip that referenced this pull request Jun 27, 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.

3 participants