summaryrefslogtreecommitdiff
path: root/examples/device/hid_boot_interface
diff options
context:
space:
mode:
authorJerzy Kasenberg <[email protected]>2022-01-14 09:44:38 +0100
committerJerzy Kasenberg <[email protected]>2022-01-19 09:48:04 +0100
commit36b6ed8ff9035ad0c2e75de92e08799dc3a4b7ed (patch)
tree579f70351115b119f26e51847c3110497a2cdfe1 /examples/device/hid_boot_interface
parent980ffe3b4e41ce5e43c3e8ae13f605f7d7b50b7f (diff)
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.
Diffstat (limited to 'examples/device/hid_boot_interface')
0 files changed, 0 insertions, 0 deletions