quick-flash-0.1.1 is not a library.
Visit the last successful build:
quick-flash-0.3.2
quick-flash
A simple and portable program which pulls built firmware binaries from an S3-compatible object storage API and downloads them onto the target using a probe-rs compatible debug probe.
Storage setup
Currently only tested with Cloudflare R2, but other providers are easy to incorporate. The tool expects to find the built firmware in an ELF format under name/version/firmware.elf, where the name can be used to differentiate projects and the version can be a semver, a git hash or anything you like.
/
└── name/
└── version/
├── firmware.elf
└── manifest.json
The manifest.json file currently only specifies the target chip name