CMSIS tests was intended to create an executable for each core of each device of the family.
Unfortunately a typo in the CMakeFile only created an executable for main core.
Exemple:
WL family tests before:
WL family test after:
This PR gave the opportunity to get rid off not found warnings during CMSIS configuration step:
CMSIS tests was intended to create an executable for each core of each device of the family. Unfortunately a typo in the CMakeFile only created an executable for main core.
Exemple: WL family tests before:
WL family test after:
This PR gave the opportunity to get rid off not found warnings during CMSIS configuration step: