Skip to content

Commit c63d079

Browse files
committedDec 3, 2023
chore: Ensure BSIM env. variables set in devcontainer.
1 parent 693530c commit c63d079

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎.devcontainer/.bashrc

+5
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,8 @@ fi
66
if [ -f "$WORKSPACE_DIR/zephyr/zephyr-env.sh" ]; then
77
source "$WORKSPACE_DIR/zephyr/zephyr-env.sh"
88
fi
9+
10+
if [ -d "$WORKSPACE_DIR/tools/bsim" ]; then
11+
export BSIM_OUT_PATH="$WORKSPACE_DIR/tools/bsim/"
12+
export BSIM_COMPONENTS_PATH="$WORKSPACE_DIR/tools/bsim/components/"
13+
fi

0 commit comments

Comments
 (0)