mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-19 03:22:47 +08:00
In SMP systems, the interrupt handler may run concurrently with tasks trying to transmit. Properly protect the transmit state through the device lock. Simplify the transmit process. Close #5552. Signed-off-by: Sebastian Huber <sebastian.huber@embedded-brains.de>