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

Classes

class  os::freertos::Thread
 Create a FreeRTOS thread. More...
 

Namespaces

 os
 FreeRTOS Condition Variable Implementation.
 
 os::freertos
 

Typedefs

using os::freertos::thread_exit_t = void(*)(void *)
 

Functions

void os::freertos::register_threadexit_func (thread_exit_t atexit) noexcept
 

Variables

static constexpr size_t os::freertos::FREERTOS_STACK_MIN = (1 * 1024)