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

Address WoL issue 25793 #25884

Merged
merged 7 commits into from
Apr 1, 2023
Merged

Address WoL issue 25793 #25884

merged 7 commits into from
Apr 1, 2023

Conversation

chrisdecenzo
Copy link
Contributor

Fixes #25793

Read Platform's default interface MAC address in tv-info dummy implementation
This can be changed when ported to other hardware

@github-actions
Copy link

PR #25884: Size comparison from 2aefaa6 to ec5e6d8

Decreases (1 build for cc32xx)
platform target config section 2aefaa6 ec5e6d8 change % change
cc32xx lock CC3235SF_LAUNCHXL .debug_info 20310044 20310042 -2 -0.0
Full report (1 build for cc32xx)
platform target config section 2aefaa6 ec5e6d8 change % change
cc32xx lock CC3235SF_LAUNCHXL 0 0 0 0.0
(read only) 645769 645769 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 933102 933102 0 0.0
.debug_aranges 87704 87704 0 0.0
.debug_frame 301596 301596 0 0.0
.debug_info 20310044 20310042 -2 -0.0
.debug_line 2681024 2681024 0 0.0
.debug_loc 2827360 2827360 0 0.0
.debug_ranges 286352 286352 0 0.0
.debug_str 3041144 3041144 0 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 105953 105953 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 380543 380543 0 0.0
.symtab 257472 257472 0 0.0
.text 537696 537696 0 0.0

@github-actions
Copy link

PR #25884: Size comparison from 2aefaa6 to 4ebeb8d

Increases (1 build for nrfconnect)
platform target config section 2aefaa6 4ebeb8d change % change
nrfconnect all-clusters-minimal-app nrf52840dk_nrf52840 text 774352 774356 4 0.0
Decreases (2 builds for cc32xx, nrfconnect)
platform target config section 2aefaa6 4ebeb8d change % change
cc32xx lock CC3235SF_LAUNCHXL .debug_info 20310044 20310042 -2 -0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 text 805148 805144 -4 -0.0
Full report (7 builds for cc32xx, mbed, nrfconnect, qpg)
platform target config section 2aefaa6 4ebeb8d change % change
cc32xx lock CC3235SF_LAUNCHXL 0 0 0 0.0
(read only) 645769 645769 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 933102 933102 0 0.0
.debug_aranges 87704 87704 0 0.0
.debug_frame 301596 301596 0 0.0
.debug_info 20310044 20310042 -2 -0.0
.debug_line 2681024 2681024 0 0.0
.debug_loc 2827360 2827360 0 0.0
.debug_ranges 286352 286352 0 0.0
.debug_str 3041144 3041144 0 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 105953 105953 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 380543 380543 0 0.0
.symtab 257472 257472 0 0.0
.text 537696 537696 0 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2466536 2466536 0 0.0
.bss 215964 215964 0 0.0
.data 5880 5880 0 0.0
.text 1429180 1429180 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1174112 1174112 0 0.0
bss 155557 155557 0 0.0
rodata 132640 132640 0 0.0
text 805148 805144 -4 -0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1119168 1119168 0 0.0
bss 154713 154713 0 0.0
rodata 109456 109456 0 0.0
text 774352 774356 4 0.0
all-clusters-app nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1434132 1434132 0 0.0
bss 135297 135297 0 0.0
rodata 228692 228692 0 0.0
text 776068 776068 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1152952 1152952 0 0.0
.bss 96036 96036 0 0.0
.data 852 852 0 0.0
.text 600048 600048 0 0.0
lock-app qpg6105+debug (read/write) 1121528 1121528 0 0.0
.bss 91172 91172 0 0.0
.data 856 856 0 0.0
.text 568628 568628 0 0.0

Co-authored-by: Restyled.io <[email protected]>
@github-actions
Copy link

PR #25884: Size comparison from 3e87802 to 9a97bee

Decreases (1 build for cc32xx)
platform target config section 3e87802 9a97bee change % change
cc32xx lock CC3235SF_LAUNCHXL .debug_info 20310332 20310331 -1 -0.0
Full report (1 build for cc32xx)
platform target config section 3e87802 9a97bee change % change
cc32xx lock CC3235SF_LAUNCHXL 0 0 0 0.0
(read only) 645825 645825 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 933102 933102 0 0.0
.debug_aranges 87704 87704 0 0.0
.debug_frame 301596 301596 0 0.0
.debug_info 20310332 20310331 -1 -0.0
.debug_line 2681125 2681125 0 0.0
.debug_loc 2827568 2827568 0 0.0
.debug_ranges 286448 286448 0 0.0
.debug_str 3041144 3041144 0 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 105953 105953 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 380543 380543 0 0.0
.symtab 257472 257472 0 0.0
.text 537752 537752 0 0.0

@chrisdecenzo chrisdecenzo enabled auto-merge (squash) March 31, 2023 23:00
@chrisdecenzo chrisdecenzo disabled auto-merge April 1, 2023 04:30
@chrisdecenzo chrisdecenzo enabled auto-merge (squash) April 1, 2023 04:33
@andy31415 andy31415 disabled auto-merge April 1, 2023 05:02
@andy31415 andy31415 merged commit 275ff57 into master Apr 1, 2023
@andy31415 andy31415 deleted the tv-casting3 branch April 1, 2023 05:02
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.

[TC-WAKEONLAN-4.1] Mac Address returned is Empty for wake-on-lan-mac-address attribute.
5 participants