feat(lp-core): allow custom cmakefile project file for ULP project

This commit is contained in:
Marius Vikhammer
2024-07-05 14:08:15 +08:00
parent f6c42041a4
commit b6208df463
19 changed files with 551 additions and 218 deletions

View File

@@ -6,6 +6,7 @@ set(CMAKE_C_COMPILER "xtensa-esp32s2-elf-gcc")
set(CMAKE_CXX_COMPILER "xtensa-esp32s2-elf-g++")
set(CMAKE_ASM_COMPILER "esp32ulp-elf-as")
set(CMAKE_OBJCOPY "esp32ulp-elf-objcopy")
set(CMAKE_LINKER "esp32ulp-elf-ld")
set(CMAKE_ASM${ASM_DIALECT}_COMPILE_OBJECT "${CMAKE_ASM${ASM_DIALECT}_COMPILER} \