[rtems-central commit] qdp: Set RTEMS_PPS_SYNC to False

Sebastian Huber sebh at rtems.org
Tue Nov 21 13:35:41 UTC 2023


Module:    rtems-central
Branch:    master
Commit:    d1c835d8bd2a3dbf5cb435369d3211a4d5022714
Changeset: http://git.rtems.org/rtems-central/commit/?id=d1c835d8bd2a3dbf5cb435369d3211a4d5022714

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Tue Nov 21 11:13:16 2023 +0100

qdp: Set RTEMS_PPS_SYNC to False

---

 spec-qdp/qdp/steps/create-config-files.yml | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/spec-qdp/qdp/steps/create-config-files.yml b/spec-qdp/qdp/steps/create-config-files.yml
index 7d5cdc58..d28d1c4f 100644
--- a/spec-qdp/qdp/steps/create-config-files.yml
+++ b/spec-qdp/qdp/steps/create-config-files.yml
@@ -16,6 +16,9 @@ actions:
     - enabled-by: RTEMS_SMP
       key: RTEMS_SMP
       value: 'True'
+    - enabled-by: true
+      key: RTEMS_PPS_SYNC
+      value: 'False'
     - enabled-by: true
       key: BUILD_TESTS
       value: 'True'
@@ -48,6 +51,9 @@ actions:
     - enabled-by: RTEMS_SMP
       key: RTEMS_SMP
       value: 'True'
+    - enabled-by: true
+      key: RTEMS_PPS_SYNC
+      value: 'False'
     - enabled-by: true
       key: BUILD_TESTS
       value: 'True'
@@ -89,6 +95,9 @@ actions:
     - enabled-by: RTEMS_SMP
       key: RTEMS_SMP
       value: 'True'
+    - enabled-by: true
+      key: RTEMS_PPS_SYNC
+      value: 'False'
     - enabled-by: true
       key: RTEMS_QUAL
       value: 'True'
@@ -124,6 +133,9 @@ actions:
     - enabled-by: RTEMS_SMP
       key: RTEMS_SMP
       value: 'True'
+    - enabled-by: true
+      key: RTEMS_PPS_SYNC
+      value: 'False'
     - enabled-by: true
       key: RTEMS_QUAL
       value: 'True'



More information about the vc mailing list