Closed benjaminbruun closed 6 months ago
Namespaces of functions has been updated. More function are now assigned the ss_ (SoftSIM) prefix so that will not interfere with more general functions from Zephyr. Functions with a local and not global scope are furthermore converted to static.
CEL-62 Zephyr namespace pollution
CEL-106 Nordic SoftSIM Namespace Optimization
@peterbornerup fixes has been introduced based on your review. Can you re-review the changes?
Namespaces of functions has been updated. More function are now assigned the ss_ (SoftSIM) prefix so that will not interfere with more general functions from Zephyr. Functions with a local and not global scope are furthermore converted to static.