1
0
mirror of https://github.com/espressif/esp-idf synced 2025-04-03 13:20:08 -04:00
Angus Gratton 24fab0b7a9 hwcrypto sha: Allow SHA contexts to be shared between tasks
Previously, hardware SHA engine "locks" were mutex semaphores. This meant that the task which
started a particular SHA session (in hardware) needed to finalise that session, or an invalid
FreeRTOS state was created.

Replace with binary semaphore which can be shared between tasks.

Includes a unit test, but unit test doesn't crash even without this fix
(some other unknown condition is required).
2019-01-23 18:18:13 +08:00
..
2019-01-16 22:04:49 +08:00
2019-01-16 22:04:49 +08:00
2018-08-20 16:49:20 +08:00
2018-07-09 14:36:06 +08:00
2018-10-21 15:11:45 +08:00
2018-10-08 19:55:13 +08:00
2018-10-08 19:55:13 +08:00