Преглед изворни кода

ulp: fix typo in peripherals ld file names

Ivan Grokhotkov пре 3 година
родитељ
комит
9aecfe2b9d

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

@@ -85,7 +85,7 @@ if(ULP_COCPU_IS_RISCV)
     #Makes the csr utillies for riscv visible:
     target_include_directories(${ULP_APP_NAME} PRIVATE "${IDF_PATH}/components/ulp/ulp_riscv/ulp_core/include"
                                                        "${IDF_PATH}/components/ulp/ulp_riscv/shared/include")
-    target_link_options(${ULP_APP_NAME} PRIVATE -T ${IDF_PATH}/components/ulp/ld/${IDF_TARGET}.periperals.ld)
+    target_link_options(${ULP_APP_NAME} PRIVATE SHELL:-T ${IDF_PATH}/components/ulp/ld/${IDF_TARGET}.peripherals.ld)
     target_compile_definitions(${ULP_APP_NAME} PRIVATE IS_ULP_COCPU)
 
 else()

+ 0 - 0
components/ulp/ld/esp32s2.periperals.ld → components/ulp/ld/esp32s2.peripherals.ld


+ 0 - 0
components/ulp/ld/esp32s3.periperals.ld → components/ulp/ld/esp32s3.peripherals.ld