Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix multicore CMSIS tests #344

Merged
merged 2 commits into from
Jul 7, 2024
Merged

Conversation

xanthio
Copy link
Contributor

@xanthio xanthio commented Jun 8, 2024

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:
image

WL family test after:
image

This PR gave the opportunity to get rid off not found warnings during CMSIS configuration step:
image

@Hish15
Copy link
Collaborator

Hish15 commented Jul 7, 2024

Good catch and fix, thx!

@Hish15 Hish15 merged commit e89dfc5 into ObKo:master Jul 7, 2024
20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants