summaryrefslogtreecommitdiffstats
path: root/bsps/riscv/griscv/console (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.