diff --git a/virtual/platform.txt b/virtual/platform.txt index 7f1bedf..f156b56 100644 --- a/virtual/platform.txt +++ b/virtual/platform.txt @@ -169,6 +169,14 @@ tools.rm_end.cmd.windows= ; exit 0 build.usb_manufacturer="Unknown" build.usb_flags=-DUSB_VID={build.vid} -DUSB_PID={build.pid} '-DUSB_MANUFACTURER={build.usb_manufacturer}' '-DUSB_PRODUCT={build.usb_product}' +# ctags configuration +# Remove from the Arduino core in 1.8.10. +# Jesse isn't sure why arduino removed it, but adding it here for now to unbreak builds +# ------------------------------ +tools.ctags.path={runtime.tools.ctags.path} +tools.ctags.cmd.path={path}/ctags +tools.ctags.pattern="{cmd.path}" -u --language-force=c++ -f - --c++-kinds=svpf --fields=KSTtzns --line-directives "{source_file}" + # The following recipes enable adding code to specific places # of the preprocessed firmware sketch. This is done by pasting # the content of two files