openpilot v0.7 release

old-commit-hash: c025b96e8a15640ee4d6e4d513fada6ed101afe5
This commit is contained in:
Vehicle Researcher
2019-12-13 13:03:08 -08:00
parent ee493eed79
commit 99b637c7ce
844 changed files with 5498 additions and 7006 deletions

6
common/SConscript Normal file
View File

@@ -0,0 +1,6 @@
Import('env')
# parser
env.Command(['common_pyx.so'],
['common_pyx_setup.py', 'clock.pyx'],
"cd common && python3 common_pyx_setup.py build_ext --inplace")