How to compile HAL library for a particular series
I wanted to compile all the HAL library sources so that I could make a one archive of all the files. I found this as this project which build HAL sources for F4 series (but the version of the HAL code is much old) I tried to generate HAL code from cubeMX but when though I explicitly mention to include all the source library files and change the auto generated makefile to compile all the sources it doesn't compile all the source files. Anybody have an idea or a hint about how to achieve my requirement? Thanks
P.S. I even tried with system workbench but the compilation takes place only for the default set of files. But instead I need to compile all the files
