summaryrefslogblamecommitdiffstats
path: root/spec/rtems/init/if/initialize-executive.yml
blob: 3e0095b2e0153255882bb580d90d43ac4b7389bc (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                     

                                                 

                                                                               
           
          
                                                    
              
              
                
              
              

                                                                       
                
                 




                           
            









                                                                             
               
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 (http://www.embedded-brains.de)
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: []
interface-type: function
links:
- role: interface-placement
  uid: header
- role: interface-ingroup
  uid: group
name: rtems_initialize_executive
notes: |
  This directive should be called by boot_card() only.

  This directive does not return to the caller.  Errors in the initialization
  sequence are usually fatal and lead to a system termination.
params: []
return:
  return: null
  return-values: []
type: interface