summaryrefslogtreecommitdiff
path: root/nuttx/arch/z80/src/ez80/ez80_serial.c
Commit message (Expand)AuthorAgeFilesLines
* Remove os_internal.h it has been replace by several new header files under sc...Gregory Nutt2014-08-081-1/+0
* Add serial method so that lower half driver can provide RX flow control infor...Gregory Nutt2014-05-081-0/+3
* More trailing whilespace removalGregory Nutt2014-04-131-2/+2
* 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
* Change how UARTs are enabled for i.MX, M16C, and ez80 to make them compatible...patacongo2012-11-201-15/+15
* 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
* Add one more font; Fix ez80 serial bugpatacongo2011-07-291-5/+5
* Add apps/examples/nxhello -- a VERY simple graphics examplepatacongo2011-07-181-2/+2
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-161-60/+63
* Numerous changes made during the course of integrationpatacongo2009-03-011-21/+18
* Fixe ez80 serial setuppatacongo2009-02-281-5/+74
* Fix error in calculating baud rate generation valuepatacongo2009-02-261-7/+2
* Fix access to ez80 I/O address spacepatacongo2008-03-231-24/+15
* Add low UART init logicpatacongo2008-03-231-8/+6
* Add timer logicpatacongo2008-03-231-1/+1
* First cat at ez80 serial logicpatacongo2008-03-221-0/+789