Files
rt-thread/components/drivers
Runcheng Lu ec9eaadf85 [fix] components: serial_v2: preserve RT_DEVICE_FLAG_STREAM when reopening serial device
- The serial_fops_open function closes and reopens the serial device,but the RT_DEVICE_FLAG_STREAM flag was not preserved across the close/open cycle. This change saves the STREAM flag before close and restores it during reopen to ensure consistent behavior.

Signed-off-by: Runcheng Lu <runcheng.lu@hpmicro.com>
2026-05-20 10:05:02 +08:00
..
2026-05-08 20:18:31 +08:00