forked from espressif/esp-idf
ulp: Updated ULP CMakeLists.txt to output binary with .elf extension
This commit updates the ULP CMakeLists.txt to output the ULP binary with a .elf extension. Currently the output file does not use any extension.
This commit is contained in:
@@ -3,6 +3,7 @@ cmake_minimum_required(VERSION 3.16)
|
|||||||
include(${IDF_PATH}/tools/cmake/idf.cmake)
|
include(${IDF_PATH}/tools/cmake/idf.cmake)
|
||||||
project(${ULP_APP_NAME} ASM C)
|
project(${ULP_APP_NAME} ASM C)
|
||||||
add_executable(${ULP_APP_NAME})
|
add_executable(${ULP_APP_NAME})
|
||||||
|
set(CMAKE_EXECUTABLE_SUFFIX ".elf")
|
||||||
|
|
||||||
option(ULP_COCPU_IS_RISCV "Use RISC-V based ULP" OFF)
|
option(ULP_COCPU_IS_RISCV "Use RISC-V based ULP" OFF)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user