nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches

◆ fw_info_ext_api_provide()

bool fw_info_ext_api_provide ( const struct fw_info fwinfo,
bool  provide 
)

#include <include/fw_info.h>

Expose EXT_APIs to another firmware

Populate the other firmware's ext_api_in with EXT_APIs from other images.

Note
This should be called immediately before booting the other firmware since it will likely corrupt the memory of the running firmware.
Parameters
[in]fwinfoPointer to the other firmware's information structure.
[in]provideIf true, populate ext_api_in. If false, only check whether requirements can be satisfied.
Returns
Whether requirements could be satisfied.