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

adrv9002: API version mismatch fix #492

Merged
merged 2 commits into from
May 14, 2024
Merged

adrv9002: API version mismatch fix #492

merged 2 commits into from
May 14, 2024

Conversation

andrei47w
Copy link
Contributor

PR Description

  • validation failed if driver was "68.8.1" and profile gen was "v68.8.1", so we now check if they contain the same version substring
  • added option to load profile even with API version mismatch

PR Type

  • Bug fix (a change that fixes an issue)
  • New feature (a change that adds new functionality)
  • Breaking change (a change that affects other repos or cause CIs to fail)

PR Checklist

  • I have followed the coding standards and guidelines
  • I have conducted a self-review of my own code changes
  • I have commented new code, particulary complex or unclear areas
  • I have checked in CI output that no new warnings/errors got introduced
  • I have updated documentation accordingly (GitHub Pages, READMEs, etc)

plugins/adrv9002.c Outdated Show resolved Hide resolved
plugins/adrv9002.c Outdated Show resolved Hide resolved
- validation failed if driver was "68.8.1" and profile gen was "v68.8.1"

Signed-off-by: Andrei Popa <[email protected]>
@andrei47w andrei47w merged commit 62fd972 into main May 14, 2024
10 checks passed
@andrei47w andrei47w deleted the adrv9002-api-fix branch May 14, 2024 10:13
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