rs485echo: Support all baudrates using termios2 ioctl directly from kernel header
The kernel has support for setting the baudrate as integer using BOTHER as id with the termios2 struct. It seems that this is not yet supported in the libc, so we are using kernel headers directly.
parent
ccb24247
No related branches found
No related tags found
Showing
- testcases/rs485echo/Makefile 3 additions, 3 deletionstestcases/rs485echo/Makefile
- testcases/rs485echo/rs485echo.c 23 additions, 38 deletionstestcases/rs485echo/rs485echo.c
- testcases/rs485echo/termios2.c 35 additions, 0 deletionstestcases/rs485echo/termios2.c
- testcases/rs485echo/termios2.h 2 additions, 0 deletionstestcases/rs485echo/termios2.h
Loading
-
mentioned in commit seco-ne/yocto/manifest@480cc5a0
-
mentioned in merge request seco-ne/yocto/manifest!1923 (merged)
Please register or sign in to comment