nucleo-f042k6 0.5.0

Board support crate for the STM32 Nucleo-F042K6 microcontroller board
Documentation
language: rust
rust:
  - stable
  - nightly
cache: cargo
matrix:
  allow_failures:
    - rust: nightly
  fast_finish: true
script:
  - rustup target add thumbv6m-none-eabi
  - cargo build --examples --release