alt-stm32f30x-hal 0.5.3

Alternative HAL impl for the STM32F30x family of microcontrollers
Documentation
set -euxo pipefail

main() {
    cargo check --target $TARGET
    cargo check --target $TARGET --features rt
}

main