mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
8220b2bb34
These were called from IRAM context where the caller expect them to be inlined and accessible when cache is disabled. This was not the case when compiled with -O0. Closes https://github.com/espressif/esp-idf/issues/8301
4 lines
96 B
Plaintext
4 lines
96 B
Plaintext
CONFIG_IDF_TARGET="esp32"
|
|
TEST_COMPONENTS=esp_ipc spi_flash
|
|
CONFIG_COMPILER_OPTIMIZATION_NONE=y
|