Sync Dom non-planner updates

This commit is contained in:
firestar5683
2026-08-03 13:27:23 -05:00
parent 22f19ad578
commit d7498e7a93
261 changed files with 10668 additions and 1975 deletions
+2 -1
View File
@@ -7,6 +7,7 @@ import struct
import threading
from contextlib import contextmanager
from functools import reduce
from typing import Any
from .base import BaseHandle, BaseSTBootloaderHandle, TIMEOUT
from .constants import McuType, MCU_TYPE_BY_IDCODE, USBPACKET_MAX_SIZE
@@ -73,7 +74,7 @@ class PandaSpiTransferFailed(PandaSpiException):
SPI_LOCK = threading.Lock()
SPI_DEVICES = {}
SPI_DEVICES: dict[int, Any] = {}
class SpiDevice:
"""
Provides locked, thread-safe access to a panda's SPI interface.