esp-idf/components/mbedtls
Laukik Hase d53d4ec930 esp32/mpi: Added alternate workaround for MPI data corruption issue
- Use DPORT_WRITE_REG (volatile writes) wrappers to write to the
  MPI peripheral
- Updated the previous workaround added for the same issue as it
  was failing in some long runs and with `COMPILER_OPTIMIZATION_PERF`
  enabled.
- The test performance numbers had to be updated due to the
  performance penalty introduced by this fix.

Closes https://github.com/espressif/esp-idf/issues/10403
2023-03-06 06:43:17 +00:00
..
esp_crt_bundle Tools: Fix flake8 version 5 warnings 2022-08-12 15:36:11 +02:00
mbedtls@e39975969d mbedtls: Update to v3.3.0 2023-02-19 03:53:02 +00:00
port esp32/mpi: Added alternate workaround for MPI data corruption issue 2023-03-06 06:43:17 +00:00
test mbedtls/ecp: Fix incorrect ECP parameter value 2023-02-08 21:35:49 +05:30
CMakeLists.txt mbedtls: GCM implementation is replaced with CTR-based calculation 2023-01-09 18:37:07 +05:30
Kconfig mbedtls: Update config options as per v3.3.0 release 2023-02-19 03:53:02 +00:00