summaryrefslogtreecommitdiffstats
path: root/bsps/riscv/griscv/console (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsps: Use new APBUART register block APISebastian Huber2023-07-142-8/+17
|
* bsps/riscv: Change license to BSD-2 for files with Gaisler copyrightDaniel Cederman2022-11-142-6/+44
| | | | | | | | | 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.
* grlib: Add apbuart_outbyte_wait()Sebastian Huber2021-06-171-1/+2
|
* grlib: Remove NL -> CR in apbuart_outbyte_polled()Sebastian Huber2021-06-171-1/+1
| | | | This is already done in rtems_putc().
* grlib: Add ambapp_plb()Sebastian Huber2021-06-172-3/+3
| | | | | Replace the global variable ambapp_plb with a function to allow an automatic on demand initialization.
* Add networking support for griscv bspJiri Gaisler2020-11-091-1/+1
| | | | | | | * Only GRETH device supported for now * Fix endian problem in GRETH driver * Remove SPARC assembly from greth.c * Builds with both autoconf and waf
* riscv: add griscv bspJiri Gaisler2019-01-222-0/+288
Update #3678.