Skip to content

RusPiRo kernel utilizing UART for string output

Compare
Choose a tag to compare
@2ndTaleStudio 2ndTaleStudio released this 30 Jul 20:00
· 23 commits to master since this release
f1a3ff8

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.