User Activity

I have been using CubeMX to generate HAL libraries and made use of simple makefile option. I realized that makefile is based on GCC and what should I do to make use of clang instead of GCC and compile the project?
I have been using CubeMX to generate the HAL library files and noticed that it only generates for the newest version only. I also looked in to the GitHub repository and under the release there is only about 2 very recent versions of the libraries.I w...
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 cu...