Skip to content

☄️ Comet v1.0.2

Latest
Compare
Choose a tag to compare
@yolocat-dev yolocat-dev released this 14 Aug 10:15
· 4 commits to main since this release
2d770aa

☄️ Comet v1.0.2

Installation

With Cargo ↗

Installing and/or updating Comet conveniently is made possible with Cargo, Rust's Package Manager (which you probably have if you're lurking in Starlight's repositories ;)

cargo install starlight-comet

Changes to v1.0.1

Features

  • 🐛 Starlight Serial Output Debugging
    Simply install Comet and run comet debug --port <PORT>, now sit back, relax, and grab those pesky bugs!

  • 🚀 Starship Integration
    Comet integrates with 🚀 Starship ↗, enabling 🌟 Starlight ↗ developers to upload new Starlight builds via UART. Starship uploading can be achieved with the comet upload --port <PORT> --file <FILE> command. Note that you need a Starship build flashed to your BOOT partition for the integration to work.

  • ⏳ Starship Emulation with QEMU
    Comet supports running QEMU ↗ in a subprocess, piping the Serial STDIO to Comet's Starship Integration to keep debugging work light, even for Starship development.