Add hf2 and uf2 tools for microsoft/adafruit boards

This commit is contained in:
Jacob Rosenthal 2020-06-06 19:19:13 -07:00 committed by GitHub
parent 5c2a38b205
commit bb3bf29f5c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -127,8 +127,10 @@ In 2018 the Rust community created an embedded working group to help drive adopt
- [cortex-m semihosting](https://github.com/japaric/cortex-m-semihosting) Semihosting for ARM Cortex-M processors
- [bobbin-cli](https://github.com/bobbin-rs/bobbin-cli) A Rust command line tool to simplify embedded development and deployment.
- [cargo-fel4](https://github.com/maindotrs/cargo-fel4) A Cargo subcommand for working with feL4 projects. - ![crates.io](https://img.shields.io/crates/v/cargo-fel4.svg)
- [cargo-flash](https://probe.rs/guide/tools/cargo-flash) A small cargo subcommand to download your binary to your target chip. - ![crages.io](https://img.shields.io/crates/v/cargo-flash.svg)
- [cargo-embed](https://probe.rs/guide/tools/cargo-embed) A superset of cargo-flash with additional useful features like configuration file support, a RTT terminal or a GDB server. - ![crages.io](https://img.shields.io/crates/v/cargo-embed.svg)
- [cargo-flash](https://probe.rs/guide/tools/cargo-flash) A small cargo subcommand to download your binary to your target chip. - ![crates.io](https://img.shields.io/crates/v/cargo-flash.svg)
- [cargo-embed](https://probe.rs/guide/tools/cargo-embed) A superset of cargo-flash with additional useful features like configuration file support, a RTT terminal or a GDB server. - ![crates.io](https://img.shields.io/crates/v/cargo-embed.svg)
- [cargo-hf2](https://github.com/jacobrosenthal/hf2-rs) A small cargo subcommand to download cargo builds to Microsoft UF2 bootloaders via HID USB . - ![crates.io](https://img.shields.io/crates/v/cargo-hf2.svg)
- [uf2](https://github.com/sajattack/uf2conv-rs) Converts binary files to Microsoft's UF2 format for copying over to mass storage device uf2 bootloaders - ![crates.io](https://img.shields.io/crates/v/uf2.svg)
[embedded-hal-mock]: https://crates.io/crates/embedded-hal-mock