mirror of
https://github.com/espressif/esp-idf.git
synced 2026-05-05 20:35:08 +02:00
feat(lp-core): allow custom cmakefile project file for ULP project
This commit is contained in:
@@ -6,6 +6,7 @@ set(CMAKE_C_COMPILER "xtensa-esp32-elf-gcc")
|
||||
set(CMAKE_CXX_COMPILER "xtensa-esp32-elf-g++")
|
||||
|
||||
set(CMAKE_ASM_COMPILER "esp32ulp-elf-as")
|
||||
set(CMAKE_OBJCOPY "esp32ulp-elf-objcopy")
|
||||
set(CMAKE_LINKER "esp32ulp-elf-ld")
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user