2020-09-28 10:52 AM
hello forum,
I want to select SPL instead of HAL for a F103 project
how to do this ?
thank you
2020-09-28 11:23 AM
Don't see that being a supported use case.
You'll likely need to hand build a project, pulling in the library source files, and pointing at the include files.
The GNU/GCC compiler should have no issue building SPL code.
You could make a proxy project for the specific part, and then remove and replace the HAL linkage, command line defines, etc.