summaryrefslogtreecommitdiffstats
path: root/posix-compliance/wscript
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/wscript
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 '')
-rw-r--r--posix-compliance/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/posix-compliance/wscript b/posix-compliance/wscript
index 0625ac9..f2741ac 100644
--- a/posix-compliance/wscript
+++ b/posix-compliance/wscript
@@ -24,7 +24,7 @@ def gen_posix_rst(task):
def build(ctx):
ctx(rule = gen_posix_rst,
- source = ['posix_rst.py', 'RTEMS-Standards-Compliance-v9.csv'],
+ source = ['posix_rst.py', 'RTEMS-Standards-Compliance-v12.csv'],
target = 'generated-posix-compliance.rst')
sources = { 'extra' : ['generated-posix-compliance.rst'] }
doc_build(ctx, sources = sources)