This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Why is the SDK not namespaced?

It is good practice to prefix all functions from a C library with a prefix, to avoid collisions with other libraries that the end-user may link with. Unfortunately the Nordic SDK doesn't do this. It would be considerably better if all the symbols it exports were prefixed with nrf_, or something similar.

Related