Toggle navigationtar.gzzipHTTPSSHread-onlyCurrent branch/tag:master rosa2021.1rosa2021.1-1.6.1-1Cloning the repository:~ "cd arduino-builder"Add this repository as a remote to an existing local repository:~ "git fetch arduino-builder"~ "git checkout -b my-local-tracking-branch arduino-builder/master_or_other_branch" Files Commits Branches ({{singleton.project.branches_count}}) Tags (1)About project arduino-builder - A command line tool for compiling Arduino sketches Last commityamah has added ecfcfc0d02 Import Files inarduino-builderfix-paths-to-ctags-avrdude.patch 100644 | 18 lines (16 sloc) | 1.04 KB Raw | Blame | History 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 diff -up arduino-builder-1.3.25/src/arduino.cc/builder/hardware/platform.txt.pathfix arduino-builder-1.3.25/src/arduino.cc/builder/hardware/platform.txt --- arduino-builder-1.3.25/src/arduino.cc/builder/hardware/platform.txt.pathfix 2017-08-15 10:54:12.828678098 -0400 +++ arduino-builder-1.3.25/src/arduino.cc/builder/hardware/platform.txt 2017-08-15 10:54:19.061521381 -0400 @@ -1,11 +1,11 @@ # ctags # ------------------------------ -tools.ctags.path={runtime.tools.ctags.path} -tools.ctags.cmd.path={path}/ctags +tools.ctags.path=/usr/bin +tools.ctags.cmd.path={path}/arduino-ctags tools.ctags.pattern="{cmd.path}" -u --language-force=c++ -f - --c++-kinds=svpf --fields=KSTtzns --line-directives "{source_file}" # additional entries -tools.avrdude.path={runtime.tools.avrdude.path} +tools.avrdude.path=/usr/bin preproc.macros.flags=-w -x c++ -E -CC #preproc.macros.compatibility_flags={build.mbed_api_include} {build.nRF51822_api_include} {build.ble_api_include} {compiler.libsam.c.flags} {compiler.arm.cmsis.path} {build.variant_system_include}