summaryrefslogtreecommitdiff
path: root/build.sh
blob: c31fb55c3d420192485bfec743f606349bd76b67 (plain)
1
2
3
4
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