[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

View File

@@ -0,0 +1,7 @@
idf_build_get_property(target IDF_TARGET)
if(NOT "${target}" STREQUAL "linux")
return()
endif()
idf_component_register(INCLUDE_DIRS include
REQUIRED_IDF_TARGETS linux)

View File

@@ -0,0 +1 @@
#include "bsd/sys/queue.h"