You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2 years ago, when OpenWeave was imported as a baseline, its config.h system was included verbatim. Since then, 90%+ of the code has been rewritten at the message layer. Many of the config constants are orphaned and confusing. This is made worse by the fact that "weave" was globally replaced with "chip" at the time to smooth things over, which lost some of the pedigree.
Proposed Solution
remove all the config dead variables
The text was updated successfully, but these errors were encountered:
- All `CHIP_CONFIG_*` that came from OpenWeave and had no current usage
outside CHIPProjectConfig.h or were always disabled in common code for
> 1 year and have obviously no use anymore, were removed.
Fixesproject-chip#17118
* Remove all dead config options from SDK
- All `CHIP_CONFIG_*` that came from OpenWeave and had no current usage
outside CHIPProjectConfig.h or were always disabled in common code for
> 1 year and have obviously no use anymore, were removed.
Fixes#17118
* Update src/lib/core/CHIPConfig.h
Co-authored-by: Evgeny Margolis <[email protected]>
* Restyled by clang-format
* Fix missing dependency
Co-authored-by: Evgeny Margolis <[email protected]>
Co-authored-by: Restyled.io <[email protected]>
* Remove all dead config options from SDK
- All `CHIP_CONFIG_*` that came from OpenWeave and had no current usage
outside CHIPProjectConfig.h or were always disabled in common code for
> 1 year and have obviously no use anymore, were removed.
Fixesproject-chip#17118
* Update src/lib/core/CHIPConfig.h
Co-authored-by: Evgeny Margolis <[email protected]>
* Restyled by clang-format
* Fix missing dependency
Co-authored-by: Evgeny Margolis <[email protected]>
Co-authored-by: Restyled.io <[email protected]>
Problem
Proposed Solution
The text was updated successfully, but these errors were encountered: