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