Skip to content

Commit

Permalink
chore: Ensure BSIM env. variables set in devcontainer.
Browse files Browse the repository at this point in the history
  • Loading branch information
petejohanson committed Oct 14, 2023
1 parent 0fc9947 commit 0069f43
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .devcontainer/.bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0069f43

Please sign in to comment.