Merge branch 'bugfix/make_link_libc_psram' into 'master'

esp32: also add -mfix-esp32-psram-cache-issue to LDFLAGS

See merge request espressif/esp-idf!5643
This commit is contained in:
Ivan Grokhotkov 2019-07-29 19:01:12 +08:00
commit b4e850a4b1

View File

@ -2,6 +2,7 @@
ifdef CONFIG_SPIRAM_CACHE_WORKAROUND
CFLAGS+=-mfix-esp32-psram-cache-issue
CXXFLAGS+=-mfix-esp32-psram-cache-issue
LDFLAGS+=-mfix-esp32-psram-cache-issue
endif
# Enable dynamic esp_timer overflow value if building unit tests