mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-03-24 20:52:48 +08:00
This is initial mvp implementation for the Pi5 BSP. The initial support has the following features: - PL011 debug uart (full termios console driver) - Arm Generic Timer (virtual interface) - GIC-V2 interrupts This will be extended in follow-up work. Should Close rtems/programs/gsoc#85