Jonatan Antoni
Jonatan Antoni
Hi @bassemaed, Can you elaborate a bit more on your specific issue? Bit shifting is always a hassle in C/C++. Pragmas can hardly be used as these are compiler specific...
@NVMarkovich, thanks for raising this. Would you mind to raise a pull-request contributing the requested changes?
@NVMarkovich, the files you are referring to are community contributed.
Would you be able to create an implementation proposal in terms of a pull-request? Detail discussion is here: https://github.com/ARM-software/CMSIS-DSP/issues/212#issuecomment-2454432450
Hi @djemaiMohamed, I guess you are using compiler settings reading all warnings as errors. The function should compile just fine even if parameters are actually unused. I agree, that we...
@longnhieu7, there are multiple ways to get ITM implemented for your specific device. Either the device support provided by the vendor's Device Family Pack (DFP) contains such implementation defined registers;...
@RobinKastberg, I enhanced CI tests with IAR toolchain. Could you please cross check at least the modification to IAR compiler header? Looks like many test cases do not pass with...
@RobinKastberg, I am now about to run CoreValidation tests. But I am seeing a weird issue on GitHub. Despite having set `IAR_LMS_BEARER_TOKEN` I am getting errors running IAR Toolchain commands:...
> where did you get toolchain from? ARM artifactory? Yes, its installed to the build machine via `vcpkg-shell activate`. I.e., its extracted to `/home/runner/work/CMSIS_6/CMSIS_6/.vcpkg/downloads/artifacts/2139c4c6/compilers.iar.cxarm/9.60.4/`, see https://github.com/ARM-software/CMSIS_6/pull/229/checks#step:8:147. To be exact, its...
> Can you try rerunning the job a few times. Does it happen every time? Yes, the behaviour is reproducible each time.