8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
I would like to see support for shared code across an Arduino target and another arbitrary target (like some Linux code).
When using a straight makefile based build system I'd use VPATH to facilitate shared code. There is nothing like that available with this CLI tool. The CLI is a great step in the right direction but I need more flexibility. I have some C++ file & headers that I need to share between Arduino code & non-Arduino code.