File tree Expand file tree Collapse file tree 5 files changed +8
-0
lines changed Expand file tree Collapse file tree 5 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 11idf_build_get_property(idf_target IDF_TARGET)
22
3+ set (srcs "" )
4+
35if (${idf_target} STREQUAL "linux" )
46 return () # This component is not supported by the POSIX/Linux simulator
57endif ()
Original file line number Diff line number Diff line change 11#
22# Warn if the toolchain version doesn't match
33#
4+ idf_build_get_property(target IDF_TARGET)
5+
46if (NOT (${target} STREQUAL "linux" OR CMAKE_C_COMPILER_ID MATCHES "Clang" ))
57 execute_process (
68 COMMAND ${CMAKE_C_COMPILER} -dumpmachine
Original file line number Diff line number Diff line change 11idf_build_get_property(target IDF_TARGET)
2+ set (srcs "" )
23
34if (CONFIG_LWIP_ENABLE)
45 if (NOT ${target} STREQUAL "linux" )
Original file line number Diff line number Diff line change 6666 "src/picolibc/open_memstream.c" )
6767endif ()
6868
69+ set (ldfragments "" )
6970list (APPEND ldfragments "src/newlib.lf" "src/system_libs.lf" )
7071
7172if (CONFIG_SPIRAM_CACHE_WORKAROUND)
Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ if(${target} STREQUAL "linux")
77 return ()
88endif ()
99
10+ set (sources "" )
11+
1012list (APPEND sources "vfs.c"
1113 "vfs_eventfd.c"
1214 "vfs_semihost.c"
You can’t perform that action at this time.
0 commit comments