Alexis Masson

Results 5 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...

Hello @facchinm I'm currently trying to replicate the sketch build process. As you know, for now it uses this fork of ctags (arduino-cli v.0.21). However, I find the requirement of...

Ok, thanks for the update! For the moment I'll make do with ctags then, and I stay tuned for updates on arduino-preprocessor 👍.