Hi, I am a beginner with nRF52840. In the SDK under modules/nrfx/templates we find a file "nrfx_glue.h".
This file contains macros that should be implemented according to the needs of the host environment. A file with the same name can be found under integration/nrfx, but this file seems to contain an implementation of the macros for baremetal. Is this correct?
Why is this file placed in a folder together with legacy code and why is including legacy code?
Are there other implementation of nrfx_glue.h available for Baremetal or other platforms?
Thanks!