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

[nrf5] build with internal OpenThread #1579

Merged

Conversation

bukepo
Copy link
Contributor

@bukepo bukepo commented Jul 13, 2020

Problem

On nRF52 platform, examples use the prebuilt OpenThread libraries. This is not makes it hard to land new OpenThread features or bug fixes in time.

Summary of Changes

Build OpenThread from source on nRF52 platform.

This commit adds support to build with internal OpenThread on the Nordic
platform.
@CLAassistant
Copy link

CLAassistant commented Jul 13, 2020

CLA assistant check
All committers have signed the CLA.

@github-actions
Copy link

Size increase report for "nrf-example-build"

File Section File VM
chip-nrf52840-lock-example.out .text 193692 193692
chip-nrf52840-lock-example.out .data -32 -32
chip-nrf52840-lock-example.out .bss 0 -4572
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
.text,193692,193692
.debug_loc,0,88741
.strtab,0,76213
.debug_info,0,45293
.symtab,0,15888
[Unmapped],0,2916
.data,-32,-32
.debug_macro,0,-272
.bss,-4572,0
.debug_abbrev,0,-8251
.debug_aranges,0,-24224
.debug_ranges,0,-29944
.debug_line,0,-48999
.debug_frame,0,-62024
.debug_str,0,-191229


@github-actions
Copy link

Size increase report for "linux-example-build"

File Section File VM
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


@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:

sections,vmsize,filesize


@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


@bukepo
Copy link
Contributor Author

bukepo commented Jul 14, 2020

I signed.

@woody-apple woody-apple merged commit 47f325f into project-chip:master Jul 14, 2020
kedars pushed a commit to kedars/connectedhomeip that referenced this pull request Jul 19, 2020
This commit adds support to build with internal OpenThread on the Nordic
platform.
kedars pushed a commit to kedars/connectedhomeip that referenced this pull request Jul 19, 2020
This commit adds support to build with internal OpenThread on the Nordic
platform.
kedars pushed a commit to kedars/connectedhomeip that referenced this pull request Jul 19, 2020
This commit adds support to build with internal OpenThread on the Nordic
platform.
kedars pushed a commit to kedars/connectedhomeip that referenced this pull request Jul 21, 2020
This commit adds support to build with internal OpenThread on the Nordic
platform.
kedars pushed a commit to kedars/connectedhomeip that referenced this pull request Jul 21, 2020
This commit adds support to build with internal OpenThread on the Nordic
platform.
jmartinez-silabs added a commit to SiliconLabs/matter that referenced this pull request May 8, 2024
…p#1547: MATTER-3090 Update cluster revision for basic and diagnostic clusters

Merge in WMN_TOOLS/matter from cherry-pick/bridge-update-some-cluster-revision to silabs

Squashed commit of the following:

commit 74ddc940742f249eb08e2cba2e04928fb318d824
Author: Satya Naag Bollimpalli <SatyaNaag.Bollimpalli@silabs.com>
Date:   Tue Feb 6 15:02:08 2024 +0000

    Pull request project-chip#1547: MATTER-3090 Update cluster revision for basic and diagnostic clusters

    Merge in WMN_TOOLS/matter from bugfix/MATTER-3090-fix-cluster-revision-for-basic-and-diagnostic-cluster-umb to RC_2.3.0-1.3

    Squashed commit of the following:

    commit 4926130188be752e9e81ad0e56f5f320c89502ed
    Author: sabollim <satyanaag.bollimpalli@silabs.com>
    Date:   Tue Feb 6 15:59:26 2024 +0530

        adding newly added attributes and command for new version of basic and daignostics clusters

    commit b2011c95f65a567ea2f045f898194341d2409e10
    Author: sabollim <satyanaag.bollimpalli@silabs.com>
    Date:   Tue Feb 6 10:13:04 2024 +0530

        MATTER-3090 Update cluster revision for basic and diagnostic clusters
rcasallas-silabs pushed a commit to rcasallas-silabs/connectedhomeip that referenced this pull request Jun 20, 2024
…p#1547: MATTER-3090 Update cluster revision for basic and diagnostic clusters

Merge in WMN_TOOLS/matter from cherry-pick/bridge-update-some-cluster-revision to silabs

Squashed commit of the following:

commit 74ddc940742f249eb08e2cba2e04928fb318d824
Author: Satya Naag Bollimpalli <SatyaNaag.Bollimpalli@silabs.com>
Date:   Tue Feb 6 15:02:08 2024 +0000

    Pull request project-chip#1547: MATTER-3090 Update cluster revision for basic and diagnostic clusters

    Merge in WMN_TOOLS/matter from bugfix/MATTER-3090-fix-cluster-revision-for-basic-and-diagnostic-cluster-umb to RC_2.3.0-1.3

    Squashed commit of the following:

    commit 4926130188be752e9e81ad0e56f5f320c89502ed
    Author: sabollim <satyanaag.bollimpalli@silabs.com>
    Date:   Tue Feb 6 15:59:26 2024 +0530

        adding newly added attributes and command for new version of basic and daignostics clusters

    commit b2011c95f65a567ea2f045f898194341d2409e10
    Author: sabollim <satyanaag.bollimpalli@silabs.com>
    Date:   Tue Feb 6 10:13:04 2024 +0530

        MATTER-3090 Update cluster revision for basic and diagnostic clusters
chirag-silabs pushed a commit to rosahay-silabs/connectedhomeip that referenced this pull request Jul 15, 2024
…p#1547: MATTER-3090 Update cluster revision for basic and diagnostic clusters

Merge in WMN_TOOLS/matter from cherry-pick/bridge-update-some-cluster-revision to silabs

Squashed commit of the following:

commit 74ddc940742f249eb08e2cba2e04928fb318d824
Author: Satya Naag Bollimpalli <SatyaNaag.Bollimpalli@silabs.com>
Date:   Tue Feb 6 15:02:08 2024 +0000

    Pull request project-chip#1547: MATTER-3090 Update cluster revision for basic and diagnostic clusters

    Merge in WMN_TOOLS/matter from bugfix/MATTER-3090-fix-cluster-revision-for-basic-and-diagnostic-cluster-umb to RC_2.3.0-1.3

    Squashed commit of the following:

    commit 4926130188be752e9e81ad0e56f5f320c89502ed
    Author: sabollim <satyanaag.bollimpalli@silabs.com>
    Date:   Tue Feb 6 15:59:26 2024 +0530

        adding newly added attributes and command for new version of basic and daignostics clusters

    commit b2011c95f65a567ea2f045f898194341d2409e10
    Author: sabollim <satyanaag.bollimpalli@silabs.com>
    Date:   Tue Feb 6 10:13:04 2024 +0530

        MATTER-3090 Update cluster revision for basic and diagnostic clusters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants