summaryrefslogtreecommitdiffstats
path: root/spec/rtems/init/if/initialize-executive.yml
blob: 129fd48b567546750e7251288574db52a676384d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
  Initializes the system and starts multitasking.
copyrights:
- Copyright (C) 2015, 2020 embedded brains GmbH & Co. KG
definition:
  default:
    attributes: ${../../basedefs/if/no-return:/name}
    body: null
    params: []
    return: void
  variants: []
description: |
  Iterates through the system initialization linker set and invokes the
  registered handlers.  The final step is to start multitasking.
enabled-by: true
index-entries:
- initialize RTEMS
- start multitasking
interface-type: function
links:
- role: interface-placement
  uid: header
- role: interface-ingroup
  uid: group
- role: constraint
  uid: /constraint/directive-not-pre-qualified
- role: constraint
  uid: ../constraint/directive-ctx-boot
- role: constraint
  uid: /constraint/directive-no-return
name: rtems_initialize_executive
notes: |
  Errors in the initialization sequence are usually fatal and lead to a system
  termination.
params: []
return: null
type: interface