summaryrefslogtreecommitdiffstats
path: root/posix-compliance/posix_rst.py
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2021-04-06 16:56:01 -0500
committerJoel Sherrill <joel@rtems.org>2021-04-07 13:57:57 -0500
commitb43fe709af0130dd720b61aa505da2c23d9c3c81 (patch)
tree4c81848a51f19f3eeb14718601647059dbf003d2 /posix-compliance/posix_rst.py
parentc-user: Fix rtems_semaphore_release() docs (diff)
downloadrtems-docs-b43fe709af0130dd720b61aa505da2c23d9c3c81.tar.bz2
posix-compliance: Update tracking spreadsheet to v12
The new version of the API tracking spreadsheet includes FACE Technical Standard, Edition 3.1 as well as a few additions to what RTEMS supports. The generation script and discussion of standards was updated to reflect the inclusion of a new Edition of the FACE Technical Standard. Closes #4380.
Diffstat (limited to '')
-rwxr-xr-xposix-compliance/posix_rst.py12
1 files changed, 12 insertions, 0 deletions
diff --git a/posix-compliance/posix_rst.py b/posix-compliance/posix_rst.py
index 1dd85fb..6e3b41c 100755
--- a/posix-compliance/posix_rst.py
+++ b/posix-compliance/posix_rst.py
@@ -28,6 +28,10 @@ standards = [
'FACE 3.0 Safety Base',
'FACE 3.0 Safety Extended',
'FACE 3.0 General Purpose',
+ 'FACE 3.1 Security',
+ 'FACE 3.1 Safety Base',
+ 'FACE 3.1 Safety Extended',
+ 'FACE 3.1 General Purpose',
'SCA 2.2.2 AEP',
'SCA 4.1 Ultra Lightweight AEP',
'SCA 4.1 Lightweight AEP',
@@ -52,6 +56,10 @@ standard_names = {
'FACE 3.0 Safety Base' : 'FACE 3.0 Safety Base',
'FACE 3.0 Safety Extended': 'FACE 3.0 Safety Extended',
'FACE 3.0 General Purpose': 'FACE 3.0 General Purpose',
+ 'FACE 3.1 Security' : 'FACE 3.1 Security',
+ 'FACE 3.1 Safety Base' : 'FACE 3.1 Safety Base',
+ 'FACE 3.1 Safety Extended': 'FACE 3.1 Safety Extended',
+ 'FACE 3.1 General Purpose': 'FACE 3.1 General Purpose',
'SCA 2.2.2 AEP' : 'SCA 2.2.2 AEP',
'SCA 4.1 Ultra Lightweight AEP' : 'SCA 4.1 Ultra Lightweight AEP',
'SCA 4.1 Lightweight AEP' : 'SCA 4.1 Lightweight AEP',
@@ -79,6 +87,10 @@ col_names = {
'FACE 3.0 Safety Base' : 'FACE 3.0 Safety Base',
'FACE 3.0 Safety Extended' : 'FACE 3.0 Safety Extended',
'FACE 3.0 General Purpose' : 'FACE 3.0 General Purpose',
+ 'FACE 3.1 Security' : 'FACE 3.1 Security',
+ 'FACE 3.1 Safety Base' : 'FACE 3.1 Safety Base',
+ 'FACE 3.1 Safety Extended' : 'FACE 3.1 Safety Extended',
+ 'FACE 3.1 General Purpose' : 'FACE 3.1 General Purpose',
'SCA 2.2.2 AEP' : 'SCA 2.2.2 AEP',
'SCA 4.1 Ultra Lightweight AEP' : 'SCA 4.1 Ultra Lightweight AEP',
'SCA 4.1 Lightweight AEP' : 'SCA 4.1 Lightweight AEP',