EtcPal
HEAD (unstable)
ETC Platform Abstraction Layer (EtcPal)
|
View other versions:
|
FreeRTOS is a real-time OS microkernel used as an OS target by EtcPal. To use EtcPal with FreeRTOS, you must set the ETCPAL_OS_TARGET
variable to freertos
.
Additionally, you must provide a target called FreeRTOS to help EtcPal find the FreeRTOS headers. If you are not building FreeRTOS from CMake (e.g. if your project is not a CMake project), this can simply be an interface library:
If you are building FreeRTOS with CMake, make sure your FreeRTOs library target is called FreeRTOS
exactly and has its include paths set using PUBLIC
or INTERFACE
.