stm32f1xx-hal 0.2.0

HAL for the STM32F1xx family of microcontrollers
Documentation

stm32f1xx-hal

HAL for the STM32F1 family of microcontrollers

Usage

This crate will eventually contain support for multiple microcontrollers in the stm32f1 family. Which specific microcontroller you want to build for has to be specified with a feature, for example stm32f103.

cargo build --features stm32f103

If no device is specified, the crate does not compile.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.