Files
nuttx/drivers
Jukka Laitinen 1210dc4919 drivers/usbdev/cdcacm: Add a mutex around driver initialize / uninitialize
This protects the driver in case multiple threads are trying to initialize
or uninitialize the cdcacm concurrently.

Note that this only protects the case when the private pointer is not managed
outside the kernel. If someone has acquired the pointer to the driver and uses
that, it also needs to manage the protection itself if needed.

Signed-off-by: Jukka Laitinen <jukka.laitinen@tii.ae>
2025-10-11 00:47:02 +08:00
..
2025-05-28 10:17:15 +08:00
2025-09-17 08:54:58 +08:00
2025-05-28 10:17:15 +08:00
2025-09-25 16:24:18 +08:00
2025-08-16 19:49:08 +08:00