summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/xilinx-zynq/console/zynq-uart.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsps: Move console drivers to bspsSebastian Huber2018-04-201-315/+0
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsp/xilinx-zynq: Add interrupt support to UARTSebastian Huber2017-02-221-8/+94
|
* bsp/xilinx-zynq: Use new Termios device driverSebastian Huber2017-02-211-53/+41
|
* arm/zynq: Wait for the UART TX FIFO to empty on reset.Chris Johns2016-11-291-0/+13
|
* bsp/xilinx-zynq: Rename BSP_ARM_A9MPCORE_UARTCLKSebastian Huber2014-11-201-1/+1
| | | | | Rename BSP_ARM_A9MPCORE_UARTCLK to ZYNQ_CLOCK_UART since this clock has nothing to do with the Cortex-A9 MPCore.
* bsps/zynq: Add BSP_ARM_A9MPCORE_UARTCLK to set the UART clock rate.Chris Johns2014-05-221-1/+3
| | | | | This value can be found the xparameters.h file generated by the Xilinx tools.
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
|
* arm/xilinx__zynq: Support application based clock freq.Chris Johns2013-12-101-2/+110
| | | | | | | Provide a weak call to a clock freq routine to allow the application to supply the freq defined in the Xilinx generated source. Add code to calculate the baud rate.
* bsp/xilinx-zynq: Use magic UART baud divisorSebastian Huber2013-06-191-2/+2
| | | | Use a baud divisor suitable for the evaluation board.
* bsp/xilinx-zynq: Do not start transmitter breakSebastian Huber2013-06-191-1/+0
|
* bsp/xilinx-zynq: New BSPSebastian Huber2013-05-061-0/+119