added codegen-scripts and updated libs
This commit is contained in:
8
Software/codegen/run_pre.py
Normal file
8
Software/codegen/run_pre.py
Normal file
@@ -0,0 +1,8 @@
|
||||
Import("env") # pylint: disable=undefined-variable
|
||||
env.Execute("\"$PYTHONEXE\" -m pip install jinja2")
|
||||
|
||||
import struct2json
|
||||
import dtcs
|
||||
|
||||
struct2json.struct2json()
|
||||
dtcs.build_dtcs()
|
Reference in New Issue
Block a user