This repository has been archived by the owner on May 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10 from eFiniLan/7-ability-to-mask-dbc-checks
Added directive to skip DBC checks
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule opendbc
updated
24 files
+2 −2 | .github/workflows/tests.yml | |
+4 −2 | .pre-commit-config.yaml | |
+2 −2 | Dockerfile | |
+5 −3 | SConstruct | |
+1 −1 | can/common.cc | |
+1 −1 | can/common.pxd | |
+0 −2 | can/common_dbc.h | |
+1 −1 | can/packer.cc | |
+11 −0 | can/parser.cc | |
+8 −7 | can/parser_pyx.pyx | |
+10 −1 | can/tests/test_packer_parser.py | |
+12 −8 | generator/gm/gm_global_a_powertrain.dbc | |
+8 −0 | generator/subaru/_subaru_global.dbc | |
+6 −5 | generator/subaru/_subaru_preglobal_2015.dbc | |
+0 −8 | generator/subaru/subaru_global_2017.dbc | |
+12 −8 | gm_global_a_powertrain_generated.dbc | |
+68 −4 | hyundai_canfd.dbc | |
+2 −0 | hyundai_kia_generic.dbc | |
+14 −0 | mazda_2017.dbc | |
+6 −5 | subaru_forester_2017_generated.dbc | |
+8 −8 | subaru_global_2017_generated.dbc | |
+8 −0 | subaru_global_2020_hybrid_generated.dbc | |
+6 −5 | subaru_outback_2015_generated.dbc | |
+6 −5 | subaru_outback_2019_generated.dbc |