summaryrefslogtreecommitdiffstats
path: root/spec/rtems/mode/if
diff options
context:
space:
mode:
Diffstat (limited to 'spec/rtems/mode/if')
-rw-r--r--spec/rtems/mode/if/all-mode-masks.yml2
-rw-r--r--spec/rtems/mode/if/asr-mask.yml2
-rw-r--r--spec/rtems/mode/if/asr.yml2
-rw-r--r--spec/rtems/mode/if/current-mode.yml2
-rw-r--r--spec/rtems/mode/if/default.yml2
-rw-r--r--spec/rtems/mode/if/group.yml2
-rw-r--r--spec/rtems/mode/if/header.yml2
-rw-r--r--spec/rtems/mode/if/interrupt-level-body.yml2
-rw-r--r--spec/rtems/mode/if/interrupt-level.yml2
-rw-r--r--spec/rtems/mode/if/interrupt-mask-constant.yml2
-rw-r--r--spec/rtems/mode/if/interrupt-mask.yml2
-rw-r--r--spec/rtems/mode/if/mode.yml2
-rw-r--r--spec/rtems/mode/if/no-asr.yml2
-rw-r--r--spec/rtems/mode/if/no-preempt.yml2
-rw-r--r--spec/rtems/mode/if/no-timeslice.yml2
-rw-r--r--spec/rtems/mode/if/preempt-mask.yml2
-rw-r--r--spec/rtems/mode/if/preempt.yml2
-rw-r--r--spec/rtems/mode/if/timeslice-mask.yml2
-rw-r--r--spec/rtems/mode/if/timeslice.yml2
19 files changed, 19 insertions, 19 deletions
diff --git a/spec/rtems/mode/if/all-mode-masks.yml b/spec/rtems/mode/if/all-mode-masks.yml
index 88f67fec..5689d28e 100644
--- a/spec/rtems/mode/if/all-mode-masks.yml
+++ b/spec/rtems/mode/if/all-mode-masks.yml
@@ -2,7 +2,7 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
This task mode constant is a bit mask with all mode bits set.
copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2020 embedded brains GmbH & Co. KG
- Copyright (C) 2008 On-Line Applications Research Corporation (OAR)
definition:
default: '0x0000ffff'
diff --git a/spec/rtems/mode/if/asr-mask.yml b/spec/rtems/mode/if/asr-mask.yml
index 6deb762a..51d0b275 100644
--- a/spec/rtems/mode/if/asr-mask.yml
+++ b/spec/rtems/mode/if/asr-mask.yml
@@ -2,7 +2,7 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
This mode constant corresponds to the signal enable/disable bit.
copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2020 embedded brains GmbH & Co. KG
- Copyright (C) 2008 On-Line Applications Research Corporation (OAR)
definition:
default: '0x00000400'
diff --git a/spec/rtems/mode/if/asr.yml b/spec/rtems/mode/if/asr.yml
index e80ca809..967ab45f 100644
--- a/spec/rtems/mode/if/asr.yml
+++ b/spec/rtems/mode/if/asr.yml
@@ -2,7 +2,7 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
This task mode constant indicates that signal processing is disabled.
copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2020 embedded brains GmbH & Co. KG
- Copyright (C) 2008 On-Line Applications Research Corporation (OAR)
definition:
default: '0x00000000'
diff --git a/spec/rtems/mode/if/current-mode.yml b/spec/rtems/mode/if/current-mode.yml
index 2f5b3a7e..524c7300 100644
--- a/spec/rtems/mode/if/current-mode.yml
+++ b/spec/rtems/mode/if/current-mode.yml
@@ -3,7 +3,7 @@ brief: |
This task mode constant indicates that the current task mode of the executing
task shall be returned by ${../../task/if/mode:/name}.
copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2020 embedded brains GmbH & Co. KG
- Copyright (C) 2008 On-Line Applications Research Corporation (OAR)
definition:
default: '0'
diff --git a/spec/rtems/mode/if/default.yml b/spec/rtems/mode/if/default.yml
index d9ad6eff..58f35634 100644
--- a/spec/rtems/mode/if/default.yml
+++ b/spec/rtems/mode/if/default.yml
@@ -2,7 +2,7 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
This task mode constant represents the default mode set.
copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2020 embedded brains GmbH & Co. KG
- Copyright (C) 2008 On-Line Applications Research Corporation (OAR)
definition:
default: '0x00000000'
diff --git a/spec/rtems/mode/if/group.yml b/spec/rtems/mode/if/group.yml
index 152cc663..d0136a4a 100644
--- a/spec/rtems/mode/if/group.yml
+++ b/spec/rtems/mode/if/group.yml
@@ -2,7 +2,7 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
This group contains the Classic API task modes.
copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2020 embedded brains GmbH & Co. KG
description: null
enabled-by: true
identifier: RTEMSAPIClassicModes
diff --git a/spec/rtems/mode/if/header.yml b/spec/rtems/mode/if/header.yml
index d5d54b0a..8b670f91 100644
--- a/spec/rtems/mode/if/header.yml
+++ b/spec/rtems/mode/if/header.yml
@@ -2,7 +2,7 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
This header file provides the task modes API of the Task Manager.
copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2020 embedded brains GmbH & Co. KG
enabled-by: true
index-entries: []
interface-type: header-file
diff --git a/spec/rtems/mode/if/interrupt-level-body.yml b/spec/rtems/mode/if/interrupt-level-body.yml
index 09559ca3..b5ff4d67 100644
--- a/spec/rtems/mode/if/interrupt-level-body.yml
+++ b/spec/rtems/mode/if/interrupt-level-body.yml
@@ -3,7 +3,7 @@ brief: |
Maps the interrupt level to the associated processor-dependent task mode
interrupt level.
copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2020 embedded brains GmbH & Co. KG
- Copyright (C) 2008 On-Line Applications Research Corporation (OAR)
definition:
default:
diff --git a/spec/rtems/mode/if/interrupt-level.yml b/spec/rtems/mode/if/interrupt-level.yml
index 1fd4af34..4bb0af5d 100644
--- a/spec/rtems/mode/if/interrupt-level.yml
+++ b/spec/rtems/mode/if/interrupt-level.yml
@@ -3,7 +3,7 @@ brief: |
Maps the interrupt level to the associated processor-dependent task mode
interrupt level.
copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2020 embedded brains GmbH & Co. KG
- Copyright (C) 2008 On-Line Applications Research Corporation (OAR)
definition:
default:
diff --git a/spec/rtems/mode/if/interrupt-mask-constant.yml b/spec/rtems/mode/if/interrupt-mask-constant.yml
index 918a87a7..e48e9138 100644
--- a/spec/rtems/mode/if/interrupt-mask-constant.yml
+++ b/spec/rtems/mode/if/interrupt-mask-constant.yml
@@ -2,7 +2,7 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
This task mode constant has the same value as ${interrupt-mask:/name}.
copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2020 embedded brains GmbH & Co. KG
- Copyright (C) 2008 On-Line Applications Research Corporation (OAR)
definition:
default: const ${/c/if/uint32_t:/name} ${.:/name}
diff --git a/spec/rtems/mode/if/interrupt-mask.yml b/spec/rtems/mode/if/interrupt-mask.yml
index 443c55b7..58778a04 100644
--- a/spec/rtems/mode/if/interrupt-mask.yml
+++ b/spec/rtems/mode/if/interrupt-mask.yml
@@ -2,7 +2,7 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
This task mode constant corresponds to the interrupt enable/disable bits.
copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2020 embedded brains GmbH & Co. KG
- Copyright (C) 2008 On-Line Applications Research Corporation (OAR)
definition:
default: ${/score/cpu/if/modes-interrupt-mask:/name}
diff --git a/spec/rtems/mode/if/mode.yml b/spec/rtems/mode/if/mode.yml
index 9568d964..2febbbdb 100644
--- a/spec/rtems/mode/if/mode.yml
+++ b/spec/rtems/mode/if/mode.yml
@@ -2,7 +2,7 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
This type represents a Classic API task mode set.
copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2020 embedded brains GmbH & Co. KG
- Copyright (C) 2008 On-Line Applications Research Corporation (OAR)
definition:
default: ${/c/if/uint32_t:/name} ${.:/name}
diff --git a/spec/rtems/mode/if/no-asr.yml b/spec/rtems/mode/if/no-asr.yml
index 665de5b2..f707a5bd 100644
--- a/spec/rtems/mode/if/no-asr.yml
+++ b/spec/rtems/mode/if/no-asr.yml
@@ -2,7 +2,7 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
This task mode constant indicates that signal processing is disabled.
copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2020 embedded brains GmbH & Co. KG
- Copyright (C) 2008 On-Line Applications Research Corporation (OAR)
definition:
default: '0x00000400'
diff --git a/spec/rtems/mode/if/no-preempt.yml b/spec/rtems/mode/if/no-preempt.yml
index 52a6ac54..1dc2299c 100644
--- a/spec/rtems/mode/if/no-preempt.yml
+++ b/spec/rtems/mode/if/no-preempt.yml
@@ -2,7 +2,7 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
This task mode constant indicates that preemption is disabled.
copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2020 embedded brains GmbH & Co. KG
- Copyright (C) 2008 On-Line Applications Research Corporation (OAR)
definition:
default: '0x00000100'
diff --git a/spec/rtems/mode/if/no-timeslice.yml b/spec/rtems/mode/if/no-timeslice.yml
index 160a16ba..332694c9 100644
--- a/spec/rtems/mode/if/no-timeslice.yml
+++ b/spec/rtems/mode/if/no-timeslice.yml
@@ -2,7 +2,7 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
This task mode constant indicates that timeslicing is disabled.
copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2020 embedded brains GmbH & Co. KG
- Copyright (C) 2008 On-Line Applications Research Corporation (OAR)
definition:
default: '0x00000000'
diff --git a/spec/rtems/mode/if/preempt-mask.yml b/spec/rtems/mode/if/preempt-mask.yml
index af85ee36..a62fa8f7 100644
--- a/spec/rtems/mode/if/preempt-mask.yml
+++ b/spec/rtems/mode/if/preempt-mask.yml
@@ -2,7 +2,7 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
This task mode constant corresponds to the preemption enable/disable bit.
copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2020 embedded brains GmbH & Co. KG
- Copyright (C) 2008 On-Line Applications Research Corporation (OAR)
definition:
default: '0x00000100'
diff --git a/spec/rtems/mode/if/preempt.yml b/spec/rtems/mode/if/preempt.yml
index 68a1e200..a7600fb3 100644
--- a/spec/rtems/mode/if/preempt.yml
+++ b/spec/rtems/mode/if/preempt.yml
@@ -2,7 +2,7 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
This task mode constant indicates that preemption is enabled.
copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2020 embedded brains GmbH & Co. KG
- Copyright (C) 2008 On-Line Applications Research Corporation (OAR)
definition:
default: '0x00000000'
diff --git a/spec/rtems/mode/if/timeslice-mask.yml b/spec/rtems/mode/if/timeslice-mask.yml
index 8a7dac59..512ff0b6 100644
--- a/spec/rtems/mode/if/timeslice-mask.yml
+++ b/spec/rtems/mode/if/timeslice-mask.yml
@@ -2,7 +2,7 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
This task mode constant corresponds to the timeslice enable/disable bit.
copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2020 embedded brains GmbH & Co. KG
- Copyright (C) 2008 On-Line Applications Research Corporation (OAR)
definition:
default: '0x00000200'
diff --git a/spec/rtems/mode/if/timeslice.yml b/spec/rtems/mode/if/timeslice.yml
index 9beefb66..83f5f223 100644
--- a/spec/rtems/mode/if/timeslice.yml
+++ b/spec/rtems/mode/if/timeslice.yml
@@ -2,7 +2,7 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
This task mode constant indicates that timeslicing is enabled.
copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2020 embedded brains GmbH & Co. KG
- Copyright (C) 2008 On-Line Applications Research Corporation (OAR)
definition:
default: '0x00000200'