summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorNick Van Doorn <nick@nv.delivery>2021-10-05 23:17:47 -0700
committerNick Van Doorn <nick@nv.delivery>2021-10-12 19:57:43 -0700
commitaedbaf9ce78a69dc3f7d83bf03f58ba547614778 (patch)
tree017c7c133e7893095e367a59b5e74411ad99a0df /build.sh
parent81bc7f108a1d0fa0c051d374cf2c7c165c8397d6 (diff)
Add some handy scriptsmain
Hell yeah!
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/build.sh b/build.sh
new file mode 100755
index 0000000..c31fb55
--- /dev/null
+++ b/build.sh
@@ -0,0 +1,5 @@
+export PATH=~/Library/Python/3.9/bin:$PATH
+export GNUARMEMB_TOOLCHAIN_PATH=/usr/local
+export ZEPHYR_TOOLCHAIN_VARIANT=gnuarmemb
+west build app -d build/left -b nice_nano_v2 -- -DSHIELD=corne_left
+west build app -d build/right -b nice_nano_v2 -- -DSHIELD=corne_right