view LoadFile/load.dfu @ 207:8b11031e38a7

Adding convenience loader scripts for DFU based microcontrollers
author Jacob Alexander <haata@kiibohd.com>
date Sun, 14 Sep 2014 16:22:27 -0700
parents
children 2a3468f5d8be
line wrap: on
line source

#!/bin/bash

# Load via dfu-util
# Used for McHCK based uCs
dfu-util -D @TARGET_BIN@

exit $?