sch: add interpretation capability
This commit is contained in:
parent
cb325dcab7
commit
f84b41576d
2
Makefile
2
Makefile
|
@ -1,6 +1,6 @@
|
|||
# project file name (use for schematic and board layout)
|
||||
NAME ?= usb-microbc_cable_tester
|
||||
SUBSHEET ?=
|
||||
SUBSHEET ?= usb-microbc_cable_tester-mcu
|
||||
# path to KiCad CLI
|
||||
KICAD = kicad-cli
|
||||
# path to qeda
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -573,6 +573,10 @@
|
|||
[
|
||||
"43fc3289-82a7-492c-a423-3030e10115dc",
|
||||
""
|
||||
],
|
||||
[
|
||||
"aff934c6-d889-4e87-9eff-11f437174b1f",
|
||||
"interpret"
|
||||
]
|
||||
],
|
||||
"text_variables": {}
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue