move HAL to common/hardware/ (#38202)

* move HAL to common/hardware/

* lint

* rm shim
This commit is contained in:
Adeeb Shihadeh
2026-06-20 16:09:22 -07:00
committed by GitHub
parent 52e25ebe4e
commit 160942dfde
121 changed files with 215 additions and 212 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ if __name__ == "__main__":
parser.add_argument("device", help="device name or dongle id")
parser.add_argument("--host", help="ssh jump server host", default="ssh.comma.ai")
parser.add_argument("--port", help="ssh jump server port", default=22, type=int)
parser.add_argument("--key", help="ssh key", default=os.path.join(BASEDIR, "system/hardware/tici/id_rsa"))
parser.add_argument("--key", help="ssh key", default=os.path.join(BASEDIR, "common/hardware/tici/id_rsa"))
parser.add_argument("--debug", help="enable debug output", action="store_true")
args = parser.parse_args()