onomondo / nrf-softsim

Manifest repo for integrating SoftSIM and nrf-sdk
31 stars 7 forks source link

refactor: namespace optimization and function scope improve #27

Closed benjaminbruun closed 6 months ago

benjaminbruun commented 10 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.

linear[bot] commented 9 months ago

CEL-62 Zephyr namespace pollution

CEL-106 Nordic SoftSIM Namespace Optimization

benjaminbruun commented 9 months ago

@peterbornerup fixes has been introduced based on your review. Can you re-review the changes?