@@ -11,45 +11,49 @@ JETSON_TX2_NX: Final = "JETSON_TX2_NX"
11
11
JETSON_ORIN : Final = "JETSON_ORIN"
12
12
JETSON_ORIN_NX : Final = "JETSON_ORIN_NX"
13
13
JETSON_ORIN_NANO : Final = "JETSON_ORIN_NANO"
14
+ JETSON_THOR_REFERENCE : Final = "JETSON_THOR_REFERENCE"
14
15
15
- JETSON_MODELS : list [str ] = ...
16
+ JETSON_MODELS : list [str ]
16
17
17
- JETSON_ORIN_NX_PIN_DEFS : list [tuple [int , str , str , int , int , str , str , str | None , int | None ]] = ...
18
- compats_jetson_orins_nx : Sequence [str ] = ...
19
- compats_jetson_orins_nano : Sequence [str ] = ...
18
+ JETSON_ORIN_NX_PIN_DEFS : list [tuple [int , str , str , int , int , str , str , str | None , int | None ]]
19
+ compats_jetson_orins_nx : Sequence [str ]
20
+ compats_jetson_orins_nano : Sequence [str ]
20
21
21
- JETSON_ORIN_PIN_DEFS : list [tuple [int , str , str , int , int , str , str , str | None , int | None ]] = ...
22
- compats_jetson_orins : Sequence [str ] = ...
22
+ JETSON_ORIN_PIN_DEFS : list [tuple [int , str , str , int , int , str , str , str | None , int | None ]]
23
+ compats_jetson_orins : Sequence [str ]
23
24
24
- CLARA_AGX_XAVIER_PIN_DEFS : list [tuple [int , str , str , int , int , str , str , str | None , int | None ]] = ...
25
- compats_clara_agx_xavier : Sequence [str ] = ...
25
+ CLARA_AGX_XAVIER_PIN_DEFS : list [tuple [int , str , str , int , int , str , str , str | None , int | None ]]
26
+ compats_clara_agx_xavier : Sequence [str ]
26
27
27
- JETSON_NX_PIN_DEFS : list [tuple [int , str , str , int , int , str , str , str | None , int | None ]] = ...
28
- compats_nx : Sequence [str ] = ...
28
+ JETSON_NX_PIN_DEFS : list [tuple [int , str , str , int , int , str , str , str | None , int | None ]]
29
+ compats_nx : Sequence [str ]
29
30
30
- JETSON_XAVIER_PIN_DEFS : list [tuple [int , str , str , int , int , str , str , str | None , int | None ]] = ...
31
- compats_xavier : Sequence [str ] = ...
31
+ JETSON_XAVIER_PIN_DEFS : list [tuple [int , str , str , int , int , str , str , str | None , int | None ]]
32
+ compats_xavier : Sequence [str ]
32
33
33
- JETSON_TX2_NX_PIN_DEFS : list [tuple [int , str , str , int , int , str , str , str | None , int | None ]] = ...
34
- compats_tx2_nx : Sequence [str ] = ...
34
+ JETSON_TX2_NX_PIN_DEFS : list [tuple [int , str , str , int , int , str , str , str | None , int | None ]]
35
+ compats_tx2_nx : Sequence [str ]
35
36
36
- JETSON_TX2_PIN_DEFS : list [tuple [int , str , str , int , int , str , str , str | None , int | None ]] = ...
37
- compats_tx2 : Sequence [str ] = ...
37
+ JETSON_TX2_PIN_DEFS : list [tuple [int , str , str , int , int , str , str , str | None , int | None ]]
38
+ compats_tx2 : Sequence [str ]
38
39
39
- JETSON_TX1_PIN_DEFS : list [tuple [int , str , str , int , int , str , str , str | None , int | None ]] = ...
40
- compats_tx1 : Sequence [str ] = ...
40
+ JETSON_TX1_PIN_DEFS : list [tuple [int , str , str , int , int , str , str , str | None , int | None ]]
41
+ compats_tx1 : Sequence [str ]
41
42
42
- JETSON_NANO_PIN_DEFS : list [tuple [int , str , str , int , int , str , str , str | None , int | None ]] = ...
43
- compats_nano : Sequence [str ] = ...
43
+ JETSON_NANO_PIN_DEFS : list [tuple [int , str , str , int , int , str , str , str | None , int | None ]]
44
+ compats_nano : Sequence [str ]
44
45
45
- jetson_gpio_data : dict [str , tuple [list [tuple [int , str , str , int , int , str , str , str | None , int | None ]], dict [str , Any ]]] = ...
46
+ JETSON_THOR_REFERENCE_PIN_DEFS : list [tuple [int , str , str , int , int , str , str , str | None , int | None ]]
47
+ compats_jetson_thor_reference : Sequence [str ]
48
+
49
+ jetson_gpio_data : dict [str , tuple [list [tuple [int , str , str , int , int , str , str , str | None , int | None ]], dict [str , Any ]]]
46
50
47
51
class ChannelInfo :
48
52
def __init__ (
49
53
self , channel : int , line_offset : int , gpio_name : str , gpio_chip : str , pwm_chip_dir : str , pwm_id : int
50
54
) -> None : ...
51
55
52
- ids_warned : bool = ...
56
+ ids_warned : bool
53
57
54
58
def find_pmgr_board (prefix : str ) -> str | None : ...
55
59
def warn_if_not_carrier_board (* carrier_boards : str ) -> None : ...
0 commit comments