You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* added aiT WCET Analyzer tool
* updated tracked standars with EN 50128 and added list of qualified standards for aiT WCET Analyzer
* adjusted qualification of aiT WCET Analyzer
Copy file name to clipboardExpand all lines: subcommittee/tooling/tool-list/available-tools.yaml
+36-4Lines changed: 36 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
8
8
metadata:
9
9
title: "Rust Tooling for use in Safety Critical Projects"
10
-
version: "1.0"
10
+
version: "1.1"
11
11
date: "2025-09-29"
12
12
tracked-standards:
13
13
- name: "ISO-26262"
@@ -22,9 +22,41 @@ metadata:
22
22
- name: "IEC 61508"
23
23
levels: ["SIL-1", "SIL-2", "SIL-3", "SIL-4"]
24
24
description: "Functional Safety of Electrical/Electronic/Programmable Electronic Safety-related Systems"
25
+
- name: "EN 50128"
26
+
levels: ["SIL-1", "SIL-2", "SIL-3", "SIL-4"]
27
+
description: "Railway applications - Communication, signalling and processing systems - Software for railway control and protection systems"
28
+
25
29
26
30
# Tools organized alphabetically by name
27
31
tools:
32
+
- name: "aiT WCET Analyzer"
33
+
type: "static-analysis"
34
+
url: "https://www.absint.com/ait/index.htm"
35
+
description: "Tool to statically compute the worst-case execution time of each task."
36
+
license: "commercial"
37
+
qualified:
38
+
- name: "ISO-26262"
39
+
up-to: "ASIL-D"
40
+
info: '''
41
+
Part of the Generic Qualification Kit. For more information: https://www.absint.com/ait/qualification.htm
42
+
'''
43
+
- name: "DO-178C"
44
+
up-to: "DAL-A"
45
+
info: '''
46
+
Part of the Generic Qualification Kit. For more information: https://www.absint.com/ait/qualification.htm
47
+
'''
48
+
- name: "IEC 61508"
49
+
up-to: "SIL-4"
50
+
info: '''
51
+
Part of the Generic Qualification Kit. For more information: https://www.absint.com/ait/qualification.htm
52
+
'''
53
+
54
+
- name: "EN 50128"
55
+
up-to: "SIL-4"
56
+
info: '''
57
+
Part of the Generic Qualification Kit. For more information: https://www.absint.com/ait/qualification.htm
58
+
'''
59
+
28
60
- name: "cargo"
29
61
type: "package-manager"
30
62
url: "https://github.com/rust-lang/cargo"
@@ -70,7 +102,7 @@ tools:
70
102
license: "Apache 2.0 & MIT"
71
103
liability: "Pre-qualified binaries and support are available with monthly/yearly subscriptions. Qualification kits are also available for an additional fee."
72
104
qualified:
73
-
- name: "ISO26262"
105
+
- name: "ISO-26262"
74
106
up-to: "ASIL-D"
75
107
info: '''
76
108
TÜV SÜD certificate: https://www.tuvsud.com/en/customer-hub/ps-cert/?q=Z10+123030+0001+Rev.+01.
@@ -83,7 +115,7 @@ tools:
83
115
For more information, contact Ferrous Systems GmbH at https://ferrous-systems.com/contact#ferrocene.
84
116
'''
85
117
- name: "IEC 61508"
86
-
up-to: "SIL4"
118
+
up-to: "SIL-4"
87
119
info: '''
88
120
TÜV SÜD certificate: https://www.tuvsud.com/en/customer-hub/ps-cert/?q=Z10+123030+0001+Rev.+01.
89
121
For more information, contact Ferrous Systems GmbH at https://ferrous-systems.com/contact#ferrocene.
@@ -111,7 +143,7 @@ tools:
111
143
license: "Apache 2.0 & MIT"
112
144
liability: "Contact HighTec for costs and legalities related to qualification and support."
0 commit comments