Files
esp-idf/components/esp32
Angus Gratton f3277cf2dc 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 04:59:44 +00:00
..
2019-01-16 22:41:17 +08:00
2019-01-16 22:41:17 +08:00
2018-08-20 16:49:20 +08:00
2018-12-18 15:58:47 +08:00
2018-07-09 14:36:06 +08:00
2018-10-21 15:11:45 +08:00
2019-01-15 14:26:05 +08:00