Sudar Muthu
Sudar Muthu
> Okay I am trying to organize my ramblings into a coherent activity log. > The 1st problem I am having is understanding why the arduinio.mk uses the $% variable...
@BobWorkman I edited all your comments to format them properly. You were using the quotes (') character to format, but you have to use the backtick (`) character (the one...
I agree that we should make the makefile as platform independent as possible. But at the same time I don't want to make the config scripts too complex and make...
> The main thing that needs to be done here, is document that adding this > environment variable is the proper installation procedure. Agreed. Right now it is documented only...
Just woke up and I seemed to have missed lot of action during my night time ;) @wijnen, I see your point that you don't want your users to make...
@wijnen Will @sej7278 solution work for you? If we can solve it simply, then I would prefer that, rather than introducing dependency on other tools that we don't need.
> I think your goal is clear, but all of the possible solutions discussed so far are a headache for the package maintainers, which is why I think you're meeting...
> > I think your goal is clear > > Well, because of comments like this I don't agree: @wijnen All along, I understand your usecase and I am not...
> Guys, if you want to use single project's configuration for different embedded platforms and build it different operation systems without Git or Make dependencies – try PlatformIO. Thanks for...
Yeah that's there in my TODO list. Will add it. I am thinking of writing a preprocessor that will add all symbols using "extern" Do you have a better suggestion?...