aboutsummaryrefslogtreecommitdiff
path: root/nuttx/drivers/serial
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'NuttX/master'px4dev2012-09-142-60/+824
|\
| * Shenzhou board is first to use ONLY Kconfig for configurationpatacongo2012-09-081-48/+48
| | | | | | | | git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5114 7fd9a85b-ad96-42d3-883c-3090e2eb8679
| * Add Kconfig settings for the LPC17xxpatacongo2012-09-052-62/+472
| | | | | | | | git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5094 7fd9a85b-ad96-42d3-883c-3090e2eb8679
| * Refactor serial configuratin; AVR teensy Kconfig now buildspatacongo2012-09-051-0/+354
| | | | | | | | git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5092 7fd9a85b-ad96-42d3-883c-3090e2eb8679
| * Kconfig changes + back out part of last check-in: The 2STOP setting must be ↵patacongo2012-09-041-12/+12
| | | | | | | | | | | | integer 0/1, not boolean git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5086 7fd9a85b-ad96-42d3-883c-3090e2eb8679
* | Merge branch 'NuttX/master' from git-svn-id: ↵px4dev2012-08-141-47/+194
|\| | | | | | | https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5027 7fd9a85b-ad96-42d3-883c-3090e2eb8679
| * Make the lib/ subdirectory build more like other directoriespatacongo2012-08-131-8/+14
| | | | | | | | git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5025 7fd9a85b-ad96-42d3-883c-3090e2eb8679
| * drivers/serial/serial.c open, read, write, and poll methods will not return ↵patacongo2012-08-121-38/+179
| | | | | | | | | | | | a short transfer or an EINTR error if a signal is received while waiting (only) git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5022 7fd9a85b-ad96-42d3-883c-3090e2eb8679
| * drivers/, drivers/pipes, and drivers/serial file clean-uppatacongo2012-07-154-61/+62
| | | | | | | | git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4944 7fd9a85b-ad96-42d3-883c-3090e2eb8679
| * More Kconfig filespatacongo2012-04-181-0/+4
| | | | | | | | git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4632 7fd9a85b-ad96-42d3-883c-3090e2eb8679
| * drivers/serial: Don't disable Rx interrrupts on each characterpatacongo2012-04-181-19/+56
| | | | | | | | git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4631 7fd9a85b-ad96-42d3-883c-3090e2eb8679
| * Kconfig updatespatacongo2012-04-141-18/+3
| | | | | | | | git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4606 7fd9a85b-ad96-42d3-883c-3090e2eb8679
| * Minor kconfig fixespatacongo2012-04-131-0/+16
| | | | | | | | git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4600 7fd9a85b-ad96-42d3-883c-3090e2eb8679
| * Kconfig updatepatacongo2012-04-131-0/+280
| | | | | | | | git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4599 7fd9a85b-ad96-42d3-883c-3090e2eb8679
| * Add kconfig documentationpatacongo2012-04-061-1/+1
| | | | | | | | git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4567 7fd9a85b-ad96-42d3-883c-3090e2eb8679
| * Adding skeleton Kconfig files (part 1 of 2)patacongo2012-04-061-0/+4
| | | | | | | | git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4564 7fd9a85b-ad96-42d3-883c-3090e2eb8679
| * A couple of fixes to common and STM32 serial handling to fix some data ↵patacongo2012-04-021-3/+6
| | | | | | | | | | | | overrun conditions git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4550 7fd9a85b-ad96-42d3-883c-3090e2eb8679
| * Move serial header files to include/nuttx/serialpatacongo2012-03-213-4/+4
| | | | | | | | git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4500 7fd9a85b-ad96-42d3-883c-3090e2eb8679
| * Move file-system header files to include/nuttx/fspatacongo2012-03-213-3/+3
| | | | | | | | git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4499 7fd9a85b-ad96-42d3-883c-3090e2eb8679
| * Add logic so that a RAM log can be used in place of a console devicepatacongo2012-02-111-5/+5
| | | | | | | | git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4380 7fd9a85b-ad96-42d3-883c-3090e2eb8679
| * Move lib/stdio/lib_fgets.c to apps/system/readline; simplify fgets(); use ↵patacongo2012-02-011-2/+2
| | | | | | | | | | | | readline instead of fgets in NSH git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4356 7fd9a85b-ad96-42d3-883c-3090e2eb8679
| * Completes coding of the PWM modulepatacongo2011-12-195-0/+2294
| | | | git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4200 7fd9a85b-ad96-42d3-883c-3090e2eb8679
* Fresh import of the PX4 firmware sources.px4dev2012-08-046-0/+2672