OVMS3-idf/components/soc
Konstantin Kondrashov 8bba348528 aes/sha/mpi: Bugfix a use of shared registers.
This commit resolves a blocking in esp_aes_block function.

Introduce:
The problem was in the fact that AES is switched off at the moment when he should give out the processed data. But because of the disabled, the operation can not be completed successfully, there is an infinite hang. The reason for this behavior is that the registers for controlling the inclusion of AES, SHA, MPI have shared registers and they were not protected from sharing.

Fix some related issue with shared using of AES SHA RSA accelerators.

Closes: https://github.com/espressif/esp-idf/issues/2295#issuecomment-432898137
2018-11-05 04:22:47 +00:00
..
esp32 aes/sha/mpi: Bugfix a use of shared registers. 2018-11-05 04:22:47 +00:00
include/soc test: fix the unit test fail issue under single_core config 2018-10-31 17:04:32 +08:00
src soc: Allow components to reserve fixed memory ranges that they need 2018-08-06 01:37:55 +00:00
test cmake: Add support for test build 2018-10-20 12:07:24 +08:00
CMakeLists.txt cmake: make main a component again 2018-09-11 09:44:12 +08:00
component.mk soc/rtc_clk: reduce data size by disabling CSWTCH generation 2018-08-21 13:02:46 +08:00