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

feat(CMSIS): Update CMSIS-DSP Library to v1.16.2 #1165

Merged
merged 4 commits into from
Sep 24, 2024

Conversation

Jake-Carter
Copy link
Contributor

Description

Closes #1162 and #1099

  • Update CMSIS-DSP library to v1.16.2

    • Biggest change is the update to how code size optimizations are handled (See code size). We should update the ARM-DSP examples in a follow-up PR.
  • Add the CMSIS_DSP_VERSION build config variable (default 1.16.2) to support future version updates better.

  • Update CMSIS-DSP documentation in UG, point to latest v1.16.2 documentation

Checklist Before Requesting Review

  • PR Title follows correct guidelines.
  • Description of changes and all other relevant information.
  • (Optional) Link any related GitHub issues using a keyword
  • (Optional) Provide info on any relevant functional testing/validation. For API changes or significant features, this is not optional.

@Jake-Carter Jake-Carter linked an issue Sep 10, 2024 that may be closed by this pull request
@github-actions github-actions bot added the Workflow Related to Workflow development label Sep 10, 2024
@sihyung-maxim
Copy link
Contributor

Pull in the latest code from main to add the fix for the "Basic Examples Test". The CI has an older ME18 revision attached which does not have the latest cache fix. Eric added this workaround for now until the latest ME18EVKITs are in stock: #1176

@sihyung-maxim sihyung-maxim merged commit 1ce220d into main Sep 24, 2024
9 checks passed
@sihyung-maxim sihyung-maxim deleted the feat/cmsis-dsp-v1-16-2 branch September 24, 2024 20:35
sihyung-maxim pushed a commit to analogdevicesinc/hal_adi that referenced this pull request Sep 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Workflow Related to Workflow development
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[CMSIS-DSP] How to use latest version of ARM DSP APIs? CMSIS DSP Version doesn't match CMSIS & Documentation
2 participants