Closed GoogleCodeExporter closed 8 years ago
not a bug. optiboot doesn't use String.h, and isn't meant to be built in the
sketches directory. Also, optiboot is a C program, and String is a C++ data
type, and even if it could be used it would blow the bootloader size limits out
of the water.
Original comment by wes...@gmail.com
on 15 Sep 2011 at 6:36
String.h is a part of the standard C library.
Original comment by Jonathan...@gmail.com
on 17 Sep 2011 at 10:08
String.h is not part of optiboot.
I'm not even sure why "cores" is included in the source; I think this is for
compatibility with an older distribution of the Arduino Source.
Original comment by wes...@gmail.com
on 29 Oct 2011 at 5:32
Original issue reported on code.google.com by
Jonathan...@gmail.com
on 3 Sep 2011 at 6:07