feat(freertos): support Espressif's FreeRTOS flavor (#5862)

This commit is contained in:
Hanes Sciarrone
2024-03-16 10:41:12 -03:00
committed by GitHub
parent 765aac831e
commit c647c3924b
4 changed files with 35 additions and 13 deletions

View File

@@ -23,9 +23,15 @@ extern "C" {
#if LV_USE_OS == LV_OS_FREERTOS
#if (ESP_PLATFORM)
#include "freertos/FreeRTOS.h"
#include "freertos/task.h"
#include "freertos/semphr.h"
#else
#include "FreeRTOS.h"
#include "task.h"
#include "semphr.h"
#endif
/*********************
* DEFINES