stm32l0xx-hal 0.5.0

Peripheral access API for STM32L0 series microcontrollers
Documentation
#!/bin/sh
if (( $# != 1 )); then
        echo "Usage:"
        echo "$0 <filename of firmware in ELF format>"
        exit 1
fi

openocd -f openocd.cfg -c "program $1 verify reset exit"