Files
esp-idf/components/esp32
Angus Gratton 36b65c8498 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:38 +08:00
..
2019-01-16 22:23:04 +08:00
2018-09-13 11:13:27 +08:00
2017-10-18 14:19:19 +08:00
2018-04-04 22:57:45 +08:00
2017-10-18 14:19:19 +08:00
2017-11-27 18:47:40 +08:00
2018-09-25 13:43:55 +08:00
2016-08-17 23:08:22 +08:00
2017-10-18 14:19:16 +08:00
2018-10-11 12:22:34 +08:00
2018-10-11 12:22:34 +08:00
2018-10-11 12:22:34 +08:00