summaryrefslogtreecommitdiff
path: root/nuttx/lib/termios
Commit message (Expand)AuthorAgeFilesLines
* The termios c_speed field cannot be 'const'patacongo2012-10-201-6/+1
* Make the lib/ subdirectory build more like other directoriespatacongo2012-08-131-3/+14
* Add PM support for the STM32F4Discovery -- still a work in progresspatacongo2012-07-251-1/+10
* Combine cfset[o|i]speed to cfsetspeed; combine cfget[o|i]speed for cfgetspeedpatacongo2012-07-245-215/+29
* Remove BOTHERpatacongo2012-07-244-28/+46
* Baud definitions (B9600 for example) are again encoded; Now supports the BOTH...patacongo2012-07-234-36/+30
* Loosen up termios interfaces to allow more flexible baud settings; remove AIX...patacongo2012-07-228-359/+32
* Add support for extended BAUD settingspatacongo2012-07-225-2/+345
* Missed a couple of files in the last check-inpatacongo2012-07-212-0/+176
* Use NuttX types in FreeModBus port; Add FreeModBus demo at apps/examples/modb...patacongo2012-07-214-1/+279
* Move serial header files to include/nuttx/serialpatacongo2012-03-212-2/+2
* Add David Hewson's corrections to the LPC214x USB device driver; Add LPC214x ...patacongo2012-02-021-1/+1
* Add tcsetattr and tcgetattrpatacongo2012-02-013-0/+255