mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
[mocks]: freertos mock
[esp_event]: added preliminary host-based tests
This commit is contained in:
@@ -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)
|
||||
@@ -0,0 +1 @@
|
||||
#include "bsd/sys/queue.h"
|
||||
Reference in New Issue
Block a user