bellows icon indicating copy to clipboard operation
bellows copied to clipboard

Remove all table size config for new adapters

Open puddly opened this issue 1 year ago • 1 comments

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.

puddly avatar Jun 13 '24 21:06 puddly

Codecov Report

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

Project coverage is 99.15%. Comparing base (91b8f37) to head (59ff4d3).

Additional details and impacted files
@@           Coverage Diff           @@
##              dev     #629   +/-   ##
=======================================
  Coverage   99.15%   99.15%           
=======================================
  Files          50       50           
  Lines        3412     3415    +3     
=======================================
+ Hits         3383     3386    +3     
  Misses         29       29           

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

codecov[bot] avatar Jun 13 '24 21:06 codecov[bot]