alt-stm32f30x-hal 0.6.0

Alternative HAL impl for the STM32F30x family of microcontrollers
Documentation
language: rust
rust:
  - stable
  - beta
  - nightly

install:
  - rustup target add thumbv7em-none-eabi

script:
  - cargo build --verbose

cache: cargo
before_cache:
  - chmod -R a+r $HOME/.cargo

branches:
  only:
    - develop
    - master