summaryrefslogtreecommitdiffstats
path: root/bsps/shared/grlib/uart (follow)
Commit message (Collapse)AuthorAgeFilesLines
* drvmgr: Fix determination of prefix in grlib uart driverDennis Pfau2020-02-201-1/+1
| | | | | drvmgr_get_dev_prefix returns 0 if a prefix was found. Therefore the if condition needs to check for 0, i.e. DRVMGR_OK.
* grlib: make apbuart driver independent of bspJiri Gaisler2019-01-221-16/+16
| | | | Update #3678.
* grlib: Move source filesSebastian Huber2019-01-224-0/+1205
Update #3678.