aboutsummaryrefslogtreecommitdiff
path: root/nuttx/drivers/serial/serial.c
Commit message (Expand)AuthorAgeFilesLines
* Cleanup, WIP, needs a NuttX checkout to Firmware/NuttX nowLorenz Meier2013-06-011-1377/+0
* Merge commit '049c93446561c6ad3e59183c139f3916230ddee5' into nuttx-merge-5596px4dev2013-02-061-15/+206
|\
| * drivers/serial.c: Fix some race conditions. Some bad things code happen if w...patacongo2013-02-021-29/+75
| * Last minute 6.25 changepatacongo2013-02-011-18/+33
| * Misc clean; mark assertions as non-returning; allow toolchain prefix to be ov...patacongo2013-01-311-1/+6
| * Fix readline return value; Add support for removable serial devicespatacongo2013-01-311-6/+131
* | Merge commit 'eaf1d8063cc707b1041e8583663d9edd45f42c5d' into nuttx-merge-5447px4dev2013-01-111-1/+1
|\ \
| * | Build system updates to match the NuttX merge.px4dev2013-01-011-1/+1
| * | Merge commit '0f2decb70f505b108999fcdb80e89d7aae6760ce' into nuttx-merge-0f2decbpx4dev2013-01-011-1/+3
| |\|
* | | Merge branch 'master' into nuttx-merge-5447px4dev2013-01-111-1/+3
|\ \ \ | | |/ | |/|
| * | configs/xtrs/nsh and pashello now use kconfig-frontends and build Windows nativepatacongo2012-12-091-1/+3
| * | Resync new repository with old repo r5166patacongo2012-09-171-0/+954
| /
* | Merge commit '920608bf3671662f94b4939ffdaf6fde2b08edff'px4dev2013-01-061-2/+4
|\ \
| * | serial: fixed up FIONREAD and FIONWRITEAndrew Tridgell2013-01-031-4/+12
| * | Add FIONWRITE to allow applications to sniff the amount of writable space on ...px4dev2013-01-031-0/+21
| |/
* | Fix the handling of FIONREAD/FIONWRITE; thanks Tridge.px4dev2013-01-041-3/+17
* | Add FIONWRITE to allow applications to sniff the amount of writable space on ...px4dev2013-01-031-0/+21
|/
* Improved termios support for the STM32 UART driver. Also add a little more t...px4dev2012-11-241-71/+216
* Fix logic bug in ONLCR processing.px4dev2012-11-021-1/+1
* Merge branch 'NuttX/master' from git-svn-id: https://nuttx.svn.sourceforge.n...px4dev2012-08-141-47/+194
|\
| * Make the lib/ subdirectory build more like other directoriespatacongo2012-08-131-8/+14
| * drivers/serial/serial.c open, read, write, and poll methods will not return a...patacongo2012-08-121-38/+179
| * drivers/, drivers/pipes, and drivers/serial file clean-uppatacongo2012-07-151-1/+1
| * More Kconfig filespatacongo2012-04-181-0/+4
| * drivers/serial: Don't disable Rx interrrupts on each characterpatacongo2012-04-181-19/+56
| * A couple of fixes to common and STM32 serial handling to fix some data overru...patacongo2012-04-021-3/+6
| * Move serial header files to include/nuttx/serialpatacongo2012-03-211-1/+1
| * Move file-system header files to include/nuttx/fspatacongo2012-03-211-1/+1
| * Add logic so that a RAM log can be used in place of a console devicepatacongo2012-02-111-5/+5
| * Completes coding of the PWM modulepatacongo2011-12-191-0/+763
* Fresh import of the PX4 firmware sources.px4dev2012-08-041-0/+855