Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
a573df154b900b6618d0b46f8d2635a8dba1082f
/
.
/
y2019
/
jevois
/
deploy_teensy.sh
blob: 50d057117ec15e57742038353bd2c230bf601b7d [
file
] [
log
] [
blame
]
#!/bin/bash
cd
"$(dirname "
$
{
BASH_SOURCE
[
0
]}
")"
bazel build
--
cpu
=
cortex
-
m4f
-
c opt
//
y2019
/
jevois
:
teensy
.
hex
-
s
&&
bazel run
//
motors
/
teensy_loader_cli
--
--
mcu
=
mk64fx512
-
s $
(
readlink
-
f
../../
bazel
-
bin
/
y2019
/
jevois
/
teensy
.
hex
)