summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/arm/pxa255/ffuart (follow)
Commit message (Collapse)AuthorAgeFilesLines
* libcpu/arm/pxa255/ffuart/ffuart.c: Fix warningJoel Sherrill2014-10-201-1/+1
|
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
|
* libchip/serial: Add const qualifierSebastian Huber2013-02-111-1/+1
|
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-111-2/+0
| | | | | | | | | | | | Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
* Libcpu misc files - Remove execute permission on source files.Joel Sherrill2012-05-031-0/+0
|
* 2010-08-15 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-08-151-1/+1
| | | | * at91rm9200/dbgu/dbgu.c, pxa255/ffuart/ffuart.c: Add BSP_poll_char.
* 2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-04-301-3/+3
| | | | | * at91rm9200/dbgu/dbgu.c, at91rm9200/usart/usart.c, pxa255/ffuart/ffuart.c: Fixed warnings due to Termios API change.
* Whitespace removal.Ralf Corsepius2009-11-301-25/+25
|
* 2009-09-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-09-181-0/+5
| | | | * pxa255/ffuart/ffuart.c: Add BSP_poll_char.
* 2009-07-10 Xi Yang <hiyangxi@gmail.com>Joel Sherrill2009-07-101-1/+0
| | | | | * Makefile.am, pxa255/ffuart/ffuart.c, pxa255/include/pxa255.h, pxa255/pmc/pmc.c: Add PMC support.
* 2009-06-29 Xi Yang <hiyangxi@gmail.com>Joel Sherrill2009-06-291-1/+3
| | | | | * pxa255/ffuart/ffuart.c, pxa255/include/pxa255.h: Add Skyeye support. * pxa255/include/bits.h: Removed.
* 2009-06-05 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-06-051-1/+0
| | | | | | * preinstall.am, pxa255/clock/clock.c, pxa255/ffuart/ffuart.c, pxa255/irq/bsp_irq_init.c, pxa255/timer/timer.c: Fix typos and update timer.
* 2009-06-04 Xi Yang <hiyangxi@gmail.com>Joel Sherrill2009-06-041-0/+224
* Makefile.am, configure.ac, preinstall.am: New Gumstix BSP and PXA255 support. * pxa255/clock/clock.c, pxa255/ffuart/ffuart.c, pxa255/include/bits.h, pxa255/include/ffuart.h, pxa255/include/pxa255.h, pxa255/irq/bsp_irq_asm.S, pxa255/irq/bsp_irq_init.c, pxa255/irq/irq.c, pxa255/irq/irq.h, pxa255/pmc/pmc.c, pxa255/timer/timer.c: New files.