Embedded Artistry Framework
Embedded Systems C++ Framework
Classes | Namespaces | Typedefs | Functions
os.hpp File Reference
#include "freertos_condition_variable.hpp"
#include "freertos_event_flags.hpp"
#include "freertos_msg_queue.hpp"
#include "freertos_mutex.hpp"
#include "freertos_semaphore.hpp"
#include "freertos_thread.hpp"
#include <rtos/rtos.hpp>
Include dependency graph for os.hpp:
This graph shows which files directly or indirectly include this file:

Classes

class  os::freertos::freertosOSFactory_impl
 Implementation of the FreeRTOS OS Factory For API documentation, see embvm::embvm::VirtualOSFactory. More...
 

Namespaces

 os
 FreeRTOS Condition Variable Implementation.
 
 os::freertos
 

Typedefs

using os::Factory = embvm::VirtualOSFactory< os::freertos::freertosOSFactory_impl >
 Convenience alias for the FreeRTOS OS Factory. More...
 

Functions

void os::freertos::startScheduler () noexcept
 Call this function to start the FreeRTOS scheduler. More...