summaryrefslogtreecommitdiffstats
path: root/spec/rtems/task
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2022-09-30 13:20:46 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2022-10-04 08:05:34 +0200
commit5e39be78999abc23715236aef1afa7c22446de74 (patch)
tree07ba2e0541fb4a4bb3fda7798387573c5c57691e /spec/rtems/task
parentmodules: Update rtems (diff)
downloadrtems-central-5e39be78999abc23715236aef1afa7c22446de74.tar.bz2
spec: Unify interface functions and macros
Diffstat (limited to 'spec/rtems/task')
-rw-r--r--spec/rtems/task/if/storage-size.yml20
1 files changed, 14 insertions, 6 deletions
diff --git a/spec/rtems/task/if/storage-size.yml b/spec/rtems/task/if/storage-size.yml
index 964ddee4..e4d905e5 100644
--- a/spec/rtems/task/if/storage-size.yml
+++ b/spec/rtems/task/if/storage-size.yml
@@ -4,13 +4,21 @@ brief: |
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
definition:
- default: |
- ( ( ${.:/params[0]/name} ) +
- ( ( ( ${.:/params[1]/name} ) & ${../../attr/if/floating-point:/name} ) != 0 ?
- ${/score/context/if/fp-size:/name} : 0 ) )
+ default:
+ attributes: null
+ body: |
+ ( ( ${.:/params[0]/name} ) +
+ ( ( ( ${.:/params[1]/name} ) & ${../../attr/if/floating-point:/name} ) != 0 ?
+ ${/score/context/if/fp-size:/name} : 0 ) )
+ params: []
+ return: null
variants:
- - definition: |
- ( ( ${.:/params[0]/name} ) + ${/score/context/if/fp-size:/name} )
+ - definition:
+ attributes: null
+ body: |
+ ( ( ${.:/params[0]/name} ) + ${/score/context/if/fp-size:/name} )
+ params: []
+ return: null
enabled-by:
- ${/score/cpu/if/all-tasks-are-fp:/name} == ${../../basedefs/if/true:/name}
description: null