Enable FreeRTOS SMP (multicore) (#90)

This commit is contained in:
Ken Van Hoeylandt
2024-11-25 21:57:20 +01:00
committed by GitHub
parent dfd9349e6c
commit d06137ba76
12 changed files with 22 additions and 18 deletions
-2
View File
@@ -6,11 +6,9 @@
#ifdef ESP_TARGET
#include "freertos/FreeRTOS.h"
#include "freertos/event_groups.h"
#include "freertos/portmacro.h"
#else
#include "FreeRTOS.h"
#include "event_groups.h"
#include "portmacro.h"
#endif
#define TT_EVENT_FLAG_MAX_BITS_EVENT_GROUPS 24U