zigpy / bellows

A Python 3 project to implement EZSP for EmberZNet devices
GNU General Public License v3.0
177 stars 86 forks source link

Remove all table size config for new adapters #629

Open puddly opened 3 weeks ago

puddly commented 3 weeks ago

I believe all of the config affecting table sizes no longer works with newer versions of EmberZNet. The source route table size, for example, is a compile-time constant that generates an array of that size in memory. There doesn't appear to be a way to grow or shrink it.

The specific EZSP version where these config options start taking effect needs to be determined, as right now we apply it for all adapters supporting EZSPv7 and above.

codecov[bot] commented 3 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 99.72%. Comparing base (09cf7ce) to head (7ca2b64).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #629 +/- ## ======================================= Coverage 99.72% 99.72% ======================================= Files 75 75 Lines 5002 5002 ======================================= Hits 4988 4988 Misses 14 14 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.