Go to file
Chris--A db295bda6a This adds control of Stream::parseInt/float lookahead.
Its default is SKIP_ALL which reflects previous versions.
However SKIP_NONE, and SKIP_WHITESPACE can refine this behaviour.

A parameter used in the protected overloads of parseInt/Float has been
changed from `skipChar` to `ignore`.
2015-11-23 15:46:24 -05:00
bootloaders Added support to Genuino boards (drivers, boards.txt entries, bootloaders) 2015-08-27 10:40:03 +02:00
cores/arduino This adds control of Stream::parseInt/float lookahead. 2015-11-23 15:46:24 -05:00
firmwares Added support to Genuino boards (drivers, boards.txt entries, bootloaders) 2015-08-27 10:40:03 +02:00
libraries SoftwareSerial: fix flush() behaviour 2015-11-11 16:28:48 +01:00
variants Added defines for gemma 2015-11-17 15:04:11 +01:00
boards.txt Added support to Genuino boards (drivers, boards.txt entries, bootloaders) 2015-08-27 10:40:03 +02:00
platform.txt Modified AVR preproc recipe to match the one used by arduino-builder 2015-11-18 09:34:33 +01:00
programmers.txt Support the Atmel STK500 development board for ISP 2015-06-05 18:43:25 +02:00