-
-
Notifications
You must be signed in to change notification settings - Fork 725
[DO NOT MERGE] Update to CMSIS 5.5.0 #392
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
base: master
Are you sure you want to change the base?
Conversation
✅ Build completed. ⬇️ Build URL: ℹ️ To test this build:
|
@@ -64,8 +64,8 @@ compiler.S.extra_flags= | |||
compiler.ar.extra_flags= | |||
compiler.elf2hex.extra_flags= | |||
|
|||
compiler.arm.cmsis.c.flags="-I{runtime.tools.CMSIS-4.5.0.path}/CMSIS/Include/" "-I{runtime.tools.CMSIS-Atmel-1.1.0.path}/CMSIS/Device/ATMEL/" | |||
compiler.arm.cmsis.ldflags="-L{runtime.tools.CMSIS-4.5.0.path}/CMSIS/Lib/GCC/" -larm_cortexM0l_math | |||
compiler.arm.cmsis.c.flags="-I{runtime.tools.CMSIS-5.5.0.path}/CMSIS/Core/Include/" "-I{runtime.tools.CMSIS-5.5.0.path}/CMSIS/DSP/Include/" "-I{runtime.tools.CMSIS-5.5.0.path}/CMSIS/NN/Include/" "-I{runtime.tools.CMSIS-Atmel-1.1.0.path}/CMSIS/Device/ATMEL/" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm getting linker errors when trying to use NN functions, they are not pre-compiled like the DSP.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sandeepmistry do you think they are not precompiled because they use some features not commonly deployed across a microarchitecture family? In that case the only thing I can think about is turning them into Arduino libraries (which is bad, but not terrible, since CMSIS changes are in sync with the core)
✅ Build completed. ⬇️ Build URL: ℹ️ To test this build:
|
|
Depends on arduino/ArduinoModule-CMSIS#3.
@cmaglie @facchinm what do you think about update CMSIS from 4.5 to 5.5?