Embedded Artistry Framework
Embedded Systems C++ Framework
Classes | Namespaces | Variables
rtos.hpp File Reference
#include "condition_variable.hpp"
#include "event_flag.hpp"
#include "msg_queue.hpp"
#include "mutex.hpp"
#include "semaphore.hpp"
#include "thread.hpp"
#include <cassert>
Include dependency graph for rtos.hpp:
This graph shows which files directly or indirectly include this file:

Classes

class  embvm::VirtualOSFactory< TFactory >
 Factory interface for creating RTOS-related objects. More...
 

Namespaces

 embvm
 Embedded framework core interfaces, classes, and definitions.
 

Variables

constexpr size_t DEFAULT_STACK_SIZE = 4096
 

Variable Documentation

◆ DEFAULT_STACK_SIZE

constexpr size_t DEFAULT_STACK_SIZE = 4096
inline