Paul Stoffregen
Paul Stoffregen
conversation here: https://forum.pjrc.com/threads/27740-Arduino-1-6-0-any-plans-to-support-it?p=66982&viewfull=1#post66982 likely cause is the regex on line 805 in Compiler.java https://github.com/PaulStoffregen/Arduino-1.6.0-Teensyduino/blob/master/arduino-core/src/processing/app/debug/Compiler.java#L805
https://forum.pjrc.com/threads/27689-Teensy-LC-Beta-Testing?p=64673&viewfull=1#post64673
Hi Bill. I'm sure you've heard about challenges on Teensy using SdFat for USB drives which have a variety of partition table formats. Rather than go down a path were...
Looks like getName() doesn't always properly null terminate the string it writes into the user's buffer. Here's the result I'm seeing on a simple program to recursively print directories. 
Perhaps arduino-builder could detect when someone is editing a library's files, rather than just using an installed copy. This might be done by comparing timestamps on library source files to...
Would you consider merging a large patch to support non-AVR chips? I regularly hear requests to port your library to Teensy 3.1. Already DMX transmit and receive code exists for...
The "Multiple libraries were found for" message is no longer appearing when verbose info during compilation is turned off. It used to print in Arduino 1.6.9, but disappeared in 1.6.10...
Wow, the parallel build in arduino-PR-beta1.9-BUILD-22 makes an amazing speedup for compiling the core library. But compiling normal libraries doesn't seem to do anything in parallel. Is that intentional? Hopefully...
I'd like to request special hooks to run recipes intended to minimize the wait time for uploading. A hook similar to recipe.hooks.sketch.postbuild.NUMBER.pattern is needed, but only run if the build...
Hopefully this small addition will help uses avoid a common pitfall with mechanical chatter.