summaryrefslogtreecommitdiffstats
path: root/spec/rtems/config/if
diff options
context:
space:
mode:
Diffstat (limited to 'spec/rtems/config/if')
-rw-r--r--spec/rtems/config/if/get-do-zero-of-workspace.yml6
-rw-r--r--spec/rtems/config/if/get-idle-task-stack-size.yml6
-rw-r--r--spec/rtems/config/if/get-idle-task.yml6
-rw-r--r--spec/rtems/config/if/get-interrupt-stack-size.yml6
-rw-r--r--spec/rtems/config/if/get-maximum-processors.yml6
-rw-r--r--spec/rtems/config/if/get-microseconds-per-tick.yml6
-rw-r--r--spec/rtems/config/if/get-milliseconds-per-tick.yml6
-rw-r--r--spec/rtems/config/if/get-nanoseconds-per-tick.yml6
-rw-r--r--spec/rtems/config/if/get-number-of-initial-extensions.yml6
-rw-r--r--spec/rtems/config/if/get-stack-allocate-for-idle-hook.yml6
-rw-r--r--spec/rtems/config/if/get-stack-allocate-hook.yml6
-rw-r--r--spec/rtems/config/if/get-stack-allocate-init-hook.yml6
-rw-r--r--spec/rtems/config/if/get-stack-allocator-avoids-work-space.yml6
-rw-r--r--spec/rtems/config/if/get-stack-free-hook.yml6
-rw-r--r--spec/rtems/config/if/get-ticks-per-timeslice.yml6
-rw-r--r--spec/rtems/config/if/get-unified-work-area.yml6
-rw-r--r--spec/rtems/config/if/get-user-extension-table.yml6
-rw-r--r--spec/rtems/config/if/get-user-multiprocessing-table.yml12
-rw-r--r--spec/rtems/config/if/get-work-space-size.yml12
-rw-r--r--spec/rtems/config/if/resource-is-unlimited.yml6
-rw-r--r--spec/rtems/config/if/resource-maximum-per-allocation.yml8
-rw-r--r--spec/rtems/config/if/resource-unlimited.yml6
22 files changed, 119 insertions, 27 deletions
diff --git a/spec/rtems/config/if/get-do-zero-of-workspace.yml b/spec/rtems/config/if/get-do-zero-of-workspace.yml
index 66c8f81b..6f832820 100644
--- a/spec/rtems/config/if/get-do-zero-of-workspace.yml
+++ b/spec/rtems/config/if/get-do-zero-of-workspace.yml
@@ -5,7 +5,11 @@ brief: |
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
definition:
- default: ${/score/memory/if/zero-before-use:/name}
+ default:
+ attributes: null
+ body: ${/score/memory/if/zero-before-use:/name}
+ params: []
+ return: null
variants: []
description: null
enabled-by: true
diff --git a/spec/rtems/config/if/get-idle-task-stack-size.yml b/spec/rtems/config/if/get-idle-task-stack-size.yml
index 5fff0311..37574cb6 100644
--- a/spec/rtems/config/if/get-idle-task-stack-size.yml
+++ b/spec/rtems/config/if/get-idle-task-stack-size.yml
@@ -4,7 +4,11 @@ brief: |
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
definition:
- default: ${/score/thread/if/idle-stack-size:/name}
+ default:
+ attributes: null
+ body: ${/score/thread/if/idle-stack-size:/name}
+ params: []
+ return: null
variants: []
description: null
enabled-by: true
diff --git a/spec/rtems/config/if/get-idle-task.yml b/spec/rtems/config/if/get-idle-task.yml
index fad39edf..2aeed278 100644
--- a/spec/rtems/config/if/get-idle-task.yml
+++ b/spec/rtems/config/if/get-idle-task.yml
@@ -4,7 +4,11 @@ brief: |
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
definition:
- default: ${/score/thread/if/idle-body:/name}
+ default:
+ attributes: null
+ body: ${/score/thread/if/idle-body:/name}
+ params: []
+ return: null
variants: []
description: null
enabled-by: true
diff --git a/spec/rtems/config/if/get-interrupt-stack-size.yml b/spec/rtems/config/if/get-interrupt-stack-size.yml
index 6554d82c..8145abab 100644
--- a/spec/rtems/config/if/get-interrupt-stack-size.yml
+++ b/spec/rtems/config/if/get-interrupt-stack-size.yml
@@ -4,7 +4,11 @@ brief: |
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
definition:
- default: ((${/c/if/size_t:/name}) ${/score/isr/if/stack-size:/name})
+ default:
+ attributes: null
+ body: ((${/c/if/size_t:/name}) ${/score/isr/if/stack-size:/name})
+ params: []
+ return: null
variants: []
description: null
enabled-by: true
diff --git a/spec/rtems/config/if/get-maximum-processors.yml b/spec/rtems/config/if/get-maximum-processors.yml
index 63f02bfd..57566db1 100644
--- a/spec/rtems/config/if/get-maximum-processors.yml
+++ b/spec/rtems/config/if/get-maximum-processors.yml
@@ -4,7 +4,11 @@ brief: |
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
definition:
- default: ${/score/smp/if/processor-configured-maximum:/name}
+ default:
+ attributes: null
+ body: ${/score/smp/if/processor-configured-maximum:/name}
+ params: []
+ return: null
variants: []
description: null
enabled-by: true
diff --git a/spec/rtems/config/if/get-microseconds-per-tick.yml b/spec/rtems/config/if/get-microseconds-per-tick.yml
index e6f59a96..69902398 100644
--- a/spec/rtems/config/if/get-microseconds-per-tick.yml
+++ b/spec/rtems/config/if/get-microseconds-per-tick.yml
@@ -5,7 +5,11 @@ brief: |
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
definition:
- default: ${/score/watchdog/if/microseconds-per-tick:/name}
+ default:
+ attributes: null
+ body: ${/score/watchdog/if/microseconds-per-tick:/name}
+ params: []
+ return: null
variants: []
description: null
enabled-by: true
diff --git a/spec/rtems/config/if/get-milliseconds-per-tick.yml b/spec/rtems/config/if/get-milliseconds-per-tick.yml
index 4e1026cc..b9eb9fb9 100644
--- a/spec/rtems/config/if/get-milliseconds-per-tick.yml
+++ b/spec/rtems/config/if/get-milliseconds-per-tick.yml
@@ -5,7 +5,11 @@ brief: |
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
definition:
- default: ( ${/score/watchdog/if/microseconds-per-tick:/name} / 1000 )
+ default:
+ attributes: null
+ body: ( ${/score/watchdog/if/microseconds-per-tick:/name} / 1000 )
+ params: []
+ return: null
variants: []
description: null
enabled-by: true
diff --git a/spec/rtems/config/if/get-nanoseconds-per-tick.yml b/spec/rtems/config/if/get-nanoseconds-per-tick.yml
index 04f42c6a..70965eb7 100644
--- a/spec/rtems/config/if/get-nanoseconds-per-tick.yml
+++ b/spec/rtems/config/if/get-nanoseconds-per-tick.yml
@@ -5,7 +5,11 @@ brief: |
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
definition:
- default: ${/score/watchdog/if/nanoseconds-per-tick:/name}
+ default:
+ attributes: null
+ body: ${/score/watchdog/if/nanoseconds-per-tick:/name}
+ params: []
+ return: null
variants: []
description: null
enabled-by: true
diff --git a/spec/rtems/config/if/get-number-of-initial-extensions.yml b/spec/rtems/config/if/get-number-of-initial-extensions.yml
index e543ba14..0b5c9737 100644
--- a/spec/rtems/config/if/get-number-of-initial-extensions.yml
+++ b/spec/rtems/config/if/get-number-of-initial-extensions.yml
@@ -4,7 +4,11 @@ brief: |
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
definition:
- default: ((${/c/if/uint32_t:/name}) ${/score/userext/if/initial-count:/name})
+ default:
+ attributes: null
+ body: ((${/c/if/uint32_t:/name}) ${/score/userext/if/initial-count:/name})
+ params: []
+ return: null
variants: []
description: null
enabled-by: true
diff --git a/spec/rtems/config/if/get-stack-allocate-for-idle-hook.yml b/spec/rtems/config/if/get-stack-allocate-for-idle-hook.yml
index f95c029c..e82032e0 100644
--- a/spec/rtems/config/if/get-stack-allocate-for-idle-hook.yml
+++ b/spec/rtems/config/if/get-stack-allocate-for-idle-hook.yml
@@ -5,7 +5,11 @@ brief: |
copyrights:
- Copyright (C) 2021 On-Line Applications Research Corporation (OAR)
definition:
- default: ${/score/stack/if/allocator-allocate-for-idle:/name}
+ default:
+ attributes: null
+ body: ${/score/stack/if/allocator-allocate-for-idle:/name}
+ params: []
+ return: null
variants: []
description: null
enabled-by: true
diff --git a/spec/rtems/config/if/get-stack-allocate-hook.yml b/spec/rtems/config/if/get-stack-allocate-hook.yml
index e8ff68b6..fdb95dd3 100644
--- a/spec/rtems/config/if/get-stack-allocate-hook.yml
+++ b/spec/rtems/config/if/get-stack-allocate-hook.yml
@@ -5,7 +5,11 @@ brief: |
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
definition:
- default: ${/score/stack/if/allocator-allocate:/name}
+ default:
+ attributes: null
+ body: ${/score/stack/if/allocator-allocate:/name}
+ params: []
+ return: null
variants: []
description: null
enabled-by: true
diff --git a/spec/rtems/config/if/get-stack-allocate-init-hook.yml b/spec/rtems/config/if/get-stack-allocate-init-hook.yml
index 7a94997a..fdf1262c 100644
--- a/spec/rtems/config/if/get-stack-allocate-init-hook.yml
+++ b/spec/rtems/config/if/get-stack-allocate-init-hook.yml
@@ -5,7 +5,11 @@ brief: |
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
definition:
- default: ${/score/stack/if/allocator-initialize:/name}
+ default:
+ attributes: null
+ body: ${/score/stack/if/allocator-initialize:/name}
+ params: []
+ return: null
variants: []
description: null
enabled-by: true
diff --git a/spec/rtems/config/if/get-stack-allocator-avoids-work-space.yml b/spec/rtems/config/if/get-stack-allocator-avoids-work-space.yml
index fd265a4a..36fec60e 100644
--- a/spec/rtems/config/if/get-stack-allocator-avoids-work-space.yml
+++ b/spec/rtems/config/if/get-stack-allocator-avoids-work-space.yml
@@ -5,7 +5,11 @@ brief: |
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
definition:
- default: ${/score/stack/if/allocator-avoids-workspace:/name}
+ default:
+ attributes: null
+ body: ${/score/stack/if/allocator-avoids-workspace:/name}
+ params: []
+ return: null
variants: []
description: null
enabled-by: true
diff --git a/spec/rtems/config/if/get-stack-free-hook.yml b/spec/rtems/config/if/get-stack-free-hook.yml
index 749194ef..9145db92 100644
--- a/spec/rtems/config/if/get-stack-free-hook.yml
+++ b/spec/rtems/config/if/get-stack-free-hook.yml
@@ -4,7 +4,11 @@ brief: |
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
definition:
- default: ${/score/stack/if/allocator-free:/name}
+ default:
+ attributes: null
+ body: ${/score/stack/if/allocator-free:/name}
+ params: []
+ return: null
variants: []
description: null
enabled-by: true
diff --git a/spec/rtems/config/if/get-ticks-per-timeslice.yml b/spec/rtems/config/if/get-ticks-per-timeslice.yml
index fce4c2a2..69edb65d 100644
--- a/spec/rtems/config/if/get-ticks-per-timeslice.yml
+++ b/spec/rtems/config/if/get-ticks-per-timeslice.yml
@@ -4,7 +4,11 @@ brief: |
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
definition:
- default: ${/score/watchdog/if/ticks-per-timeslice:/name}
+ default:
+ attributes: null
+ body: ${/score/watchdog/if/ticks-per-timeslice:/name}
+ params: []
+ return: null
variants: []
description: null
enabled-by: true
diff --git a/spec/rtems/config/if/get-unified-work-area.yml b/spec/rtems/config/if/get-unified-work-area.yml
index 9f884474..3ac1390c 100644
--- a/spec/rtems/config/if/get-unified-work-area.yml
+++ b/spec/rtems/config/if/get-unified-work-area.yml
@@ -5,7 +5,11 @@ brief: |
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
definition:
- default: ${/score/wkspace/if/is-unified:/name}
+ default:
+ attributes: null
+ body: ${/score/wkspace/if/is-unified:/name}
+ params: []
+ return: null
variants: []
description: null
enabled-by: true
diff --git a/spec/rtems/config/if/get-user-extension-table.yml b/spec/rtems/config/if/get-user-extension-table.yml
index 85aaf117..c6a5bcd7 100644
--- a/spec/rtems/config/if/get-user-extension-table.yml
+++ b/spec/rtems/config/if/get-user-extension-table.yml
@@ -4,7 +4,11 @@ brief: |
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
definition:
- default: ${/score/userext/if/initial-extensions:/name}
+ default:
+ attributes: null
+ body: ${/score/userext/if/initial-extensions:/name}
+ params: []
+ return: null
variants: []
description: null
enabled-by: true
diff --git a/spec/rtems/config/if/get-user-multiprocessing-table.yml b/spec/rtems/config/if/get-user-multiprocessing-table.yml
index ab7d8c96..9ac3700b 100644
--- a/spec/rtems/config/if/get-user-multiprocessing-table.yml
+++ b/spec/rtems/config/if/get-user-multiprocessing-table.yml
@@ -4,9 +4,17 @@ brief: |
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
definition:
- default: ${/c/if/null:/name}
+ default:
+ attributes: null
+ body: ${/c/if/null:/name}
+ params: []
+ return: null
variants:
- - definition: ( &${/score/mpci/if/configuration:/name} )
+ - definition:
+ attributes: null
+ body: ( &${/score/mpci/if/configuration:/name} )
+ params: []
+ return: null
enabled-by: defined(${/build-options/if/multiprocessing:/name})
description: null
enabled-by: true
diff --git a/spec/rtems/config/if/get-work-space-size.yml b/spec/rtems/config/if/get-work-space-size.yml
index fd3d1449..f3e5f8a7 100644
--- a/spec/rtems/config/if/get-work-space-size.yml
+++ b/spec/rtems/config/if/get-work-space-size.yml
@@ -4,10 +4,14 @@ brief: |
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
definition:
- default: |
- ( ${/score/wkspace/if/size:/name} +
- ( ${get-stack-allocator-avoids-work-space:/name}() ?
- 0 : ${get-stack-space-size:/name}() ) )
+ default:
+ attributes: null
+ body: |
+ ( ${/score/wkspace/if/size:/name} +
+ ( ${get-stack-allocator-avoids-work-space:/name}() ?
+ 0 : ${get-stack-space-size:/name}() ) )
+ params: []
+ return: null
variants: []
description: null
enabled-by: true
diff --git a/spec/rtems/config/if/resource-is-unlimited.yml b/spec/rtems/config/if/resource-is-unlimited.yml
index f394c8c3..f36fad76 100644
--- a/spec/rtems/config/if/resource-is-unlimited.yml
+++ b/spec/rtems/config/if/resource-is-unlimited.yml
@@ -4,7 +4,11 @@ brief: |
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
definition:
- default: ${/score/object/if/is-unlimited:/name}( ${.:/params[0]/name} )
+ default:
+ attributes: null
+ body: ${/score/object/if/is-unlimited:/name}( ${.:/params[0]/name} )
+ params: []
+ return: null
variants: []
description: null
enabled-by: true
diff --git a/spec/rtems/config/if/resource-maximum-per-allocation.yml b/spec/rtems/config/if/resource-maximum-per-allocation.yml
index 279d118a..03dce023 100644
--- a/spec/rtems/config/if/resource-maximum-per-allocation.yml
+++ b/spec/rtems/config/if/resource-maximum-per-allocation.yml
@@ -4,8 +4,12 @@ brief: |
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
definition:
- default: |
- ${/score/object/if/maximum-per-allocation:/name}( ${.:/params[0]/name} )
+ default:
+ attributes: null
+ body: |
+ ${/score/object/if/maximum-per-allocation:/name}( ${.:/params[0]/name} )
+ params: []
+ return: null
variants: []
description: null
enabled-by: true
diff --git a/spec/rtems/config/if/resource-unlimited.yml b/spec/rtems/config/if/resource-unlimited.yml
index 6bcac649..22134851 100644
--- a/spec/rtems/config/if/resource-unlimited.yml
+++ b/spec/rtems/config/if/resource-unlimited.yml
@@ -4,7 +4,11 @@ brief: |
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
definition:
- default: ( ( ${.:/params[0]/name} ) | ${unlimited-objects:/name} )
+ default:
+ attributes: null
+ body: ( ( ${.:/params[0]/name} ) | ${unlimited-objects:/name} )
+ params: []
+ return: null
variants: []
description: null
enabled-by: true