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

This is a generalized solution to #15 and #29. It adds one preprocessor macro to the sketch file, while achieving the same effects without introducing special files: ```C++ #pragma arduino...

type: enhancement
topic: code

When the Arduino IDE attempts to generate the prototypes for a function where the types that are a part of that prototype are defined in a header file, the IDE...

help wanted
type: enhancement
topic: preprocessor
topic: code

Hello, We have been trying to get Arduino to run in our School. We have tried installing via .exe Zip folder with - portable file as per instructions. Also we...

type: imperfection
status: waiting for information
topic: code

https://github.com/arduino/arduino-builder/blob/29cf4c8b1473b4d0ba429c67ee497e2e061bd2fc/ctags/ctags_parser.go#L105 # Issue Description I hit this issue after writing a complex macro which defines a 'strong' function implementation, and the code generated by the macro must be written in...

type: imperfection
topic: preprocessor
topic: code

The recipe for include detection contains `-x c++`, and is used regardless of the actual filetype. IOW, `.c` and `.S` files are preprocessed with `-x c++`, which makes no sense....

type: imperfection
topic: code

On macOS, using the `arduino-1.8.8-macosx.zip` arduino release, compilation of files using arduino-builder fails: ``` $ /Applications/Arduino.app/Contents/Java/arduino-builder \ -debug-level 10 \ -hardware='/Applications/Arduino.app/Contents/Java/hardware' \ -tools '/Applications/Arduino.app/Contents/Java/tools/' \ -fqbn 'arduino:avr:uno' \ /Applications/Arduino.app/Contents/Java/examples/01.Basics/Blink/Blink.ino Ts:...

type: imperfection
os: macos
topic: code

I have a board package which runs a postobjcopy hook command: `recipe.hooks.objcopy.postobjcopy.01.pattern.windows="{runtime.platform.path}/tools/win/do_version.bat" "{build.path}" "{build.project_name}" "{build.source.path}" {build.board}` If the Windows username includes a space, **and** the path to the sketch folder...

type: imperfection
os: windows
topic: code

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...

type: enhancement
topic: code

See https://github.com/MCUdude/MightyCore/issues/135 for details. In short terms, I'm experiencing build issues when a library (SPI and Wire in this case) has `dot_a_linkage=true`.

help wanted
type: imperfection
topic: code

I've created https://github.com/arduino/arduino-builder/pull/321 to address the `WARNING: Spurious .vs folder ` The folder is created by Visual Studio. I did not test this fix. * edit: the PR is failing...

type: enhancement
topic: code