Go to file
Chuck Todd 98f7ab1588 Print not Aborting on Write() failure
Print::write(const uint8_t *buffer, size_t size) and Print::print(const
__FlashStringHelper *ifsh) would continue calling write(char) after a
failed write(char) this behavior would render returned count unuseable
see arduino/Arduino issue #3614
2015-08-12 11:47:57 +02:00
bootloaders Bootloaders: wrong #ifdefs, should be defined() not just tested (i.e. noteq 0) 2015-07-14 16:16:31 +02:00
cores/arduino Print not Aborting on Write() failure 2015-08-12 11:47:57 +02:00
firmwares Merge branch 'master' into ide-1.5.x 2014-09-16 12:19:39 +02:00
libraries rework HID-based libraries and add Due fallback 2015-07-16 13:13:53 +02:00
variants Removed a handful of SVN expansion keywords. See #277 2015-07-03 10:38:07 +02:00
boards.txt Yun bootloader without blink 2015-07-07 17:15:42 +02:00
platform.keys.rewrite.txt Compiler: cores files get compiled under "core", libraries under "libraries". Fixes #2997 2015-06-29 15:11:45 +02:00
platform.txt Fix links to 3rd party hardware specification. 2015-07-31 15:54:22 -07:00
programmers.txt Support the Atmel STK500 development board for ISP 2015-06-05 18:43:25 +02:00