|
Embedded Artistry Framework
Embedded Systems C++ Framework
|
#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>

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... | |
1.8.15