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

ESP32 - Retrieve discriminator and setupPINCode from the Configuratio… #1918

Conversation

vivien-apple
Copy link
Contributor

…nManager

Problem

Currently the discriminator and the setupPINCode are hardcoded.

Summary of Changes

  • Activate ConfigurationManager for all FREERTOS
  • Use the configuration manager to retrieve the setupPINCode and the discriminator

At the moment the discriminator and the setupPINCode are values pulled from the Kconfig file. It can be customised via menuconfig.

@github-actions
Copy link

Size increase report for "nrf-example-build"

File Section File VM
chip-nrf52840-lock-example.out .text 412 412
Full report output
BLOAT REPORT

Files found only in the build output:
    report.csv

Comparing ./master_artifact/chip-nrf52840-lock-example.out and ./pull_artifact/chip-nrf52840-lock-example.out:

sections,vmsize,filesize
.debug_info,0,4985
.strtab,0,532
.text,412,412
.symtab,0,272
.debug_loc,0,52
.debug_line,0,43
.debug_macro,0,1
[Unmapped],0,-409


@github-actions
Copy link

Size increase report for "nrfconnect-example-build"

File Section File VM
chip-nrf52840-lock-example.elf text 938 938
chip-nrf52840-lock-example.elf rodata 48 48
chip-nrf52840-lock-example.elf [LOAD #1 [RWX]] -10 -10
Full report output
BLOAT REPORT

Files found only in the build output:
    report.csv

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

sections,vmsize,filesize
.debug_info,0,5871
.strtab,0,1245
text,938,938
.symtab,0,560
.debug_line,0,152
.debug_frame,0,68
rodata,48,48
.debug_abbrev,0,22
.debug_aranges,0,16
.debug_ranges,0,16
[LOAD #1 [RWX]],-10,-10
[Unmapped],0,-18


@github-actions
Copy link

Size increase report for "linux-example-build"

File Section File VM
chip-standalone-demo.out .text 32 32
Full report output
BLOAT REPORT

Files found only in the build output:
    report.csv

Comparing ./master_artifact/chip-standalone-demo.out and ./pull_artifact/chip-standalone-demo.out:

sections,vmsize,filesize
.debug_info,0,114
.debug_ranges,0,64
.debug_loc,0,39
.debug_line,0,38
.text,32,32
[Unmapped],0,-31


@github-actions
Copy link

Size increase report for "esp32-example-build"

File Section File VM
Full report output
BLOAT REPORT

Files found only in the build output:
    report.csv

Comparing ./master_artifact/chip-wifi-echo.elf and ./pull_artifact/chip-wifi-echo.elf:

BLOAT EXECUTION FAILED WITH CODE 1:
bloaty: integer overflow


@github-actions
Copy link

Size increase report for "gn_nrf-example-build"

File Section File VM
Full report output
BLOAT REPORT

Files found only in the build output:
    report.csv


@github-actions
Copy link

Size increase report for "gn_linux-example-build"

File Section File VM
Full report output
BLOAT REPORT

Files found only in the build output:
    report.csv


@woody-apple woody-apple merged commit 4c32739 into project-chip:master Jul 30, 2020
chirag-silabs pushed a commit to rosahay-silabs/connectedhomeip that referenced this pull request Jul 15, 2024
…component

Merge in WMN_TOOLS/matter from bugfix/icd_copy_contents to silabs_slc_1.3

Squashed commit of the following:

commit 02fd193aff2e9bbd46719beebd2eb361552d97a4
Author: Curtis Rahman <curtis.rahman@silabs.com>
Date:   Wed May 29 12:53:48 2024 -0400

    Resolved copy contents issue for ICD component
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.

4 participants