Question
How to make CubeMX Makefile to use Clang instead of GCC?
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?