summaryrefslogtreecommitdiffstats
path: root/bsps/microblaze/include/dev/serial/uartlite.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsps/microblaze: Fix UART transmit interruptMaldonado, Sergio E. (GSFC-580.0)2023-04-191-0/+2
|
* bsps/microblaze: Add support for multiple UARTsMaldonado, Sergio E. (GSFC-580.0)2023-04-191-0/+2
|
* bsps/microblaze: Fix console interrupt build errorsAlex White2022-11-291-0/+1
| | | | | | This fixes build errors seen when building with console interrupts enabled. A few places were missing bspopts.h includes, and one of the UART functions was not defined.
* microblaze: Rework for RTEMS 6Alex White2021-10-131-0/+62
This reworks the existing MicroBlaze architecture port and BSP to achieve basic functionality using the latest RTEMS APIs.