File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,8 @@ set(CMAKE_CXX_COMPILER "xtensa-esp32s3-elf-g++")
88set (CMAKE_ASM_COMPILER "esp32ulp-elf-as" )
99set (CMAKE_LINKER "esp32ulp-elf-ld" )
1010
11- # Use ESP32-S2 ULP tools here, because ESP32-S3 uses the same ULP coprocessor type
1211set (CMAKE_ASM${ASM_DIALECT} _COMPILE_OBJECT "${CMAKE_ASM${ASM_DIALECT} _COMPILER} \
13- --mcpu=esp32s2 <DEFINES> <INCLUDES> -o <OBJECT> -c <SOURCE>" )
14- set (CMAKE_EXE_LINKER_FLAGS "-A elf32-esp32s2ulp -nostdlib" CACHE STRING "ULP Linker Base Flags" )
12+ --mcpu=esp32s3 <DEFINES> <INCLUDES> -o <OBJECT> -c <SOURCE>" )
13+ set (CMAKE_EXE_LINKER_FLAGS "-A elf32-esp32s3ulp -nostdlib" CACHE STRING "ULP Linker Base Flags" )
1514set (CMAKE_ASM_LINK_EXECUTABLE "${CMAKE_LINKER} <FLAGS> <CMAKE_ASM_LINK_FLAGS> \
1615 <LINK_FLAGS> <OBJECTS> -o <TARGET> <LINK_LIBRARIES>" )
You can’t perform that action at this time.
0 commit comments