☄️ 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
- Added extra metadata in
Cargo.toml
forcrates.io ↗
Features
-
🐛 Starlight Serial Output Debugging
Simply install Comet and runcomet 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 thecomet 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 runningQEMU ↗
in a subprocess, piping the Serial STDIO to Comet's Starship Integration to keep debugging work light, even for Starship development.