This commit is contained in:
Comma Device
2024-05-14 08:21:27 +00:00
parent 6efe858dfc
commit 1ff14d346f
3119 changed files with 3 additions and 3 deletions

0
.clang-tidy Normal file → Executable file
View File

0
.devcontainer/.gitignore vendored Normal file → Executable file
View File

0
.devcontainer/Dockerfile Normal file → Executable file
View File

0
.devcontainer/container_post_create.sh Normal file → Executable file
View File

0
.devcontainer/container_post_start.sh Normal file → Executable file
View File

0
.devcontainer/devcontainer.json Normal file → Executable file
View File

0
.devcontainer/host_setup Normal file → Executable file
View File

0
.devcontainer/host_setup.cmd Normal file → Executable file
View File

0
.dockerignore Normal file → Executable file
View File

0
.editorconfig Normal file → Executable file
View File

0
.github/ISSUE_TEMPLATE/bug_report.yml vendored Normal file → Executable file
View File

0
.github/ISSUE_TEMPLATE/car_bug_report.yml vendored Normal file → Executable file
View File

0
.github/ISSUE_TEMPLATE/config.yml vendored Normal file → Executable file
View File

0
.github/ISSUE_TEMPLATE/enhancement.md vendored Normal file → Executable file
View File

0
.github/ISSUE_TEMPLATE/pc_bug_report.yml vendored Normal file → Executable file
View File

0
.github/PULL_REQUEST_TEMPLATE/bugfix.md vendored Normal file → Executable file
View File

0
.github/PULL_REQUEST_TEMPLATE/car_bugfix.md vendored Normal file → Executable file
View File

0
.github/PULL_REQUEST_TEMPLATE/car_port.md vendored Normal file → Executable file
View File

0
.github/PULL_REQUEST_TEMPLATE/fingerprint.md vendored Normal file → Executable file
View File

0
.github/PULL_REQUEST_TEMPLATE/refactor.md vendored Normal file → Executable file
View File

0
.github/PULL_REQUEST_TEMPLATE/tuning.md vendored Normal file → Executable file
View File

0
.github/build.py vendored Normal file → Executable file
View File

0
.github/labeler.yaml vendored Normal file → Executable file
View File

0
.github/pull_request_template.md vendored Normal file → Executable file
View File

0
.github/workflows/auto-cache/action.yaml vendored Normal file → Executable file
View File

0
.github/workflows/auto_pr_review.yaml vendored Normal file → Executable file
View File

0
.github/workflows/badges.yaml vendored Normal file → Executable file
View File

0
.github/workflows/compile-openpilot/action.yaml vendored Normal file → Executable file
View File

0
.github/workflows/docs.yaml vendored Normal file → Executable file
View File

0
.github/workflows/prebuilt.yaml vendored Normal file → Executable file
View File

0
.github/workflows/release.yaml vendored Normal file → Executable file
View File

0
.github/workflows/repo-maintenance.yaml vendored Normal file → Executable file
View File

0
.github/workflows/selfdrive_tests.yaml vendored Normal file → Executable file
View File

0
.github/workflows/setup-pre-commit/action.yaml vendored Normal file → Executable file
View File

0
.github/workflows/setup-with-retry/action.yaml vendored Normal file → Executable file
View File

0
.github/workflows/setup/action.yaml vendored Normal file → Executable file
View File

0
.github/workflows/stale.yaml vendored Normal file → Executable file
View File

0
.github/workflows/tools_tests.yaml vendored Normal file → Executable file
View File

0
.gitignore vendored Normal file → Executable file
View File

0
.pre-commit-config.yaml Normal file → Executable file
View File

0
.python-version Normal file → Executable file
View File

0
.vscode/settings.json vendored Normal file → Executable file
View File

0
Dockerfile.openpilot Normal file → Executable file
View File

0
Dockerfile.openpilot_base Normal file → Executable file
View File

0
Jenkinsfile vendored Normal file → Executable file
View File

0
LICENSE Normal file → Executable file
View File

0
README.md Normal file → Executable file
View File

0
RELEASES.md Normal file → Executable file
View File

6
SConstruct Normal file → Executable file
View File

@@ -386,10 +386,10 @@ SConscript(['third_party/SConscript'])
SConscript(['selfdrive/SConscript'])
#if Dir('#tools/cabana/').exists() and GetOption('extras'):
SConscript(['tools/replay/SConscript'])
# if arch != "larch64":
SConscript(['tools/cabana/SConscript'])
# Fixme
#SConscript(['tools/cabana/SConscript'])
external_sconscript = GetOption('external_sconscript')
if external_sconscript:

0
SECURITY.md Normal file → Executable file
View File

0
body/.gitignore vendored Normal file → Executable file
View File

0
body/board/SConscript Normal file → Executable file
View File

0
body/board/bldc/BLDC_controller.c Normal file → Executable file
View File

0
body/board/bldc/BLDC_controller.h Normal file → Executable file
View File

0
body/board/bldc/BLDC_controller_data.c Normal file → Executable file
View File

0
body/board/bldc/bldc.c Normal file → Executable file
View File

0
body/board/bldc/rtwtypes.h Normal file → Executable file
View File

0
body/board/boards.h Normal file → Executable file
View File

0
body/board/bootstub.c Normal file → Executable file
View File

0
body/board/canloader.py Normal file → Executable file
View File

0
body/board/comms.h Normal file → Executable file
View File

0
body/board/config.h Normal file → Executable file
View File

0
body/board/defines.h Normal file → Executable file
View File

0
body/board/drivers/angle_sensor.h Normal file → Executable file
View File

0
body/board/drivers/clock.h Normal file → Executable file
View File

0
body/board/drivers/i2c_soft.h Normal file → Executable file
View File

0
body/board/drivers/llbxcan.h Normal file → Executable file
View File

0
body/board/drivers/llflash.h Normal file → Executable file
View File

0
body/board/early_init.h Normal file → Executable file
View File

0
body/board/flash_base.sh Normal file → Executable file
View File

0
body/board/flash_knee.sh Normal file → Executable file
View File

0
body/board/flasher.h Normal file → Executable file
View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

Some files were not shown because too many files have changed in this diff Show More