-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy patharchitectures.yml
151 lines (144 loc) · 3.34 KB
/
architectures.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
# PSA's Architectures
# The VAN+CAN architecture, apparently named AEE2001 in diagbox
AEE2001:
# There's only the full version known for AEE2001
full:
comment:
en: 'VAN+CAN, 1st gen'
fr: 'VAN+CAN, 1ere generation'
networks:
CAN_HS:
IS:
display_name:
en: 'Inter-systems'
fr: 'Inter-systemes'
comment:
en: 'CAN Bus for main nodes'
fr: 'Bus CAN des noeuds principaux'
VAN_LS:
CONF:
display_name:
en: 'Comfort'
fr: 'Confort'
comment:
en: 'VAN Bus for infotainement and comfort nodes'
fr: 'Bus VAN pour les noeuds habitacle'
CAR:
display_name:
en: 'Body'
fr: 'Carrosserie'
protocols:
- 'VAN'
- 'CAN'
- 'K-LINE'
# The first "Full-CAN" architecture, with EV and ECO variants
AEE2004:
full:
comment:
en: 'Full-CAN, 1st gen'
fr: 'Full-CAN, 1ere generation'
networks:
HS:
IS:
display_name:
en: 'Inter-systems'
fr: 'Inter-systemes'
comment:
en: 'CAN Bus for main nodes'
fr: 'Bus CAN des noeuds principaux'
LS:
CONF:
display_name:
en: 'Comfort bus'
fr: 'Bus confort'
comment:
en: 'Infotainement and comfort nodes'
fr: 'Bus pour les noeuds habitacle'
CAR:
display_name:
en: 'Body'
fr: 'Carrosserie'
LIN:
LIN:
display_name:
en: 'LIN'
fr: 'LIN'
protocols:
- 'CAN'
- 'LIN'
- 'EOBD'
- 'UDS'
# Economy variant
eco:
'TODO'
# Electric vehicle variant
ev:
'TODO'
# The current-gen architecture, with EV and ECO variants
AEE2010:
full:
comment:
en: 'Full-CAN, 2nd gen'
fr: 'Full-CAN, 2eme generation'
networks:
HS:
IS:
display_name:
en: 'Inter-systems'
fr: 'Inter-systemes'
comment:
en: 'CAN Bus for main nodes'
fr: 'Bus CAN des noeuds principaux'
LAS:
dispaly_name:
en: 'Suspension Systems'
fr: 'Liaison Au Sol'
comment:
en: 'Bus for secondary IS nodes'
fr: 'Bus pour noeuds IS secondaires'
LS:
CONF:
display_name:
en: 'Comfort'
fr: 'Confort'
INFO-DIV:
display_name:
en: 'Infotainement'
fr: 'Info-Divertissement'
CAR:
display_name:
en: 'Body'
fr: 'Carrosserie'
LIN:
LIN:
display_name:
en: 'LIN'
fr: 'LIN'
# Economy variant
eco:
comment:
en: 'Economy variant'
fr: 'Economy variant'
networks:
HS:
IS:
display_name:
en: 'Inter-systems'
fr: 'Inter-systemes'
LS:
HABITACLE:
display_name:
en: 'Passenger compartment'
fr: 'Habitacle'
INFO-DIV:
display_name:
en: 'Infotainement'
fr: 'Info-Divertissement'
LIN:
LIN:
display_name:
en: 'LIN'
fr: 'LIN'
# Electric vehicles variant
ev:
'TODO'