bldc/zephyr-source-me.sh

8 lines
230 B
Bash
Raw Normal View History

#!/bin/bash
# Tweak this line to reflect your setup
export ZEPHYR_TOOLCHAIN_VARIANT=cross-compile
export CROSS_COMPILE=$HOME/opt/gcc-arm-none-eabi-9-2019-q4-major/bin/arm-none-eabi-
source ../zephyrproject/zephyr/zephyr-env.sh