Decawave / uwb-core

Ultrawideband Core
http://decawave.com
Apache License 2.0
58 stars 36 forks source link

lib/twr_*: enable stats optionally #15

Closed fjmolinas closed 3 years ago

fjmolinas commented 4 years ago

I'm trying to support uwb-core with RIOT. As the stats module is quite mynwet specific it would be nice to not always enable. This PR adds the TWR_%_ENABLE options for all lib/twr_% modules. I followed the same approach as done for uwb_rng. Let me know if that is the correct approach, I can adapt as needed.

This PR as well replaces a couple of occurrences of OS_ENOENT by DPL_ENOENT

fjmolinas commented 4 years ago

Squashed now that CI is green.

ncasaril commented 4 years ago

Thanks, Looks good, follows the pattern used to enable / disable stats in other areas. I'll approve and merge when the public repo freeze has been lifted by my superiors. /N

fjmolinas commented 3 years ago

Thanks, Looks good, follows the pattern used to enable / disable stats in other areas. I'll approve and merge when the public repo freeze has been lifted by my superiors. /N

Cool thank you!

fjmolinas commented 3 years ago

@ncasaril any updates on merge status for the repo?

fjmolinas commented 3 years ago

Thanks @ncasaril !