stm32-bootloader-client

Crates.iostm32-bootloader-client
lib.rsstm32-bootloader-client
version0.1.0
sourcesrc
created_at2022-09-08 23:49:22.518543
updated_at2022-09-08 23:49:22.518543
descriptionA library for communicating with the STM32 system bootloader
homepage
repositoryhttps://github.com/google/stm32-bootloader-client-rs
max_upload_size
id661372
size54,366
David Lattimore (davidlattimore)

documentation

README

stm32-bootloader-client

This is a Rust library for communicating with the STM32 system bootloader. This can be used, for example, to flash firmware onto an STM32 using an I2C connection. Support for flashing over UART and SPI is not implemented, but PRs are welcome.

Example

See examples/read_chip_id.rs.

Contributing

See docs/contributing.md.

Disclaimer

This is not an officially supported Google product.

License

This project is licensed under either of

at your option.

Commit count: 2

cargo fmt