This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

MMWAVE-SDK: Unit test for drivers SOC and OSAL

Part Number: MMWAVE-SDK

Hi @all,

I see in the sdk3.3.0.03 that the folder "test" inside the drivers SOC and OSAL are not present. Is there a way to test these drivers? 

Thanks

BR,

Stefano

  • Stefano,

    These drivers are tested within a specific use case context.

    The following drivers do not include a unit test. The reason they are not included is listed next to each driver.

    1. SOC
      1. The SOC driver is a collection of bits for influencing device behavior
      2. There is no targeted unit test but almost all APIs get tested through the mmWave OOB demo or other drivers

    2. OSAL
      1. The OSAL driver is tested via all driver unit tests
    3. ESM
      1. The ESM driver is tested through the watchdog unit test
      2. This is the only identified use case of ESM within the SDK context
    4. Pinmux
      1. The Pinmux driver is tested by all of the peripheral tests and the mmWave OOB demo 

    Regards,
    Kyle