You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 24, 2019. It is now read-only.
I would like to test this library with Keil/ARM uVision version 5.
The README suggests that I download a compiled library. However, I don't see any compiled libraries available.
I tried building the .s files using a project, but it looks like the assembly syntax is completely wrong for this compiler: opcodes are lowercase and not understood, none of the directives are understood, etc. Even the comment delimiter is wrong.
What compiler are these supposed to work with?
I can try converting the .s files to a format that the Keil compiler can use, but I wanted to ask first if you had a compiled library available that would work with the ARM SAM4 architecture.