bldc/zephyr-examples/source_me_zephyr.sh

10 lines
190 B
Bash

#!/bin/bash
export ZEPHYR_TOOLCHAIN_VARIANT=zephyr
export ZEPHYR_SDK_INSTALL_DIR=$HOME/zephyr-sdk
export ZEPHYR_BASE=$HOME/Current/zephyrproject
source $ZEPHYR_BASE/zephyr/zephyr-env.sh