Remove all table size config for new adapters
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 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.