summaryrefslogtreecommitdiffstats
path: root/bsps/shared/grlib/uart/apbuart_cons.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsps/grlib: Fix use of uninitialized variableSebastian Huber2023-07-171-1/+0
| | | | Fixes Coverity CID 1538314.
* bsps: Use new APBUART register block APISebastian Huber2023-07-141-56/+80
|
* grlib: Fix snprintf() overflow warnings from gcc 12Joel Sherrill2023-01-301-1/+1
| | | | Updates #4662.
* bsps/shared/grlib: Change license to BSD-2 for files with Gaisler copyrightDaniel Cederman2022-11-141-3/+22
| | | | | | | | | This patch changes the license to BSD-2 for all source files where the copyright is held by Aeroflex Gaisler, Cobham Gaisler, or Gaisler Research. Some files also includes copyright right statements from OAR and/or embedded Brains in addition to Gaisler. Updates #3053.
* bsp/leon3: Include missing header fileSebastian Huber2022-03-081-0/+1
| | | | | The <leon.h> include was removed from <bsp.h> in commit 1577a48369fae5e024baa2119b26d25de0f43946.
* grlib: Add apbuart_outbyte_wait()Sebastian Huber2021-06-171-1/+1
|
* grlib: Remove NL -> CR in apbuart_outbyte_polled()Sebastian Huber2021-06-171-1/+1
| | | | This is already done in rtems_putc().
* 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-221-0/+757
Update #3678.