blob: b5af72ea14ccf8ddd96a33dec60e311167e03ffd [file] [log] [blame]
Brian Silverman6260c092018-01-14 15:21:36 -08001#!/bin/bash
2# Deploy to the driver station side of the pistol grip.
3
Philipp Schraderdada1072020-11-24 11:34:46 -08004bazel build --config=cortex-m4f -c opt //motors/pistol_grip:drivers_station.hex && bazel run //motors/teensy_loader_cli -- --mcu=mk64fx512 -s $(readlink -f bazel-bin/motors/pistol_grip/drivers_station.hex)