Nordik SDK software bill of materials

Hi,

I'm required by FDA regulation to have an SBOM for my project,

I found online that Nordic supports a sort of software bill of materials in the following link: Software Bill of Materials — nRF Connect SDK 2.8.0 documentation,

But this only gives a list of licenses used by Nordic SDK (version 2.8.0), while I need a list of SW libraries used, a description of each library and its version number,

e.g:

  1. nordic BLE stack - a library used by nordic to support BLE 5.3 version communication protocol, version  x.x.x
  2. Zephyr ROTS - real time operation system used for embedded systems, veriosn x.x.x
  3. etc...

Is there a simple way to get this list?

Related