1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-11-30 11:24:12 +01:00
Arduino/hardware/arduino/avr
Matthijs Kooijman 86015f441e Simplify String::remove(unsigned int)
Previously, this method calculated the length of the string from the
given index onwards. However, the other remove() method called already
contains code for this calculation, which is used when the count passed
in is too big. This means we can just pass in a very big count that is
guaranteed to point past the end of the string, shrinking the remove
method by a few bytes.
2014-09-10 12:33:25 +02:00
..
bootloaders merge 2013-10-14 12:42:42 +02:00
cores/arduino Simplify String::remove(unsigned int) 2014-09-10 12:33:25 +02:00
firmwares added support for the ArduinoISP 2014-07-02 15:03:12 +02:00
libraries SPI Transactions for AVR 2014-08-01 05:38:27 -07: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 Correct implementation of gcc specific internal functions 2014-09-06 12:42:25 +02:00
programmers.txt added support for the ArduinoISP 2014-07-02 15:03:12 +02:00