aboutsummaryrefslogtreecommitdiff
path: root/nuttx/drivers/serial
Commit message (Expand)AuthorAgeFilesLines
* Cleanup, WIP, needs a NuttX checkout to Firmware/NuttX nowLorenz Meier2013-06-016-3963/+0
* Merge commit '049c93446561c6ad3e59183c139f3916230ddee5' into nuttx-merge-5596px4dev2013-02-062-15/+209
|\
| * 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-312-6/+134
* | 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-012-18/+22
| |\|
* | | Merge branch 'master' into nuttx-merge-5447px4dev2013-01-112-18/+22
|\ \ \ | | |/ | |/|
| * | configs/xtrs/nsh and pashello now use kconfig-frontends and build Windows nativepatacongo2012-12-092-3/+7
| * | configs/xtrs/ostest converted to kconfig-frontend and Windows nativepatacongo2012-12-081-15/+15
| * | Resync new repository with old repo r5166patacongo2012-09-176-0/+3535
| /
* | 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'px4dev2012-09-142-60/+824
|\
| * Shenzhou board is first to use ONLY Kconfig for configurationpatacongo2012-09-081-48/+48
| * Add Kconfig settings for the LPC17xxpatacongo2012-09-052-62/+472
| * Refactor serial configuratin; AVR teensy Kconfig now buildspatacongo2012-09-051-0/+354
| * Kconfig changes + back out part of last check-in: The 2STOP setting must be ...patacongo2012-09-041-12/+12
* | 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-154-61/+62
| * More Kconfig filespatacongo2012-04-181-0/+4
| * drivers/serial: Don't disable Rx interrrupts on each characterpatacongo2012-04-181-19/+56
| * Kconfig updatespatacongo2012-04-141-18/+3
| * Minor kconfig fixespatacongo2012-04-131-0/+16
| * Kconfig updatepatacongo2012-04-131-0/+280
| * Add kconfig documentationpatacongo2012-04-061-1/+1
| * Adding skeleton Kconfig files (part 1 of 2)patacongo2012-04-061-0/+4
| * 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-213-4/+4
| * Move file-system header files to include/nuttx/fspatacongo2012-03-213-3/+3
| * Add logic so that a RAM log can be used in place of a console devicepatacongo2012-02-111-5/+5
| * Move lib/stdio/lib_fgets.c to apps/system/readline; simplify fgets(); use rea...patacongo2012-02-011-2/+2
| * Completes coding of the PWM modulepatacongo2011-12-195-0/+2294
* Fresh import of the PX4 firmware sources.px4dev2012-08-046-0/+2672