Alexis Masson

Results 3 comments of Alexis Masson

Hello, IIRC `build_sketch()` creates build targets with specific names to handle the Arduino workflow. These targets always have the same conventional name, so that they can be more easily integrated...

You're right. I have studied the issue in a bit more depth, and the limitation you're running into is that each variant has its own CMakeLists.txt file which defines a...

Hey, I'm glad this solution works for you. Also, I did not know about `include_guard()`; it would definitely be a good addition in most files in stm32duino's CMake framework. Do...