summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/lpc43xx/lpc43_serial.c
Commit message (Expand)AuthorAgeFilesLines
* Useless TIOCSERGSTRUCT logic in most serial drivers is not compiled unless CO...Gregory Nutt2013-04-251-1/+3
* Remove up_assert_codeGregory Nutt2013-04-251-1/+1
* Some NuTiny-SDK-NUC120 size reduction; All serial driver vtables should be st...patacongo2013-02-271-1/+1
* LPC17xx serial now supports minimal termios ioctls; serial driver ioctl metho...patacongo2012-07-311-4/+2
* Combine cfset[o|i]speed to cfsetspeed; combine cfget[o|i]speed for cfgetspeedpatacongo2012-07-241-2/+5
* Ooops.. c_speed is now read-onlypatacongo2012-07-241-0/+42
* Add completed but untested support for RS-485 on the LPC43xxpatacongo2012-07-201-5/+164
* Add infrastructure to support RS-485 on the LPC43xx (logic still incomplete)patacongo2012-07-201-0/+60
* LPC43 Need to use fractional dividers to get the low-level UART BAUD correctpatacongo2012-07-111-129/+1
* Add a generic GCC stdarg.h header filepatacongo2012-07-081-0/+3
* Finishes LPC43xx uart bard configuration; LPC43 is ready to begin testingpatacongo2012-07-071-46/+138
* Straighten out LPC32 UART clocking (still some baud calculation issues)patacongo2012-07-071-276/+56
* Fix typo in STM32 header filespatacongo2012-07-061-7/+6
* More LPC43 files in various states of workpatacongo2012-07-051-0/+1452