OVMS3-idf/components/mbedtls
Konstantin Kondrashov 8f80cc733d soc: Change DPORT access
When two CPUs read the area of the DPORT and the area of the APB, the result is corrupted for the CPU that read the APB area.
And another CPU has valid data.

The method of eliminating this error.
Before reading the registers of the DPORT, make a preliminary reading of the APB register.
In this case, the joint access of the two CPUs to the registers of the APB and the DPORT is successful.
2018-05-14 17:54:57 +05:00
..
mbedtls@b3a48ac894 mbedtls: re-add version 2.9.0 as a submodule 2018-05-09 23:15:28 +08:00
port soc: Change DPORT access 2018-05-14 17:54:57 +05:00
test mbedtls: update usage of deprecated mbedtls_shaX APIs 2018-05-09 23:15:28 +08:00
component.mk mbedtls: re-add version 2.9.0 as a submodule 2018-05-09 23:15:28 +08:00
Kconfig mbedtls: Remove "unsafe" warning, enable AES by default & make SHA/MPI optional 2017-08-25 16:08:03 +10:00
Makefile.projbuild mbedtls: enable deprecation warnings when building unit tests 2018-05-09 23:15:28 +08:00