arduino-builder icon indicating copy to clipboard operation
arduino-builder copied to clipboard

A command line tool for compiling Arduino sketches

Results 49 arduino-builder issues
Sort by recently updated
recently updated
newest added
trafficstars

... and display them even if the file is not being recompiled. Should allow removing 48aa042 from #301 There's a concurrency issue on cached prints that should be solved before...

use the latest one based on semver a dependency was added (github.com/blang/semver), hopefully we'll use it somwhere else since it's really useful In this way we get rid of the...

Hello! arduino-builder is failing to find includes and pull in used libraries with some at least some locales. This script demonstrates the problem for me: ``` #!/bin/sh LANG=de_DE.UTF-8 arduino-builder -verbose...

The `-tools`, `-hardware` and also effectively the `-libraries` options are required for `arduino-builder` to work. Since `arduino-builder` is now shipped with Arduino, wouldn't it make sense to default to the...

Using Arduino IDE 1.6.8 2015/12/28 12:34 with Windows 7 64 bit Generated prototypes are added after global variable declarations which causes error when the global variable initialization calls a function....

While working on the API I noticed that everything would be much simpler if we Used a logger like https://github.com/Sirupsen/logrus

It would be nice to add on top of the current way to express options the ability options to be passed as single char. eg. -c for -compile. Also adding...