chore: Ensure BSIM env. variables set in devcontainer.
This commit is contained in:
parent
693530c2f1
commit
c63d0791d5
1 changed files with 5 additions and 0 deletions
|
@ -6,3 +6,8 @@ fi
|
|||
if [ -f "$WORKSPACE_DIR/zephyr/zephyr-env.sh" ]; then
|
||||
source "$WORKSPACE_DIR/zephyr/zephyr-env.sh"
|
||||
fi
|
||||
|
||||
if [ -d "$WORKSPACE_DIR/tools/bsim" ]; then
|
||||
export BSIM_OUT_PATH="$WORKSPACE_DIR/tools/bsim/"
|
||||
export BSIM_COMPONENTS_PATH="$WORKSPACE_DIR/tools/bsim/components/"
|
||||
fi
|
Loading…
Add table
Reference in a new issue