mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-31 19:24:33 +02:00
cmake: Fix SPIRAM options
This commit is contained in:
committed by
Angus Gratton
parent
88df8fd293
commit
bc1693aae3
@@ -31,7 +31,7 @@ else()
|
||||
target_link_libraries(esp32 "-T esp32.peripherals.ld")
|
||||
|
||||
if(CONFIG_SPIRAM_CACHE_WORKAROUND)
|
||||
target_link_libraries(esp32 ${CMAKE_CURRENT_SOURCE_DIR}/libstdc++-psram-workaround.a)
|
||||
add_compile_options(-mfix-esp32-psram-cache-issue)
|
||||
else()
|
||||
target_link_libraries(esp32 "-T esp32.rom.spiram_incompatible_fns.ld")
|
||||
endif()
|
||||
|
Reference in New Issue
Block a user