summaryrefslogtreecommitdiff
path: root/nuttx/include/termios.h
Commit message (Expand)AuthorAgeFilesLines
* Add isatty() function. From Alan Carvalho de AssisGregory Nutt2014-10-271-0/+4
* Cosmetic changesGregory Nutt2014-10-271-10/+11
* More trailing whilespace removalGregory Nutt2014-04-131-2/+2
* Add flow control support to the STM32 serial driver; Fix some issues with UAR...Gregory Nutt2013-06-061-0/+3
* The termios c_speed field cannot be 'const'patacongo2012-10-201-1/+1
* Add PM support for the STM32F4Discovery -- still a work in progresspatacongo2012-07-251-2/+2
* Combine cfset[o|i]speed to cfsetspeed; combine cfget[o|i]speed for cfgetspeedpatacongo2012-07-241-12/+58
* Remove BOTHERpatacongo2012-07-241-51/+48
* Baud definitions (B9600 for example) are again encoded; Now supports the BOTH...patacongo2012-07-231-119/+118
* Loosen up termios interfaces to allow more flexible baud settings; remove AIX...patacongo2012-07-221-28/+48
* Use NuttX types in FreeModBus port; Add FreeModBus demo at apps/examples/modb...patacongo2012-07-211-0/+4
* Add tcsetattr and tcgetattrpatacongo2012-02-011-8/+8
* Misc compilation warning cleanuppatacongo2011-12-101-5/+5
* Add termios header files; add files missed in last commitpatacongo2011-07-011-0/+236