We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 693530c commit c63d079Copy full SHA for c63d079
.devcontainer/.bashrc
@@ -6,3 +6,8 @@ fi
6
if [ -f "$WORKSPACE_DIR/zephyr/zephyr-env.sh" ]; then
7
source "$WORKSPACE_DIR/zephyr/zephyr-env.sh"
8
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