Added missing ctag fix to virtual/platform.txt
That part is just copied over from avr/platform.txt Signed-off-by: Florian Fleissner <florian.fleissner@inpartik.de>
This commit is contained in:
parent
7708c601a9
commit
7201f5a57d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user