[mocks]: freertos mock

[esp_event]: added preliminary host-based tests
This commit is contained in:
Jakob Hasse
2021-07-21 12:07:53 +08:00
parent 59aa60d52a
commit c9984faaef
25 changed files with 582 additions and 49 deletions
+3
View File
@@ -23,7 +23,10 @@
#include "freertos/semphr.h"
#include "esp_event_base.h"
// Legacy event loop not implemented on Linux target
#if !CONFIG_IDF_TARGET_LINUX
#include "esp_event_legacy.h"
#endif
#ifdef __cplusplus
extern "C" {