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

Adding 3 more Yamls ( Test_TC_TM_2_1,Test_TC_TSUIC_2_1,Test_TC_PCC_2_1) #9931

Closed

Conversation

raju-apple
Copy link
Contributor

Adding 3 more Yamls :

Test_TC_TM_2_1 : Temperature Measurement Cluster
Test_TC_TSUIC_2_1 : Thermostat User Interface Configuration Cluster
Test_TC_PCC_2_1 : Pump Configuration and Control Cluster

Bunch of steps are still disabled for the following reasons :

  1. Lot of optional attributes are not yet implemented by SDK , so disabled for now
  2. Some of the values like null and types like uint16 , desc need to still be implemented by the yaml framework as well so still disabled.

@github-actions
Copy link

Size increase report for "nrfconnect-example-build" from e1f3aa1

File Section File VM
chip-shell.elf text 6108 6108
chip-shell.elf rodata 5592 5592
chip-shell.elf datas 312 312
chip-shell.elf noinit 0 288
chip-shell.elf k_mutex_area 80 80
chip-shell.elf [6 Others] 53 34
chip-shell.elf initlevel 24 24
chip-shell.elf log_const_sections 24 24
chip-shell.elf k_sem_area -48 -48
chip-shell.elf bss 0 -622
chip-lock.elf text 6240 6240
chip-lock.elf rodata 4712 4716
chip-lock.elf datas 312 312
chip-lock.elf noinit 0 288
chip-lock.elf [8 Others] 84 96
chip-lock.elf k_mutex_area 80 80
chip-lock.elf k_sem_area -48 -48
chip-lock.elf bss 0 -640
Full report output
BLOAT REPORT

Files found only in the build output:
    report.csv

Comparing ./master_artifact/chip-shell.elf and ./pull_artifact/chip-shell.elf:

sections,vmsize,filesize
.debug_abbrev,0,14303
.debug_loc,0,9754
.debug_str,0,8306
text,6108,6108
rodata,5592,5592
.symtab,0,4560
datas,312,312
noinit,288,0
k_mutex_area,80,80
[6 Others],34,53
initlevel,24,24
log_const_sections,24,24
k_sem_area,-48,-48
.strtab,0,-153
bss,-622,0
.debug_aranges,0,-760
.debug_frame,0,-1988
.debug_ranges,0,-2328
.comment,0,-8152
.debug_line,0,-27900
.debug_info,0,-696235

Comparing ./master_artifact/chip-lock.elf and ./pull_artifact/chip-lock.elf:

sections,vmsize,filesize
text,6240,6240
rodata,4716,4712
.symtab,0,3728
.debug_abbrev,0,3696
datas,312,312
noinit,288,0
[8 Others],96,84
k_mutex_area,80,80
[ELF Section Headers],0,-40
k_sem_area,-48,-48
bss,-640,0
.strtab,0,-907
.debug_aranges,0,-1056
.debug_frame,0,-2784
.debug_ranges,0,-3760
.debug_loc,0,-7607
.comment,0,-8144
.debug_line,0,-43099
.debug_macro,0,-76873
.debug_str,0,-436945
.debug_info,0,-943445


@woody-apple
Copy link
Contributor

@saurabhst @Damian-Nordic ?

@andy31415
Copy link
Contributor

@raju-apple - conflicts

@raju-apple
Copy link
Contributor Author

@raju-apple - conflicts
Took care of it

@raju-apple
Copy link
Contributor Author

Looks like I need to regenerate the code and submit the PR again , created a new PR with more changes to some of the existing Yamls , will merge that in instead . #10050

@raju-apple raju-apple closed this Sep 29, 2021
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.

8 participants