f3 0.4.0

Board Support Crate for the STM32F3DISCOVERY
Documentation
set -ex

main() {
    cross build --target $TARGET
    cross build --target $TARGET --release
}

main