Hello!
I have configured the preferences so that the compiler generated temporary files go to a certain directory.
Then I can run a batch file to make an assembler list (.lss) file if I like. So my question is: Is it possible to make my batch execute automatically every time after compiling a sketch?
thx
So my question is: Is it possible to make my batch execute automatically every time after compiling a sketch?
Yes, it is. Though it has nothing to do with the Arduino, and everything to do with writing code that runs on the PC that monitors the directory and observes when files in the directory change.
Maybe using python, or?
I don't know how to do that and it isn't actually so important, but would have been a handy trick.