onomondo / nrf-softsim

Manifest repo for integrating SoftSIM and nrf-sdk
24 stars 6 forks source link

refactor: namespace optimization and function scope improve #27

Closed benjaminbruun closed 2 months ago

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

linear[bot] commented 5 months ago

CEL-62 Zephyr namespace pollution

CEL-106 Nordic SoftSIM Namespace Optimization

benjaminbruun commented 5 months ago

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