Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scons generate dbc files #1329

Closed
wants to merge 9 commits into from
Closed
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
*.egg-info/
*.html
uv.lock
*_generated.dbc

opendbc/can/*.so
opendbc/can/*.a
Expand Down
1 change: 1 addition & 0 deletions SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,4 @@ envCython["LIBS"] = python_libs
Export('envCython')

SConscript(['opendbc/can/SConscript'])
SConscript(['opendbc/dbc/generator/SConscript'])
bongbui321 marked this conversation as resolved.
Show resolved Hide resolved
320 changes: 0 additions & 320 deletions opendbc/dbc/acura_ilx_2016_can_generated.dbc

This file was deleted.

Loading
Loading