Re: Arduino, Avrdude, Arduino Leonardo

2013-09-12 Thread Janne Johansson
My patch was only useful for Leonardo which lacks the 16u2 usb2serial which Leonardo uses code for. It would have to be something that goes "if variant is leonardo, then add also the following object files". I'd like to focus on getting to 1.0.5 instead, since it brings some fixes for Mega2560 for

Re: Arduino, Avrdude, Arduino Leonardo

2013-09-10 Thread Ville Valkonen
On 9 September 2013 22:17, Janne Johansson wrote: > I used the following changes to the BSDmakefile to make leonardo happy: > prompt> diff -u ../../blink/BSDmakefile BSDmakefile > --- ../../blink/BSDmakefile Sat Mar 16 16:48:29 2013 > +++ BSDmakefile Thu Jan 10 19:31:35 2013 > @@ -42,24 +42,24

Re: Arduino, Avrdude, Arduino Leonardo

2013-09-09 Thread Ville Valkonen
On 9 September 2013 22:17, Janne Johansson wrote: > I used the following changes to the BSDmakefile to make leonardo happy: > prompt> diff -u ../../blink/BSDmakefile BSDmakefile > --- ../../blink/BSDmakefile Sat Mar 16 16:48:29 2013 > +++ BSDmakefile Thu Jan 10 19:31:35 2013 > @@ -42,24 +42,24

Re: Arduino, Avrdude, Arduino Leonardo

2013-09-09 Thread Janne Johansson
I used the following changes to the BSDmakefile to make leonardo happy: prompt> diff -u ../../blink/BSDmakefile BSDmakefile --- ../../blink/BSDmakefile Sat Mar 16 16:48:29 2013 +++ BSDmakefile Thu Jan 10 19:31:35 2013 @@ -42,24 +42,24 @@ #AVRDUDE_PROGRAMMER = stk500 ## or for newer boards li

Re: Arduino, Avrdude, Arduino Leonardo

2013-08-20 Thread Edd Barrett
On Mon, Aug 19, 2013 at 11:16:59PM +0300, Ville Valkonen wrote: > Hello all, > > TL;DR Building projects for Arduino Leonardo fails. Is it an official arduino board? I can try to get hold of one to debug this... In the meantime, try grepping for the missing symbols, may give some clues. -- Bes