summaryrefslogtreecommitdiffstats
path: root/bsps/shared/dev/serial/zynq-uart.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsps/shared: Allow setting baud rate for zynq uartJan Sommer2021-03-051-5/+16
|
* zynq-uart: Fix set_attributes implementationKinsey Moore2020-12-031-5/+51
| | | | | | | | | The zynq-uart set_attributes implementation was configured to always return false which causes spconsole01 to fail. This restores the disabled implementation which sets the baud rate registers appropriately and allows spconsole01 to pass. This also expands the set_attributes functionality to allow setting of the stop bits, character width, and parity.
* bsps: Move zynq-uart to bsps/sharedKinsey Moore2020-12-021-0/+177
This moves the zynq-uart driver from bsps/arm/shared to bsps/shared to accomodate use by AArch64 BSPs.