Added extra script for clangd
This commit is contained in:
parent
1402a2f056
commit
86c205dcca
5
firmware/extra_script.py
Normal file
5
firmware/extra_script.py
Normal file
@ -0,0 +1,5 @@
|
||||
import os
|
||||
Import("env")
|
||||
|
||||
# include toolchain paths
|
||||
env.Replace(COMPILATIONDB_INCLUDE_TOOLCHAIN=True)
|
||||
@ -14,3 +14,4 @@ board = teensylc
|
||||
framework = arduino
|
||||
build_flags = -D USB_HID -D LAYOUT_SWEDISH -w
|
||||
board_build.f_cpu = 48000000L
|
||||
extra_scripts = pre:extra_script.py
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user