Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 546 Bytes

CHANGELOG.md

File metadata and controls

17 lines (11 loc) · 546 Bytes

Changelog

🍑 v0.4.0

  • 🔧 Maintenance

    • update travis pipeline build to support convenient publishing
    • implement core::fmt::Write for both Uart types to enable them to be used with the latest ruspiro_console::Console
    • upgrade the dependency for ruspiro_register and add ruspiro_mmio_register crate
    • add MIT licencing in addition to Apache-2.0

🍌 v0.3.1

  • 🕵️ Fixes

    • remove asm! macro usages and replace with llvm_asm!
    • use cargo make to stabilize cross-platform builds