mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Added autodetection of available baud rates
Various platforms supports different baud rates. To avoid adding platform specific handling generic baud rate detection tests are introduced in the configure script. Successfully detected baud rates are automatically enabled. This applies to both the C code and the bash completion script. Note: Baud rates below 57600 are defined by POSIX-1 and supported by most platforms so only baud rate 57600 and above are tested.
This commit is contained in:
parent
f4cba8ebfb
commit
8eb0e6d874
5 changed files with 70 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -21,3 +21,4 @@ src/include/config.h.in~
|
|||
src/include/stamp-h1
|
||||
*.swp
|
||||
/tio-*
|
||||
/src/bash-completion/tio
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue