Files
tinyUSB/src/portable
Jerzy Kasenberg 36b6ed8ff9 nrf5x: Fix EP OUT race conditions in OS build
When two tasks entered dcd_edpt_xfer() it was possible that
first disabled interrupt to setup total_len and actual_len
but second task for another endpoint enabled interrupt
between total_len and actual_len resulting in race
condition with interrupt, hence mutex is added on top of interrupt being blocked.
2022-01-19 09:48:04 +01:00
..
2022-01-17 09:14:41 +01:00
2021-12-02 00:03:44 +07:00
2021-10-24 14:39:02 +07:00
2021-12-01 12:14:44 +07:00