Skip to content

feat: allow user to define custom CMSIS version via CMake cache variable #352

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

ashen1queter
Copy link

Added support for setting a custom CMSIS version by defining the CMSIS_CUSTOM_VERSION cache variable. This allows users to override the default CMSIS version during CMake configuration by passing:

-DCMSIS_CUSTOM_VERSION=

If not specified, the script defaults to version v5.6.0

Added support for setting a custom CMSIS version by defining the
CMSIS_CUSTOM_VERSION cache variable. This allows users to override
the default CMSIS version during CMake configuration by passing:

  -DCMSIS_CUSTOM_VERSION=<version>

If not specified, the script defaults to version v5.6.0
…ectness via CMake cache variable

Added support for setting a custom CMSIS version by defining the
CMSIS_CUSTOM_VERSION cache variable. This allows users to override
the default CMSIS version during CMake configuration by passing:

  -DCMSIS_CUSTOM_VERSION=<version>

Additionally, validation has been added to check if the custom CMSIS version
is valid, ensuring that only supported versions are used and a list of valid versions are displayed too. If not specified,
the script defaults to version v5.6.0
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.

1 participant