summaryrefslogtreecommitdiff
path: root/nuttx/arch/z80/src/ez80/ez80_lowuart.c
Commit message (Expand)AuthorAgeFilesLines
* Make some file section headers more consistent with standardGregory Nutt2015-04-081-1/+1
* More z180 serial logicpatacongo2012-12-141-4/+4
* Change how UARTs are enabled for i.MX, M16C, and ez80 to make them compatible...patacongo2012-11-201-5/+5
* Add logic so that a RAM log can be used in place of a console devicepatacongo2012-02-111-4/+4
* Bug 3334625: Fix typo in conditional compilationpatacongo2011-06-301-1/+1
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-161-7/+7
* Fix more overflow/truncation problems in timer setupspatacongo2009-02-281-4/+4
* Fixe ez80 serial setuppatacongo2009-02-281-21/+89
* cosmeticpatacongo2009-02-261-14/+14
* Fix error in calculating baud rate generation valuepatacongo2009-02-261-5/+2
* Fix access to ez80 I/O address spacepatacongo2008-03-231-18/+19
* Add low UART init logicpatacongo2008-03-231-0/+190