alt-stm32f30x-hal 0.3.0

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

matrix:
  include:
    - addons:
        apt:
          packages:
            - gcc-arm-none-eabi

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