I have been making use of the Arduino Makefile from ed.am for some time but recently I needed more functionality from the Makefile. I ran across a case when needed to check the number of instructions/clock cycles that my C/C++ code was generating. To do this I needed to have a look at the assembly … Continue reading Make List
↧