Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
b39f452ecd1ee9d0e889b977df2bcb32efd8c1c8
/
.
/
y2019
/
jevois
/
deploy_teensy.sh
blob: 87ea153bc4fa72ef5b15c8dedc10d588f3fb2163 [
file
] [
log
] [
blame
]
#!/bin/bash
cd
"$(dirname "
$
{
BASH_SOURCE
[
0
]}
")"
bazel build
--
config
=
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
)