espressif's ESP-IDF port (#4270)

JerryScript-DCO-1.0-Signed-off-by: Philippe pgu-swir@users.noreply.github.com


Co-authored-by: Philippe <pgu-swir@users.noreply.github.com>
This commit is contained in:
Philippe
2020-10-21 10:56:59 -07:00
committed by GitHub
parent 8a0a86e3c7
commit f303017542
10 changed files with 513 additions and 0 deletions
+10
View File
@@ -86,6 +86,16 @@ if("${PLATFORM}" STREQUAL "DARWIN")
set(ENABLE_STRIP_MESSAGE " (FORCED BY PLATFORM)")
endif()
if("${PLATFORM}" STREQUAL "ESP-IDF")
set(JERRY_LIBM OFF)
set(ENABLE_LTO OFF)
set(ENABLE_STRIP OFF)
set(JERRY_LIBM_MESSAGE " (FORCED BY PLATFORM)")
set(ENABLE_LTO_MESSAGE " (FORCED BY PLATFORM)")
set(ENABLE_STRIP_MESSAGE " (FORCED BY PLATFORM)")
endif()
if(USING_TI)
set(ENABLE_STRIP OFF)