Sin descripción

Daniel Egger bc6cb3ca44 Merge pull request #14 from stm32-rs/release-0.2.0 hace 5 años
.cargo 83a0a7908f Preliminary remodelled version of japarics stm32f103xx-hal crate hace 5 años
examples 43f2475d5e Updated for stm32f1 v0.5.0 and dressed up for first 0.1.0 release hace 5 años
src efafedfcfc Allow read-/write-only transactions in write_read hace 5 años
.gdbinit 83a0a7908f Preliminary remodelled version of japarics stm32f103xx-hal crate hace 5 años
.gitignore 83a0a7908f Preliminary remodelled version of japarics stm32f103xx-hal crate hace 5 años
.travis.yml 67aa99e87a Added .travis.yml and bumped version to 0.1.1 hace 5 años
CHANGELOG.md d2bfd491cd Added CHANGELOG.md, bumped version and prepare 0.2.0 release hace 5 años
Cargo.toml d2bfd491cd Added CHANGELOG.md, bumped version and prepare 0.2.0 release hace 5 años
LICENSE-APACHE 83a0a7908f Preliminary remodelled version of japarics stm32f103xx-hal crate hace 5 años
LICENSE-MIT 83a0a7908f Preliminary remodelled version of japarics stm32f103xx-hal crate hace 5 años
README.md 25641176b5 Add information about device features to readme hace 5 años
memory.x 83a0a7908f Preliminary remodelled version of japarics stm32f103xx-hal crate hace 5 años

README.md

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.