1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-11-30 11:24:12 +01:00
Arduino/hardware/arduino/avr
Matt Robinson 61a3558946 Cast empty string to char* to fix compiler warning
Stream::find(char *target) passes an empty terminator string to
Stream::findUntil(char *target, char *terminator) which caused a compiler
warning with the updated toolchain, so cast it to a char*.
2014-07-17 16:51:35 +01:00
..
bootloaders merge 2013-10-14 12:42:42 +02:00
cores/arduino Cast empty string to char* to fix compiler warning 2014-07-17 16:51:35 +01:00
firmwares added support for the ArduinoISP 2014-07-02 15:03:12 +02:00
libraries Merge pull request #1912 from Lauszus/issues440 2014-07-02 15:37:30 +02:00
variants Merge branch 'master' into ide-1.5.x 2014-02-12 17:17:33 +01:00
boards.txt Arduino Pro and Pro Mini should use eightanaloginputs variant, so all 8 analog pins can be used 2014-06-28 22:37:26 +02:00
platform.txt Reverting -flto flag from AVR core until all compatibility problems are worked out. 2014-07-01 17:18:04 +02:00
programmers.txt added support for the ArduinoISP 2014-07-02 15:03:12 +02:00