Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jacobrosenthal/hf2-rs
Microsoft HF2 HID Flashing Format for UF2 Bootloaders
https://github.com/jacobrosenthal/hf2-rs
Last synced: 4 days ago
JSON representation
Microsoft HF2 HID Flashing Format for UF2 Bootloaders
- Host: GitHub
- URL: https://github.com/jacobrosenthal/hf2-rs
- Owner: jacobrosenthal
- Created: 2019-10-11T18:49:12.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-09-27T18:58:07.000Z (about 1 year ago)
- Last Synced: 2024-10-04T14:37:55.745Z (about 1 month ago)
- Language: Rust
- Homepage:
- Size: 190 KB
- Stars: 49
- Watchers: 4
- Forks: 14
- Open Issues: 12
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- awesome-embedded-rust - cargo-hf2 - [![crates.io](https://img.shields.io/crates/v/cargo-hf2.svg)](https://crates.io/crates/cargo-hf2) (Tools / Paid and commercially available materials)
- rust-embedded - cargo-hf2 - [![crates.io](https://img.shields.io/crates/v/cargo-hf2.svg)](https://crates.io/crates/cargo-hf2) (Tools / Paid and commercially available materials)
README
# hf2-rs
Implements [Microsofts HID Flashing Format (HF2)](https://github.com/microsoft/uf2/blob/86e101e3a282553756161fe12206c7a609975e70/hf2.md) to upload firmware to UF2 bootloaders. UF2 is factory programmed extensively by [Microsoft MakeCode](https://www.microsoft.com/en-us/makecode) and [Adafruit](https://www.adafruit.com) hardware.
* [hf2 library](https://github.com/jacobrosenthal/hf2-rs/tree/master/hf2)
* [hf2 binary](https://github.com/jacobrosenthal/hf2-rs/tree/master/hf2-cli)
* [hf2 cargo subcommand](https://github.com/jacobrosenthal/hf2-rs/tree/master/cargo-hf2)