Crates.io | cyusb |
lib.rs | cyusb |
version | 0.9.1 |
source | src |
created_at | 2019-09-12 17:53:45.313876 |
updated_at | 2024-03-17 17:21:22.848437 |
description | Host crate for interacting with Cypress USB devices |
homepage | |
repository | https://github.com/nicholasbishop/cyusb-rs |
max_upload_size | |
id | 164441 |
size | 30,864 |
This tool is no longer under active development. If you are interested in taking over or repurposing the name on crates.io, feel free to contact me: nbishop@nbishop.net
Host crate for interacting with Cypress USB devices.
This crate includes an executable for programming a Cypress device. To install:
cargo install cyusb
To run the tool:
cyusb_programmer [--index <index>] [--target <target>] <image>
Where <image>
is the path to the firmware file. Currently only the RAM
target is supported. The --index
argument can be used to select which device to program if more than one is detected.