mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
dc34d4986a
This fix adds a workaround to disable compiler optimization flag "-ftree-loop-distribute-patterns" for `mpi_to_mem_block` routine. It was observed that compiler with release configuration was falling back to `memset` call from ROM library causing an issue in correctly zero initializing MPI peripheral block. Please see following linked issue for more discussion and context on this issue. Closes https://github.com/espressif/esp-idf/issues/8710 Closes https://github.com/espressif/esp-idf/issues/9371 Closes https://github.com/espressif/esp-idf/issues/9256 Closes IDFGH-7102 Closes IDFGH-7842 Closes IDFGH-7714 Closes IDFCI-1452 Closes IDF-6029 |
||
---|---|---|
.. | ||
aes | ||
crypto_shared_gdma | ||
dynamic | ||
ecc | ||
esp32 | ||
esp32c3 | ||
esp32h2 | ||
esp32s2 | ||
esp32s3 | ||
esp_ds | ||
include | ||
md | ||
sha | ||
esp_bignum.c | ||
esp_hardware.c | ||
esp_mem.c | ||
esp_timing.c | ||
mbedtls_debug.c | ||
net_sockets.c |