Add 2 motor versions & test stand

This commit is contained in:
VladimirLatukhin 2024-12-28 07:59:48 +03:00 committed by Igor Brylev
parent dcf22ec341
commit 0120f0f591
263 changed files with 340707 additions and 721971 deletions

View file

@ -0,0 +1,8 @@
import os
Import("env")
# include toolchain paths
env.Replace(COMPILATIONDB_INCLUDE_TOOLCHAIN=True)
# override compilation DB path
env.Replace(COMPILATIONDB_PATH="compile_commands.json")