Embedded Artistry Framework
Embedded Systems C++ Framework
Classes | Namespaces | Functions
boot_sequencer.hpp File Reference
#include <type_traits>
Include dependency graph for boot_sequencer.hpp:
This graph shows which files directly or indirectly include this file:

Classes

class  embvm::BootSequencer< TBootStrategy >
 Boot sequencer with customizable boot strategy. More...
 

Namespaces

 embvm
 Embedded framework core interfaces, classes, and definitions.
 

Functions

int main ()
 Function for application main entry. More...
 
void entry ()
 Prototype for our function entry point; can also be an asm symbol. More...
 
void CRTStartup ()
 We declare this function here because we don't want to include crt.h and Add a dependency on our libc for the test code. More...
 
template<class TPlatform >
void main_thread_func () noexcept
 

Function Documentation

◆ main()

int main ( )