stm32f1xx-hal 0.3.0

HAL for the STM32F1xx family of microcontrollers
Documentation
language: rust
rust:
  - stable
  - nightly
cache: cargo
env:
- MCU=stm32f103
- MCU=stm32f101
- MCU=stm32f100
matrix:
  allow_failures:
    - rust: nightly
  fast_finish: true
script:
  - rustup target add thumbv7m-none-eabi
  - cargo build --features=$MCU