RusPiRo kernel utilizing UART for string output
Release notes
This version uses the ruspiro-uart crate to print strings to a connected terminal console. As the ruspiro-uart
crate internally depends on the ruspiro-console
trait (this would be the proposed way to access the uart), the kernel uses the ruspiro-allocator
crate to be linked in.