summaryrefslogtreecommitdiffstats
path: root/spec
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2022-08-01 17:12:21 -0500
committerJoel Sherrill <joel@rtems.org>2022-08-10 14:15:46 -0500
commit4b04589b097896795648de38b1e9bbc7570d9696 (patch)
tree9cc6d2365137826193ca6fd8f96fc0ce3417ed27 /spec
parentrtems/malloc.h: Add API level Doxygen group (diff)
downloadrtems-4b04589b097896795648de38b1e9bbc7570d9696.tar.bz2
Add support for CONFIGURE_POSIX_TIMERS_FACE_BEHAVIOR
This adds the configure option CONFIGURE_POSIX_TIMERS_FACE_BEHAVIOR which allows the application to choose whether to have the POSIX timer_create() function follow the behavior defined by POSIX or the FACE Technical Standard. Updates #4691.
Diffstat (limited to 'spec')
-rw-r--r--spec/build/testsuites/psxtests/grp.yml2
-rw-r--r--spec/build/testsuites/psxtests/psxtimer_face01.yml20
2 files changed, 22 insertions, 0 deletions
diff --git a/spec/build/testsuites/psxtests/grp.yml b/spec/build/testsuites/psxtests/grp.yml
index 5653879d00..354f9e7617 100644
--- a/spec/build/testsuites/psxtests/grp.yml
+++ b/spec/build/testsuites/psxtests/grp.yml
@@ -240,6 +240,8 @@ links:
- role: build-dependency
uid: psxtimer02
- role: build-dependency
+ uid: psxtimer_face01
+- role: build-dependency
uid: psxtimes01
- role: build-dependency
uid: psxualarm
diff --git a/spec/build/testsuites/psxtests/psxtimer_face01.yml b/spec/build/testsuites/psxtests/psxtimer_face01.yml
new file mode 100644
index 0000000000..916952518e
--- /dev/null
+++ b/spec/build/testsuites/psxtests/psxtimer_face01.yml
@@ -0,0 +1,20 @@
+SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
+build-type: test-program
+cflags: []
+copyrights:
+- Copyright (C) 2022. On-Line Applications Research Corporation (OAR).
+cppflags: []
+cxxflags: []
+enabled-by:
+- RTEMS_POSIX_API
+features: c cprogram
+includes: []
+ldflags: []
+links: []
+source:
+- testsuites/psxtests/psxtimer_face01/psxtimer.c
+stlib: []
+target: testsuites/psxtests/psxtimer_face01.exe
+type: build
+use-after: []
+use-before: []