Integrate gf-emc-test-suite/rs485-arbitrary-baud-rates-PBB-43
requested to merge integrate/gf-emc-test-suite/rs485-arbitrary-baud-rates-PBB-43/into/kirkstone into kirkstone
Commit: seco-ne/tools/gf-emc-test-suite@981be2fa
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.
--
Commit: seco-ne/tools/gf-emc-test-suite@ccb24247
rs485echo: Support more baudrates using 'custom_devisor' way