summaryrefslogtreecommitdiff
path: root/nuttx/arch/z16/src/z16f/z16f_serial.c
Commit message (Expand)AuthorAgeFilesLines
* LPC17xx serial now supports minimal termios ioctls; serial driver ioctl metho...patacongo2012-07-311-2/+1
* Move serial header files to include/nuttx/serialpatacongo2012-03-211-1/+1
* Add logic so that a RAM log can be used in place of a console devicepatacongo2012-02-111-5/+5
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-161-1/+1
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-161-68/+70
* Added low-level console driverpatacongo2008-01-301-8/+22
* Fix some Z16F serial bugspatacongo2008-01-291-29/+26
* Z16F Debugpatacongo2008-01-291-2/+2
* Basic Z16F serial driver functionalitypatacongo2008-01-281-1/+1
* Z16F compile/link with all OS features enabledpatacongo2008-01-281-22/+23
* Code completepatacongo2008-01-281-80/+112
* Structure serial driver interface to support different interrupt architecturespatacongo2008-01-261-28/+92
* Fix a16f serial bugspatacongo2008-01-261-20/+15
* Adding context switching logicpatacongo2008-01-231-1/+1
* Add preliminary support for Z16F serial portpatacongo2008-01-231-0/+701