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] decouple Thread support from specific chip model #10005

Merged
merged 1 commit into from
Sep 28, 2021

Conversation

gjc13
Copy link
Contributor

@gjc13 gjc13 commented Sep 28, 2021

Problem

The Thread support on ESP32 series is now bound to a specific chip model. We'd also like to support Thread provisioning for an ESP32 connected with an RCP.

Change overview

This change makes OpenThread available on all ESP32 series when CONFIG_OPENTHREAD_ENABLED is on.

Testing

How was this tested? (at least one bullet point required)

  • Build all-cluster-app and use chip-dev-ctrl to provision the WiFi and the Thread network.

This change makes OpenThread available on all ESP32 series when
CONFIG_OPENTHREAD_ENABLED is on.
@gjc13 gjc13 force-pushed the esp32-decouple-thread branch from 15ff277 to 4a89682 Compare September 28, 2021 03:56
@github-actions
Copy link

Size increase report for "esp32-example-build" from e4d15a8

File Section File VM
chip-all-clusters-app.elf .flash.text -32 -32
Full report output
BLOAT REPORT

Files found only in the build output:
    report.csv

Comparing ./master_artifact/chip-all-clusters-app.elf and ./pull_artifact/chip-all-clusters-app.elf:

sections,vmsize,filesize
.debug_info,0,84431
.debug_line,0,5993
.debug_abbrev,0,4560
.strtab,0,828
.debug_loc,0,193
.symtab,0,112
.debug_ranges,0,64
.debug_aranges,0,32
[Unmapped],0,32
.riscv.attributes,0,2
.debug_frame,0,-4
.flash.text,-32,-32
.debug_str,0,-1515


@woody-apple
Copy link
Contributor

@woody-apple woody-apple merged commit 2d49027 into project-chip:master Sep 28, 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.

4 participants