فهرست منبع

Merge branch 'feature/ulp_elf_output' into 'master'

ulp: Updated ULP CMakeLists.txt to output binary with .elf extension

Closes IDF-3060

See merge request espressif/esp-idf!22414
Sudeep Mohanty 3 سال پیش
والد
کامیت
522a216385
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      components/ulp/cmake/CMakeLists.txt

+ 1 - 0
components/ulp/cmake/CMakeLists.txt

@@ -3,6 +3,7 @@ cmake_minimum_required(VERSION 3.16)
 include(${IDF_PATH}/tools/cmake/idf.cmake)
 project(${ULP_APP_NAME} ASM C)
 add_executable(${ULP_APP_NAME})
+set(CMAKE_EXECUTABLE_SUFFIX ".elf")
 
 option(ULP_COCPU_IS_RISCV "Use RISC-V based ULP" OFF)