CANParser: python rewrite (#2539)

* Add pure Python CAN parser

* cleanup

* lil more

* rm cython

* cleanup
This commit is contained in:
Adeeb Shihadeh
2025-07-23 16:06:54 -07:00
committed by GitHub
parent f0a8cc2cce
commit b32f4f099a
18 changed files with 286 additions and 1434 deletions

View File

@@ -1,6 +1,5 @@
Import("env")
SConscript(['opendbc/can/SConscript'], exports={'env': env})
SConscript(['opendbc/dbc/SConscript'], exports={'env': env})
# test files