Zhang Jianfei
Results
2
issues of
Zhang Jianfei
It's ok to add the respository's collaborations , but can't delete the user in the respository's collaborations user or team.
在使用posix termios进行串口设置时,使用`TCSETA`进行串口配置变更,在如下位置获取了当前串口的`config`项,在本次配置流程中可以确保设置为正确的期望状态,但是对该`config`的修改并未作用到rtt中的串口控制结构体的`config`中,其还保留了旧配置参数,导致在再使用`TCGETA`时获取的为旧配置参数,即导致了串口配置参数与实际状态的分离,是否应在该处取指针来直接将修改作用至串口控制结构体中的`config`上? https://github.com/RT-Thread/rt-thread/blob/f8cf8341af4c7fdd14efdbe125ff38657e4d83fd/components/drivers/serial/serial.c#L1070
v5.0.0